@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);
@charset 'UTF-8';
/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Black Tie';
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/blacktie/BlackTie-Light-webfont.eot);
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/blacktie/BlackTie-Light-webfont.eot?#iefix&v=1.0.0) format('embedded-opentype'), url(https://media.vetcove.com/static/dist/app/static/fonts/blacktie/BlackTie-Light-webfont.woff2) format('woff2'), url(https://media.vetcove.com/static/dist/app/static/fonts/blacktie/BlackTie-Light-webfont.woff) format('woff'), url(https://media.vetcove.com/static/dist/app/static/fonts/blacktie/BlackTie-Light-webfont.ttf) format('truetype'), url(https://media.vetcove.com/static/dist/app/static/fonts/blacktie/BlackTie-Light-webfont.svg#black_tielight) format('svg');
  font-weight: 200;
  font-style: normal;
}
.bts,
.btb,
.btr,
.btl,
.fab {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.bts {
  font-weight: 900;
}
.btb {
  font-weight: 700;
}
.btl {
  font-weight: 200;
}
.fab {
  font-family: "Font Awesome Brands";
}
/* makes the font 25% smaller relative to the icon container */
.bt-sm {
  font-size: .7em;
  vertical-align: baseline;
}
/* makes the font 33% larger relative to the icon container */
.bt-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
}
.bt-2x {
  font-size: 2em;
}
.bt-3x {
  font-size: 3em;
}
.bt-4x {
  font-size: 4em;
}
.bt-5x {
  font-size: 5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
  vertical-align: -30%;
}
.bt-fw {
  width: 1.28571429em;
  text-align: center;
}
.bt-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.bt-ul > li {
  position: relative;
}
.bt-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.bt-li.bt-lg {
  left: -2em;
}
.bt-border {
  padding: .2em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
  margin-right: .3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
  margin-left: .3em;
}
.bt-spin {
  animation: bt-spin 2s infinite linear;
}
.bt-pulse {
  animation: bt-spin 1s infinite steps(8);
}
@keyframes bt-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.bt-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.bt-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.bt-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.bt-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.bt-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}
:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
  filter: none;
}
.bt-stack {
  position: relative;
  display: inline-block;
  width: 1.28571429em;
  height: 1em;
  line-height: 1em;
  vertical-align: baseline;
}
.bt-stack-sm {
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  font-size: .5em;
}
.bt-stack-1x,
.bt-stack-sm {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.bt-inverse {
  color: #ffffff;
}
/* Black Tie uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.bt-bars:before {
  content: "\f000";
}
.bt-envelope:before {
  content: "\f001";
}
.bt-search:before {
  content: "\f002";
}
.bt-search-plus:before {
  content: "\f003";
}
.bt-search-minus:before {
  content: "\f004";
}
.bt-phone:before {
  content: "\f005";
}
.bt-comment:before {
  content: "\f007";
}
.bt-commenting:before {
  content: "\f008";
}
.bt-comments:before {
  content: "\f009";
}
.bt-rss:before {
  content: "\f00a";
}
.bt-times:before {
  content: "\f00c";
}
.bt-times-circle:before {
  content: "\f00d";
}
.bt-clock:before {
  content: "\f00e";
}
.bt-star:before {
  content: "\f010";
}
.bt-star-half:before {
  content: "\f011";
}
.bt-check:before {
  content: "\f012";
}
.bt-check-circle:before {
  content: "\f013";
}
.bt-check-square:before {
  content: "\f014";
}
.bt-th:before {
  content: "\f015";
}
.bt-th-large:before {
  content: "\f016";
}
.bt-heart:before {
  content: "\f017";
}
.bt-heart-half:before {
  content: "\f018";
}
.bt-calendar:before {
  content: "\f019";
}
.bt-shopping-cart:before {
  content: "\f01a";
}
.bt-plus:before {
  content: "\f01b";
}
.bt-plus-circle:before {
  content: "\f01c";
}
.bt-plus-square:before {
  content: "\f01d";
}
.bt-pen:before {
  content: "\f01e";
}
.bt-minus:before {
  content: "\f021";
}
.bt-minus-circle:before {
  content: "\f022";
}
.bt-minus-square:before {
  content: "\f023";
}
.bt-pencil:before {
  content: "\f024";
}
.bt-edit:before {
  content: "\f025";
}
.bt-thumbs-up:before {
  content: "\f026";
}
.bt-thumbs-down:before {
  content: "\f027";
}
.bt-gear:before {
  content: "\f028";
}
.bt-trash:before {
  content: "\f029";
}
.bt-file:before {
  content: "\f02a";
}
.bt-info-circle:before {
  content: "\f02b";
}
.bt-label:before {
  content: "\f02c";
}
.bt-rocket:before {
  content: "\f02d";
}
.bt-book:before {
  content: "\f02e";
}
.bt-book-open:before {
  content: "\f02f";
}
.bt-notebook:before {
  content: "\f030";
}
.bt-camera:before {
  content: "\f031";
}
.bt-folder:before {
  content: "\f032";
}
.bt-quote-left:before {
  content: "\f036";
}
.bt-quote-right:before {
  content: "\f037";
}
.bt-eye:before {
  content: "\f038";
}
.bt-lock:before {
  content: "\f039";
}
.bt-lock-open:before {
  content: "\f03a";
}
.bt-gift:before {
  content: "\f03b";
}
.bt-spinner-clock:before {
  content: "\f03c";
}
.bt-spinner:before {
  content: "\f03d";
}
.bt-wrench:before {
  content: "\f03e";
}
.bt-cloud:before {
  content: "\f040";
}
.bt-cloud-upload:before {
  content: "\f041";
}
.bt-cloud-download:before {
  content: "\f042";
}
.bt-sync:before {
  content: "\f043";
}
.bt-question-circle:before {
  content: "\f044";
}
.bt-share:before {
  content: "\f045";
}
.bt-briefcase:before {
  content: "\f046";
}
.bt-money:before {
  content: "\f047";
}
.bt-megaphone:before {
  content: "\f048";
}
.bt-sign-in:before {
  content: "\f049";
}
.bt-sign-out:before {
  content: "\f04a";
}
.bt-film:before {
  content: "\f04b";
}
.bt-trophy:before {
  content: "\f04c";
}
.bt-code:before {
  content: "\f04d";
}
.bt-light-bulb:before {
  content: "\f04e";
}
.bt-print:before {
  content: "\f050";
}
.bt-fax:before {
  content: "\f051";
}
.bt-video:before {
  content: "\f052";
}
.bt-signal:before {
  content: "\f053";
}
.bt-sitemap:before {
  content: "\f054";
}
.bt-upload:before {
  content: "\f055";
}
.bt-download:before {
  content: "\f056";
}
.bt-key:before {
  content: "\f057";
}
.bt-mug:before {
  content: "\f058";
}
.bt-bookmark:before {
  content: "\f059";
}
.bt-flag:before {
  content: "\f05a";
}
.bt-external-link:before {
  content: "\f05b";
}
.bt-smile:before {
  content: "\f05c";
}
.bt-frown:before {
  content: "\f05d";
}
.bt-meh:before {
  content: "\f05e";
}
.bt-magic:before {
  content: "\f060";
}
.bt-bolt:before {
  content: "\f061";
}
.bt-exclamation-triangle:before {
  content: "\f062";
}
.bt-exclamation-circle:before {
  content: "\f063";
}
.bt-flask:before {
  content: "\f064";
}
.bt-music:before {
  content: "\f065";
}
.bt-push-pin:before {
  content: "\f066";
}
.bt-shield:before {
  content: "\f067";
}
.bt-sort:before {
  content: "\f068";
}
.bt-reply:before {
  content: "\f069";
}
.bt-forward:before {
  content: "\f06a";
}
.bt-reply-all:before {
  content: "\f06b";
}
.bt-forward-all:before {
  content: "\f06c";
}
.bt-bell:before {
  content: "\f06d";
}
.bt-bell-off:before {
  content: "\f06e";
}
.bt-ban:before {
  content: "\f070";
}
.bt-database:before {
  content: "\f071";
}
.bt-hard-drive:before {
  content: "\f072";
}
.bt-merge:before {
  content: "\f073";
}
.bt-fork:before {
  content: "\f074";
}
.bt-wifi:before {
  content: "\f075";
}
.bt-paper-plane:before {
  content: "\f076";
}
.bt-inbox:before {
  content: "\f077";
}
.bt-fire:before {
  content: "\f078";
}
.bt-play:before {
  content: "\f079";
}
.bt-pause:before {
  content: "\f07a";
}
.bt-stop:before {
  content: "\f08b";
}
.bt-play-circle:before {
  content: "\f07b";
}
.bt-next:before {
  content: "\f07c";
}
.bt-previous:before {
  content: "\f07d";
}
.bt-repeat:before {
  content: "\f07e";
}
.bt-fast-forward:before {
  content: "\f080";
}
.bt-fast-reverse:before {
  content: "\f081";
}
.bt-volume:before {
  content: "\f082";
}
.bt-volume-off:before {
  content: "\f083";
}
.bt-volume-up:before {
  content: "\f084";
}
.bt-volume-down:before {
  content: "\f085";
}
.bt-maximize:before {
  content: "\f086";
}
.bt-minimize:before {
  content: "\f087";
}
.bt-closed-captions:before {
  content: "\f088";
}
.bt-shuffle:before {
  content: "\f089";
}
.bt-triangle:before {
  content: "\f08a";
}
.bt-square:before {
  content: "\f08b";
}
.bt-circle:before {
  content: "\f08c";
}
.bt-hexagon:before {
  content: "\f08d";
}
.bt-octagon:before {
  content: "\f08e";
}
.bt-angle-up:before {
  content: "\f090";
}
.bt-angle-down:before {
  content: "\f091";
}
.bt-angle-left:before {
  content: "\f092";
}
.bt-angle-right:before {
  content: "\f093";
}
.bt-angles-up:before {
  content: "\f094";
}
.bt-angles-down:before {
  content: "\f095";
}
.bt-angles-left:before {
  content: "\f096";
}
.bt-angles-right:before {
  content: "\f097";
}
.bt-arrow-up:before {
  content: "\f098";
}
.bt-arrow-down:before {
  content: "\f099";
}
.bt-arrow-left:before {
  content: "\f09a";
}
.bt-arrow-right:before {
  content: "\f09b";
}
.bt-bar-chart:before {
  content: "\f09c";
}
.bt-pie-chart:before {
  content: "\f09d";
}
.bt-circle-arrow-up:before {
  content: "\f0a0";
}
.bt-circle-arrow-down:before {
  content: "\f0a1";
}
.bt-circle-arrow-left:before {
  content: "\f0a2";
}
.bt-circle-arrow-right:before {
  content: "\f0a3";
}
.bt-caret-up:before {
  content: "\f0a4";
}
.bt-caret-down:before {
  content: "\f0a5";
}
.bt-caret-left:before {
  content: "\f0a6";
}
.bt-caret-right:before {
  content: "\f0a7";
}
.bt-long-arrow-up:before {
  content: "\f0a8";
}
.bt-long-arrow-down:before {
  content: "\f0a9";
}
.bt-long-arrow-left:before {
  content: "\f0aa";
}
.bt-long-arrow-right:before {
  content: "\f0ab";
}
.bt-Bold:before {
  content: "\f0ac";
}
.bt-italic:before {
  content: "\f0ad";
}
.bt-underline:before {
  content: "\f0ae";
}
.bt-link:before {
  content: "\f0b0";
}
.bt-paper-clip:before {
  content: "\f0b1";
}
.bt-align-left:before {
  content: "\f0b2";
}
.bt-align-center:before {
  content: "\f0b3";
}
.bt-align-right:before {
  content: "\f0b4";
}
.bt-align-justify:before {
  content: "\f0b5";
}
.bt-cut:before {
  content: "\f0b6";
}
.bt-copy:before {
  content: "\f0b7";
}
.bt-paste:before {
  content: "\f0b8";
}
.bt-photo:before {
  content: "\f0b9";
}
.bt-table:before {
  content: "\f0ba";
}
.bt-ulist:before {
  content: "\f0bb";
}
.bt-olist:before {
  content: "\f0bc";
}
.bt-indent:before {
  content: "\f0bd";
}
.bt-outdent:before {
  content: "\f0be";
}
.bt-undo:before {
  content: "\f0c0";
}
.bt-redo:before {
  content: "\f0c1";
}
.bt-sup:before {
  content: "\f0c2";
}
.bt-sub:before {
  content: "\f0c3";
}
.bt-text-size:before {
  content: "\f0c4";
}
.bt-text-color:before {
  content: "\f0c5";
}
.bt-remove-formatting:before {
  content: "\f0c6";
}
.bt-blockquote:before {
  content: "\f036";
}
.bt-globe:before {
  content: "\f0c7";
}
.bt-map:before {
  content: "\f0c8";
}
.bt-map-arrow:before {
  content: "\f0c9";
}
.bt-map-marker:before {
  content: "\f0ca";
}
.bt-map-pin:before {
  content: "\f0cb";
}
.bt-home:before {
  content: "\f0cc";
}
.bt-building:before {
  content: "\f0cd";
}
.bt-industry:before {
  content: "\f0ce";
}
.bt-desktop:before {
  content: "\f0d0";
}
.bt-laptop:before {
  content: "\f0d1";
}
.bt-tablet:before {
  content: "\f0d2";
}
.bt-mobile:before {
  content: "\f0d3";
}
.bt-tv:before {
  content: "\f0d4";
}
.bt-radio-checked:before {
  content: "\f0d5";
}
.bt-radio-unchecked:before {
  content: "\f08c";
}
.bt-checkbox-checked:before {
  content: "\f014";
}
.bt-checkbox-unchecked:before {
  content: "\f08b";
}
.bt-checkbox-intermediate:before {
  content: "\f023";
}
.bt-user:before {
  content: "\f0d6";
}
.bt-user-male:before {
  content: "\f0d6";
}
.bt-user-female:before {
  content: "\f0d7";
}
.bt-crown:before {
  content: "\f0d8";
}
.bt-credit-card:before {
  content: "\f0d9";
}
.bt-strikethrough:before {
  content: "\f0da";
}
.bt-eject:before {
  content: "\f0db";
}
.bt-ellipsis-h:before {
  content: "\f0dc";
}
.bt-ellipsis-v:before {
  content: "\f0dd";
}
.fab-facebook:before {
  content: "\f000";
}
.fab-facebook-alt:before {
  content: "\f001";
}
.fab-twitter:before {
  content: "\f002";
}
.fab-linkedin:before {
  content: "\f003";
}
.fab-linkedin-alt:before {
  content: "\f004";
}
.fab-instagram:before {
  content: "\f005";
}
.fab-github:before {
  content: "\f006";
}
.fab-github-alt:before {
  content: "\f007";
}
.fab-googleplus:before {
  content: "\f008";
}
.fab-googleplus-alt:before {
  content: "\f009";
}
.fab-pinterest:before {
  content: "\f00a";
}
.fab-pinterest-alt:before {
  content: "\f00b";
}
.fab-tumblr:before {
  content: "\f00c";
}
.fab-tumblr-alt:before {
  content: "\f00d";
}
.fab-bitcoin:before {
  content: "\f010";
}
.fab-bitcoin-alt:before {
  content: "\f011";
}
.fab-dropbox:before {
  content: "\f012";
}
.fab-stackexchange:before {
  content: "\f013";
}
.fab-stackoverflow:before {
  content: "\f014";
}
.fab-flickr:before {
  content: "\f015";
}
.fab-flickr-alt:before {
  content: "\f016";
}
.fab-bitbucket:before {
  content: "\f017";
}
.fab-html5:before {
  content: "\f018";
}
.fab-css3:before {
  content: "\f019";
}
.fab-apple:before {
  content: "\f01a";
}
.fab-windows:before {
  content: "\f01b";
}
.fab-android:before {
  content: "\f01c";
}
.fab-linux:before {
  content: "\f01d";
}
.fab-dribbble:before {
  content: "\f01e";
}
.fab-youtube:before {
  content: "\f021";
}
.fab-skype:before {
  content: "\f022";
}
.fab-foursquare:before {
  content: "\f023";
}
.fab-trello:before {
  content: "\f024";
}
.fab-maxcdn:before {
  content: "\f025";
}
.fab-gittip:before,
.fab-gratipay:before {
  content: "\f026";
}
.fab-vimeo:before {
  content: "\f027";
}
.fab-vimeo-alt:before {
  content: "\f028";
}
.fab-slack:before {
  content: "\f029";
}
.fab-wordpress:before {
  content: "\f02a";
}
.fab-wordpress-alt:before {
  content: "\f02b";
}
.fab-openid:before {
  content: "\f02c";
}
.fab-yahoo:before {
  content: "\f02d";
}
.fab-yahoo-alt:before {
  content: "\f02e";
}
.fab-reddit:before {
  content: "\f02f";
}
.fab-google:before {
  content: "\f030";
}
.fab-google-alt:before {
  content: "\f031";
}
.fab-stumbleupon:before {
  content: "\f032";
}
.fab-stumbleupon-alt:before {
  content: "\f033";
}
.fab-delicious:before {
  content: "\f034";
}
.fab-digg:before {
  content: "\f035";
}
.fab-piedpiper:before {
  content: "\f036";
}
.fab-piedpiper-alt:before {
  content: "\f037";
}
.fab-drupal:before {
  content: "\f038";
}
.fab-joomla:before {
  content: "\f039";
}
.fab-behance:before {
  content: "\f03a";
}
.fab-steam:before {
  content: "\f03b";
}
.fab-steam-alt:before {
  content: "\f03c";
}
.fab-spotify:before {
  content: "\f03d";
}
.fab-deviantart:before {
  content: "\f03e";
}
.fab-soundcloud:before {
  content: "\f040";
}
.fab-vine:before {
  content: "\f041";
}
.fab-codepen:before {
  content: "\f042";
}
.fab-jsfiddle:before {
  content: "\f043";
}
.fab-rebel:before {
  content: "\f044";
}
.fab-empire:before {
  content: "\f045";
}
.fab-git:before {
  content: "\f046";
}
.fab-hackernews:before {
  content: "\f047";
}
.fab-hackernews-alt:before {
  content: "\f048";
}
.fab-slideshare:before {
  content: "\f049";
}
.fab-twitch:before {
  content: "\f04a";
}
.fab-yelp:before {
  content: "\f04b";
}
.fab-paypal:before {
  content: "\f04c";
}
.fab-google-wallet:before {
  content: "\f04d";
}
.fab-angellist:before {
  content: "\f04e";
}
.fab-cc-visa:before {
  content: "\f050";
}
.fab-cc-mastercard:before {
  content: "\f051";
}
.fab-cc-discover:before {
  content: "\f052";
}
.fab-cc-amex:before {
  content: "\f053";
}
.fab-cc-paypal:before {
  content: "\f054";
}
.fab-cc-stripe:before {
  content: "\f055";
}
.fab-lastfm:before {
  content: "\f056";
}
.fab-whatsapp:before {
  content: "\f057";
}
.fab-medium:before {
  content: "\f058";
}
.fab-meanpath:before {
  content: "\f059";
}
.fab-meanpath-alt:before {
  content: "\f05a";
}
.fab-pagelines:before {
  content: "\f05b";
}
.fab-ioxhost:before {
  content: "\f060";
}
.fab-buysellads:before {
  content: "\f061";
}
.fab-buysellads-alt:before {
  content: "\f062";
}
.fab-connectdevelop:before {
  content: "\f063";
}
.fab-dashcube:before {
  content: "\f064";
}
.fab-forumbee:before {
  content: "\f065";
}
.fab-leanpub:before {
  content: "\f066";
}
.fab-sellsy:before {
  content: "\f067";
}
.fab-shirtsinbulk:before {
  content: "\f068";
}
.fab-simplybuilt:before {
  content: "\f069";
}
.fab-skyatlas:before {
  content: "\f06a";
}
.fab-viacoin:before {
  content: "\f06b";
}
.fab-codiepie:before {
  content: "\f06c";
}
.fab-queue:before {
  content: "\f06d";
}
.fab-queue-alt:before {
  content: "\f06e";
}
.fab-fonticons:before {
  content: "\f070";
}
.fab-fonticons-alt:before {
  content: "\f071";
}
.fab-blacktie:before {
  content: "\f072";
}
.fab-blacktie-alt:before {
  content: "\f073";
}
.fab-xing:before {
  content: "\f090";
}
.fab-vk:before {
  content: "\f091";
}
.fab-weibo:before {
  content: "\f092";
}
.fab-renren:before {
  content: "\f093";
}
.fab-tencent-weibo:before {
  content: "\f094";
}
.fab-qq:before {
  content: "\f095";
}
.fab-wechat:before,
.fab-weixin:before {
  content: "\f096";
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face{font-family:'FontAwesome';src:url(https://media.vetcove.com/static/dist/app/static/fonts/fontawesome/fontawesome-webfont.eot);src:url(https://media.vetcove.com/static/dist/app/static/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://media.vetcove.com/static/dist/app/static/fonts/fontawesome/fontawesome-webfont.woff2) format('woff2'),url(https://media.vetcove.com/static/dist/app/static/fonts/fontawesome/fontawesome-webfont.woff) format('woff'),url(https://media.vetcove.com/static/dist/app/static/fonts/fontawesome/fontawesome-webfont.ttf) format('truetype'),url(https://media.vetcove.com/static/dist/app/static/fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*------------------------------------*\
     Rounded Corners
\*------------------------------------*/
/*------------------------------------*\
     Gradients
\*------------------------------------*/
/*------------------------------------*\
     Animations
\*------------------------------------*/
/*------------------------------------*\
    Backgrounds
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*------------------------------------*\
   Rise and Enter
\*------------------------------------*/
@keyframes riseandenter {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/*------------------------------------*\
    Page Layout
\*------------------------------------*/
/*------------------------------------*\
    Colors
\*------------------------------------*/
/*------------------------------------*\
    Borders
\*------------------------------------*/
/*------------------------------------*\
    Breakpoints
\*------------------------------------*/
/*------------------------------------*\
    Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
    General Text Formatting
\*------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  color: #555a5f;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
}
/*------------------------------------*\
    Headers
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  color: inherit;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
.u-light {
  font-weight: 200;
}
/*------------------------------------*\
     Text Smoothing
\*------------------------------------*/
.mixin-light-on-dark-smoothing {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.mixin-dark-on-light-smoothing {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.mixin-no-smoothing {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
/*------------------------------------*\
     A
\*------------------------------------*/
a {
  color: #4f8cf1;
  text-decoration: none;
  transition: color 0.1s;
}
a.u-div {
  color: #333;
}
a.u-div:hover {
  text-decoration: none;
  color: #333;
}
a,
a:hover,
a:focus,
a:active,
a::after,
a:visited {
  outline: none;
}
a:visited,
a:active,
a::after,
a:focus {
  text-decoration: none;
}
a.u-blackLink {
  color: #444;
}
a.u-blackLink:hover {
  color: #444;
}
a.u-backLink {
  color: #888;
  transition: color 0.2s;
}
a.u-backLink:hover {
  text-decoration: none;
  color: #222;
}
a.u-nolink {
  color: #555a5f;
}
a.u-nolink:hover {
  color: #555a5f;
  text-decoration: none;
}
/*------------------------------------*\
    P
\*------------------------------------*/
p.margined {
  margin-bottom: 10px !important;
}
p.weak {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}
p.u-small {
  font-size: 11px;
}
/*------------------------------------*\
  Span
\*------------------------------------*/
span.light {
  color: #999;
  font-size: 90%;
}
/*------------------------------------*\
   Lists
\*------------------------------------*/
ul {
  margin: 0 0 0 15px;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
/*------------------------------------*\
    Links
\*------------------------------------*/
.link {
  color: #30a5df;
  transition: color 0.1s;
}
.link:hover {
  color: #35a9df;
  cursor: pointer;
  text-decoration: underline;
}
/*------------------------------------*\
   Styling
\*------------------------------------*/
.u-underline {
  text-decoration: underline;
}
.u-linethrough {
  text-decoration: line-through;
}
/*------------------------------------*\
   Ellipsis
\*------------------------------------*/
.mixin-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*------------------------------------*\
   Styling
\*------------------------------------*/
.u-light {
  font-weight: 200;
}
.u-semibold {
  font-weight: 600;
}
.u-bold {
  font-weight: 700;
}
.u-ColorMain {
  color: #5ecadf;
}
.u-backgroundColorMain {
  background-color: #5ecadf;
}
.u-gradientDarkenColorMain {
  background: #5ecadf;
  background-image: linear-gradient(to bottom, #5ecadf 0%, #28aec9 100%);
}
.u-gradientLightenColorMain {
  background: #5ecadf;
  background-image: linear-gradient(to bottom, #5ecadf 0%, #9edfec 100%);
}
.u-ColorBlue {
  color: #5cb8e6;
}
.u-backgroundColorBlue {
  background-color: #5cb8e6;
}
.u-gradientDarkenColorBlue {
  background: #5cb8e6;
  background-image: linear-gradient(to bottom, #5cb8e6 0%, #2199d5 100%);
}
.u-gradientLightenColorBlue {
  background: #5cb8e6;
  background-image: linear-gradient(to bottom, #5cb8e6 0%, #9ed5f0 100%);
}
.u-ColorTeal {
  color: #5bd4c0;
}
.u-backgroundColorTeal {
  background-color: #5bd4c0;
}
.u-gradientDarkenColorTeal {
  background: #5bd4c0;
  background-image: linear-gradient(to bottom, #5bd4c0 0%, #2fb39e 100%);
}
.u-gradientLightenColorTeal {
  background: #5bd4c0;
  background-image: linear-gradient(to bottom, #5bd4c0 0%, #98e4d7 100%);
}
.u-ColorLime {
  color: #afcc5a;
}
.u-backgroundColorLime {
  background-color: #afcc5a;
}
.u-gradientDarkenColorLime {
  background: #afcc5a;
  background-image: linear-gradient(to bottom, #afcc5a 0%, #89a633 100%);
}
.u-gradientLightenColorLime {
  background: #afcc5a;
  background-image: linear-gradient(to bottom, #afcc5a 0%, #cbde94 100%);
}
.u-ColorPurple {
  color: #5969e2;
}
.u-backgroundColorPurple {
  background-color: #5969e2;
}
.u-gradientDarkenColorPurple {
  background: #5969e2;
  background-image: linear-gradient(to bottom, #5969e2 0%, #2337cb 100%);
}
.u-gradientLightenColorPurple {
  background: #5969e2;
  background-image: linear-gradient(to bottom, #5969e2 0%, #9aa4ed 100%);
}
.u-ColorYellow {
  color: #e0c437;
}
.u-backgroundColorYellow {
  background-color: #e0c437;
}
.u-gradientDarkenColorYellow {
  background: #e0c437;
  background-image: linear-gradient(to bottom, #e0c437 0%, #af971b 100%);
}
.u-gradientLightenColorYellow {
  background: #e0c437;
  background-image: linear-gradient(to bottom, #e0c437 0%, #ead879 100%);
}
.u-ColorRed {
  color: #eb5252;
}
.u-backgroundColorRed {
  background-color: #eb5252;
}
.u-gradientDarkenColorRed {
  background: #eb5252;
  background-image: linear-gradient(to bottom, #eb5252 0%, #d81919 100%);
}
.u-gradientLightenColorRed {
  background: #eb5252;
  background-image: linear-gradient(to bottom, #eb5252 0%, #f39797 100%);
}
.u-ColorOrange {
  color: #e5c380;
}
.u-backgroundColorOrange {
  background-color: #e5c380;
}
.u-gradientDarkenColorOrange {
  background: #e5c380;
  background-image: linear-gradient(to bottom, #e5c380 0%, #d8a540 100%);
}
.u-gradientLightenColorOrange {
  background: #e5c380;
  background-image: linear-gradient(to bottom, #e5c380 0%, #f2e1c0 100%);
}
.u-ColorViolet {
  color: #809ae5;
}
.u-backgroundColorViolet {
  background-color: #809ae5;
}
.u-gradientDarkenColorViolet {
  background: #809ae5;
  background-image: linear-gradient(to bottom, #809ae5 0%, #4067d8 100%);
}
.u-gradientLightenColorViolet {
  background: #809ae5;
  background-image: linear-gradient(to bottom, #809ae5 0%, #c0ccf2 100%);
}
.u-ColorGreen {
  color: #57c559;
}
.u-backgroundColorGreen {
  background-color: #57c559;
}
.u-gradientDarkenColorGreen {
  background: #57c559;
  background-image: linear-gradient(to bottom, #57c559 0%, #359a37 100%);
}
.u-gradientLightenColorGreen {
  background: #57c559;
  background-image: linear-gradient(to bottom, #57c559 0%, #90d991 100%);
}
.u-ColorWhite {
  color: #fff;
}
.u-backgroundColorWhite {
  background-color: #fff;
}
.u-gradientDarkenColorWhite {
  background: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #d9d9d9 100%);
}
.u-gradientLightenColorWhite {
  background: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
}
.u-colorMain {
  color: #5ecadf;
}
.u-colorBlue {
  color: #5cb8e6;
}
.u-colorTeal {
  color: #5bd4c0;
}
.u-colorLime {
  color: #afcc5a;
}
.u-colorPurple {
  color: #5969e2;
}
.u-colorYellow {
  color: #e0c437;
}
.u-colorRed {
  color: #eb5252;
}
.u-colorOrange {
  color: #e5c380;
}
.u-colorViolet {
  color: #809ae5;
}
.u-colorGreen {
  color: #57c559;
}
.u-colorWhite {
  color: #fff;
}
/*
  Utilities are intended to be used directly in the
  HTML for one off styling.
*/
/*------------------------------------*\
   Page Adjustements
\*------------------------------------*/
.mixin-inline-block-top,
.u-inlineBlockTop {
  display: inline-block;
  vertical-align: top;
}
.u-inlineBlock {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute;
}
.u-marginCenter {
  margin: 0 auto;
}
/*------------------------------------*\
    Smoothing
\*------------------------------------*/
.u-lightOnDarkSmoothing {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.u-darkOnLightSmoothing {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
/*------------------------------------*\
  Borders
\*------------------------------------*/
.u-borderBottom {
  border-bottom: 1px solid #dadada;
}
.u-borderTop {
  border-top: 1px solid #dadada;
}
/*------------------------------------*\
    Horizontal Navigation
\*------------------------------------*/
.mixin-horizontal-nav,
.u-horizontalNav {
  list-style-type: none;
}
.mixin-horizontal-nav li,
.u-horizontalNav li,
.mixin-horizontal-nav a,
.u-horizontalNav a {
  display: inline-block;
}
/*------------------------------------*\
    Floats
\*------------------------------------*/
.u-floatRight {
  float: right !important;
}
.u-floatLeft {
  float: left !important;
}
/*------------------------------------*\
    Div Formatting
\*------------------------------------*/
.u-divCenter {
  margin: 0 auto;
}
.u-noWordWrap {
  word-wrap: none;
}
/*------------------------------------*\
  Hiding and Showing
\*------------------------------------*/
.u-hidden {
  display: none !important;
}
/*------------------------------------*\
    Fixes
\*------------------------------------*/
.u-clear {
  clear: both;
}
.mixin-floatfix::after,
.u-floatfix::after {
  display: table;
  content: " ";
  clear: both;
}
.mixin-emptyfix:empty,
.u-emptyfix:empty {
  display: none;
}
.mixin-clearfix::after,
.u-clearfix::after {
  content: " ";
  display: table;
}
/*------------------------------------*\
   Fonts
\*------------------------------------*/
.u-lowercase {
  text-transform: lowercase;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
.u-center {
  text-align: center;
}
.u-right {
  text-align: right;
}
.u-left {
  text-align: left;
}
.u-justify {
  text-align: justify;
}
.u-bottom {
  text-align: 'bottom';
}
/*------------------------------------*\
  Cursor
\*------------------------------------*/
.u-hoverable:hover {
  cursor: pointer;
}
.u-help:hover {
  cursor: help;
}
/*------------------------------------*\
   Spacing
\*------------------------------------*/
.u-padding-20 {
  padding: -20px !important;
}
.u-paddingTop-20 {
  padding-top: -20px !important;
}
.u-paddingRight-20 {
  padding-right: -20px !important;
}
.u-paddingBottom-20 {
  padding-bottom: -20px !important;
}
.u-paddingLeft-20 {
  padding-left: -20px !important;
}
.u-margin-20 {
  margin: -20px !important;
}
.u-marginTop-20 {
  margin-top: -20px !important;
}
.u-marginRight-20 {
  margin-right: -20px !important;
}
.u-marginBottom-20 {
  margin-bottom: -20px !important;
}
.u-marginLeft-20 {
  margin-left: -20px !important;
}
.u-padding-15 {
  padding: -15px !important;
}
.u-paddingTop-15 {
  padding-top: -15px !important;
}
.u-paddingRight-15 {
  padding-right: -15px !important;
}
.u-paddingBottom-15 {
  padding-bottom: -15px !important;
}
.u-paddingLeft-15 {
  padding-left: -15px !important;
}
.u-margin-15 {
  margin: -15px !important;
}
.u-marginTop-15 {
  margin-top: -15px !important;
}
.u-marginRight-15 {
  margin-right: -15px !important;
}
.u-marginBottom-15 {
  margin-bottom: -15px !important;
}
.u-marginLeft-15 {
  margin-left: -15px !important;
}
.u-padding-10 {
  padding: -10px !important;
}
.u-paddingTop-10 {
  padding-top: -10px !important;
}
.u-paddingRight-10 {
  padding-right: -10px !important;
}
.u-paddingBottom-10 {
  padding-bottom: -10px !important;
}
.u-paddingLeft-10 {
  padding-left: -10px !important;
}
.u-margin-10 {
  margin: -10px !important;
}
.u-marginTop-10 {
  margin-top: -10px !important;
}
.u-marginRight-10 {
  margin-right: -10px !important;
}
.u-marginBottom-10 {
  margin-bottom: -10px !important;
}
.u-marginLeft-10 {
  margin-left: -10px !important;
}
.u-padding-5 {
  padding: -5px !important;
}
.u-paddingTop-5 {
  padding-top: -5px !important;
}
.u-paddingRight-5 {
  padding-right: -5px !important;
}
.u-paddingBottom-5 {
  padding-bottom: -5px !important;
}
.u-paddingLeft-5 {
  padding-left: -5px !important;
}
.u-margin-5 {
  margin: -5px !important;
}
.u-marginTop-5 {
  margin-top: -5px !important;
}
.u-marginRight-5 {
  margin-right: -5px !important;
}
.u-marginBottom-5 {
  margin-bottom: -5px !important;
}
.u-marginLeft-5 {
  margin-left: -5px !important;
}
.u-padding0 {
  padding: 0px !important;
}
.u-paddingTop0 {
  padding-top: 0px !important;
}
.u-paddingRight0 {
  padding-right: 0px !important;
}
.u-paddingBottom0 {
  padding-bottom: 0px !important;
}
.u-paddingLeft0 {
  padding-left: 0px !important;
}
.u-margin0 {
  margin: 0px !important;
}
.u-marginTop0 {
  margin-top: 0px !important;
}
.u-marginRight0 {
  margin-right: 0px !important;
}
.u-marginBottom0 {
  margin-bottom: 0px !important;
}
.u-marginLeft0 {
  margin-left: 0px !important;
}
.u-padding5 {
  padding: 5px !important;
}
.u-paddingTop5 {
  padding-top: 5px !important;
}
.u-paddingRight5 {
  padding-right: 5px !important;
}
.u-paddingBottom5 {
  padding-bottom: 5px !important;
}
.u-paddingLeft5 {
  padding-left: 5px !important;
}
.u-margin5 {
  margin: 5px !important;
}
.u-marginTop5 {
  margin-top: 5px !important;
}
.u-marginRight5 {
  margin-right: 5px !important;
}
.u-marginBottom5 {
  margin-bottom: 5px !important;
}
.u-marginLeft5 {
  margin-left: 5px !important;
}
.u-padding10 {
  padding: 10px !important;
}
.u-paddingTop10 {
  padding-top: 10px !important;
}
.u-paddingRight10 {
  padding-right: 10px !important;
}
.u-paddingBottom10 {
  padding-bottom: 10px !important;
}
.u-paddingLeft10 {
  padding-left: 10px !important;
}
.u-margin10 {
  margin: 10px !important;
}
.u-marginTop10 {
  margin-top: 10px !important;
}
.u-marginRight10 {
  margin-right: 10px !important;
}
.u-marginBottom10 {
  margin-bottom: 10px !important;
}
.u-marginLeft10 {
  margin-left: 10px !important;
}
.u-padding15 {
  padding: 15px !important;
}
.u-paddingTop15 {
  padding-top: 15px !important;
}
.u-paddingRight15 {
  padding-right: 15px !important;
}
.u-paddingBottom15 {
  padding-bottom: 15px !important;
}
.u-paddingLeft15 {
  padding-left: 15px !important;
}
.u-margin15 {
  margin: 15px !important;
}
.u-marginTop15 {
  margin-top: 15px !important;
}
.u-marginRight15 {
  margin-right: 15px !important;
}
.u-marginBottom15 {
  margin-bottom: 15px !important;
}
.u-marginLeft15 {
  margin-left: 15px !important;
}
.u-padding20 {
  padding: 20px !important;
}
.u-paddingTop20 {
  padding-top: 20px !important;
}
.u-paddingRight20 {
  padding-right: 20px !important;
}
.u-paddingBottom20 {
  padding-bottom: 20px !important;
}
.u-paddingLeft20 {
  padding-left: 20px !important;
}
.u-margin20 {
  margin: 20px !important;
}
.u-marginTop20 {
  margin-top: 20px !important;
}
.u-marginRight20 {
  margin-right: 20px !important;
}
.u-marginBottom20 {
  margin-bottom: 20px !important;
}
.u-marginLeft20 {
  margin-left: 20px !important;
}
.u-padding25 {
  padding: 25px !important;
}
.u-paddingTop25 {
  padding-top: 25px !important;
}
.u-paddingRight25 {
  padding-right: 25px !important;
}
.u-paddingBottom25 {
  padding-bottom: 25px !important;
}
.u-paddingLeft25 {
  padding-left: 25px !important;
}
.u-margin25 {
  margin: 25px !important;
}
.u-marginTop25 {
  margin-top: 25px !important;
}
.u-marginRight25 {
  margin-right: 25px !important;
}
.u-marginBottom25 {
  margin-bottom: 25px !important;
}
.u-marginLeft25 {
  margin-left: 25px !important;
}
.u-padding30 {
  padding: 30px !important;
}
.u-paddingTop30 {
  padding-top: 30px !important;
}
.u-paddingRight30 {
  padding-right: 30px !important;
}
.u-paddingBottom30 {
  padding-bottom: 30px !important;
}
.u-paddingLeft30 {
  padding-left: 30px !important;
}
.u-margin30 {
  margin: 30px !important;
}
.u-marginTop30 {
  margin-top: 30px !important;
}
.u-marginRight30 {
  margin-right: 30px !important;
}
.u-marginBottom30 {
  margin-bottom: 30px !important;
}
.u-marginLeft30 {
  margin-left: 30px !important;
}
.u-padding35 {
  padding: 35px !important;
}
.u-paddingTop35 {
  padding-top: 35px !important;
}
.u-paddingRight35 {
  padding-right: 35px !important;
}
.u-paddingBottom35 {
  padding-bottom: 35px !important;
}
.u-paddingLeft35 {
  padding-left: 35px !important;
}
.u-margin35 {
  margin: 35px !important;
}
.u-marginTop35 {
  margin-top: 35px !important;
}
.u-marginRight35 {
  margin-right: 35px !important;
}
.u-marginBottom35 {
  margin-bottom: 35px !important;
}
.u-marginLeft35 {
  margin-left: 35px !important;
}
.u-padding40 {
  padding: 40px !important;
}
.u-paddingTop40 {
  padding-top: 40px !important;
}
.u-paddingRight40 {
  padding-right: 40px !important;
}
.u-paddingBottom40 {
  padding-bottom: 40px !important;
}
.u-paddingLeft40 {
  padding-left: 40px !important;
}
.u-margin40 {
  margin: 40px !important;
}
.u-marginTop40 {
  margin-top: 40px !important;
}
.u-marginRight40 {
  margin-right: 40px !important;
}
.u-marginBottom40 {
  margin-bottom: 40px !important;
}
.u-marginLeft40 {
  margin-left: 40px !important;
}
/*------------------------------------*\
    Button
\*------------------------------------*/
.Button {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin: 0;
  padding: 6px 1em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background-color: #f4f8fe;
  border: 1px solid #c2c7cc;
  border-radius: 3px;
  color: #85898c;
  transition: color 0.2s, background 0.2s;
}
.Button:hover {
  background: #fff;
  color: #85898c;
  cursor: pointer;
  text-decoration: none !important;
}
.Button:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #eee;
  color: #85898c;
}
.Button:focus {
  outline: none;
}
.Button::after {
  color: #85898c;
}
.Button:hover,
.Button:active,
.Button:focus,
.Button::after {
  text-decoration: none;
}
/*------------------------------------*\
    Button Utilities
\*------------------------------------*/
.Button--block {
  display: block;
}
.Button--full {
  width: 100%;
  display: block;
}
.Button--pill {
  border-radius: 16px;
}
.Button--square {
  border-radius: 0;
}
.Button--bold {
  font-weight: 500;
}
.Button--light {
  font-weight: 200;
}
.Button--uppercase {
  text-transform: uppercase;
}
.Button--lowercase {
  text-transform: lowercase;
}
/*------------------------------------*\
    Button Sizing
\*------------------------------------*/
.Button--xxs {
  line-height: 14px;
  padding: 2px 1em;
  font-size: 11px;
}
.Button--xs {
  line-height: 16px;
  padding: 3px 1em;
  font-size: 12px;
}
.Button--small {
  line-height: 18px;
  padding: 5px 1em;
  font-size: 13px;
}
.Button--large {
  line-height: 22px;
  padding: 7px 1em;
  font-size: 15px;
}
.Button--xlarge {
  line-height: 24px;
  padding: 9px 1em;
  font-size: 16px;
}
.Button--xxlarge {
  line-height: 30px;
  padding: 10px 1em;
  font-size: 20px;
}
/*------------------------------------*\
    Button Coloring
\*------------------------------------*/
.Button--shaded {
  border-color: #e1e1e1;
  color: #fff;
  background: #fafafa;
  background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
  background: rgba(0, 0, 0, 0.3);
  border: none;
}
.Button--shaded:hover {
  background: #fafafa;
  background-image: linear-gradient(to bottom, #ededed 0%, #d4d4d4 100%);
  color: #fff;
}
.Button--shaded:active {
  background: #e1e1e1;
  color: #eee;
}
.Button--shaded::after {
  color: #fff;
}
.Button--shaded:hover {
  background: rgba(0, 0, 0, 0.4);
}
.Button--shaded:active {
  background: rgba(0, 0, 0, 0.4);
}
.Button--primary {
  border-color: #33bcd7;
  color: #fff;
  background: #5ecadf;
  background-image: linear-gradient(to bottom, #5ecadf 0%, #33bcd7 100%);
}
.Button--primary:hover {
  background: #5ecadf;
  background-image: linear-gradient(to bottom, #49c3db 0%, #28aec9 100%);
  color: #fff;
}
.Button--primary:active {
  background: #33bcd7;
  color: #eee;
}
.Button--primary::after {
  color: #fff;
}
.Button--blue {
  border-color: #30a5df;
  color: #fff;
  background: #5cb8e6;
  background-image: linear-gradient(to bottom, #5cb8e6 0%, #30a5df 100%);
}
.Button--blue:hover {
  background: #5cb8e6;
  background-image: linear-gradient(to bottom, #46aee3 0%, #2199d5 100%);
  color: #fff;
}
.Button--blue:active {
  background: #30a5df;
  color: #eee;
}
.Button--blue::after {
  color: #fff;
}
.Button--teal {
  border-color: #34c8af;
  color: #fff;
  background: #5bd4c0;
  background-image: linear-gradient(to bottom, #5bd4c0 0%, #34c8af 100%);
}
.Button--teal:hover {
  background: #5bd4c0;
  background-image: linear-gradient(to bottom, #47cfb8 0%, #2fb39e 100%);
  color: #fff;
}
.Button--teal:active {
  background: #34c8af;
  color: #eee;
}
.Button--teal::after {
  color: #fff;
}
.Button--purple {
  border-color: #2e42da;
  color: #fff;
  background: #5969e2;
  background-image: linear-gradient(to bottom, #5969e2 0%, #2e42da 100%);
}
.Button--purple:hover {
  background: #5969e2;
  background-image: linear-gradient(to bottom, #4355de 0%, #2337cb 100%);
  color: #fff;
}
.Button--purple:active {
  background: #2e42da;
  color: #eee;
}
.Button--purple::after {
  color: #fff;
}
.Button--violet {
  border-color: #5678dc;
  color: #fff;
  background: #809ae5;
  background-image: linear-gradient(to bottom, #809ae5 0%, #5678dc 100%);
}
.Button--violet:hover {
  background: #809ae5;
  background-image: linear-gradient(to bottom, #6b89e1 0%, #4067d8 100%);
  color: #fff;
}
.Button--violet:active {
  background: #5678dc;
  color: #eee;
}
.Button--violet::after {
  color: #fff;
}
.Button--lime {
  border-color: #99ba39;
  color: #fff;
  background: #afcc5a;
  background-image: linear-gradient(to bottom, #afcc5a 0%, #99ba39 100%);
}
.Button--lime:hover {
  background: #afcc5a;
  background-image: linear-gradient(to bottom, #a6c647 0%, #89a633 100%);
  color: #fff;
}
.Button--lime:active {
  background: #99ba39;
  color: #eee;
}
.Button--lime::after {
  color: #fff;
}
.Button--red {
  border-color: #e62424;
  color: #fff;
  background: #eb5252;
  background-image: linear-gradient(to bottom, #eb5252 0%, #e62424 100%);
}
.Button--red:hover {
  background: #eb5252;
  background-image: linear-gradient(to bottom, #e83b3b 0%, #d81919 100%);
  color: #fff;
}
.Button--red:active {
  background: #e62424;
  color: #eee;
}
.Button--red::after {
  color: #fff;
}
.Button--green {
  border-color: #3cad3e;
  color: #fff;
  background: #57c559;
  background-image: linear-gradient(to bottom, #57c559 0%, #3cad3e 100%);
}
.Button--green:hover {
  background: #57c559;
  background-image: linear-gradient(to bottom, #44be46 0%, #359a37 100%);
  color: #fff;
}
.Button--green:active {
  background: #3cad3e;
  color: #eee;
}
.Button--green::after {
  color: #fff;
}
.Button--orange {
  border-color: #dcaf56;
  color: #fff;
  background: #e5c380;
  background-image: linear-gradient(to bottom, #e5c380 0%, #dcaf56 100%);
}
.Button--orange:hover {
  background: #e5c380;
  background-image: linear-gradient(to bottom, #e1b96b 0%, #d8a540 100%);
  color: #fff;
}
.Button--orange:active {
  background: #dcaf56;
  color: #eee;
}
.Button--orange::after {
  color: #fff;
}
.Button--white {
  background: #fff;
}
.Button--white:hover {
  background: #f4f4f4;
}
.Button--active {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
  cursor: default;
  opacity: 0.6;
}
.Button--active:hover {
  background: auto;
  box-shadow: auto;
}
/*------------------------------------*\
    Button Remove
\*------------------------------------*/
/*
  Remove buttons are the iconic X's for overlays and toggling content
*/
.ButtonRemove {
  padding: 3px 5px;
  line-height: 20px;
  border: none;
  position: absolute;
  background: none;
  top: 1px;
  right: 1px;
  z-index: 1;
  font-size: 24px;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
}
.ButtonRemove:hover {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  text-decoration: none !important;
}
.ButtonRemove.ButtonRemove--dark {
  color: #555;
}
.ButtonRemove.ButtonRemove--dark:hover {
  color: #333;
}
.ButtonRemove.ButtonRemove--light {
  color: rgba(255, 255, 255, 0.6);
}
.ButtonRemove--border {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.ButtonRemove--small {
  font-size: 16px;
}
/*------------------------------------*\
    Disabling Buttons
\*------------------------------------*/
.Button.disabled,
.Button.disabled:hover,
.Button.disabled:active,
input.Button:disabled,
button.Button:disabled,
.Button--disabled {
  background: #dadada !important;
  border: 1px solid #ddd;
  color: #aaa;
  cursor: default;
  opacity: 0.6;
}
.Button.disabled:hover,
.Button.disabled:hover:hover,
.Button.disabled:active:hover,
input.Button:disabled:hover,
button.Button:disabled:hover,
.Button--disabled:hover {
  background: #dadada;
  color: #aaa;
  cursor: default;
}
.Button.disabled:active,
.Button.disabled:hover:active,
.Button.disabled:active:active,
input.Button:disabled:active,
button.Button:disabled:active,
.Button--disabled:active {
  box-shadow: none;
  background: #dadada;
}
/*------------------------------------*\
    Text Buttons
\*------------------------------------*/
.Button--text {
  border: none;
  background: none;
  color: #5cb8e6;
  padding: 0 3px;
  line-height: 1.6;
}
.Button--text:hover,
.Button--text:active {
  background: none;
  box-shadow: none;
  color: #30a5df;
  text-decoration: underline;
}
/*------------------------------------*\
  Input button (used to make same height as input elements)
\*------------------------------------*/
.Button--input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
/*------------------------------------*\
  Button Dropdowns
\*------------------------------------*/
.ButtonDropdownContainer {
  display: inline-block;
  position: relative;
}
/*------------------------------------*\
    Button Group
\*------------------------------------*/
.ButtonGroup {
  display: inline-block;
  height: 34px;
  vertical-align: top;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #fafafa;
}
.ButtonGroup .ButtonGroup__button {
  display: block;
  float: left;
  border: none;
  background: none;
  height: 32px;
  line-height: 36px;
  color: #555;
  padding: 0 15px;
}
.ButtonGroup .ButtonGroup__button:not(:last-child) {
  border-right: 1px solid #dadada;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ButtonGroup .ButtonGroup__button:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ButtonGroup .ButtonGroup__button.active,
.ButtonGroup .ButtonGroup__button:not(.active):active {
  background: transparent;
  background-image: linear-gradient(to bottom, #d2d2d2 0%, #ffffff 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) inset;
  color: #777;
}
.ButtonGroup .ButtonGroup__button:hover {
  color: #777;
  text-decoration: none;
}
.ButtonGroup .ButtonGroup__button:not(.active):hover {
  background: #f7f7f7;
  color: #333;
  cursor: pointer;
}
.ButtonGroup--small {
  height: 26px;
}
.ButtonGroup--small .ButtonGroup__button {
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
}
/*------------------------------------*\
  ButtonToggle
\*------------------------------------*/
.ButtonToggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.ButtonToggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input.ButtonToggle--round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #ddd;
  border-radius: 40px;
}
input.ButtonToggle--round + label::before,
input.ButtonToggle--round + label::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.ButtonToggle--round + label::before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 40px;
  transition: background 0.4s;
}
input.ButtonToggle--round + label::after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.ButtonToggle--round:checked + label::before {
  background-color: #8ce196;
}
input.ButtonToggle--round:checked + label::after {
  margin-left: 30px;
}
/* Button Toggle Small */
input.ButtonToggle--small.ButtonToggle--round + label {
  width: 30px;
  height: 15px;
  border-radius: 20px;
}
input.ButtonToggle--small.ButtonToggle--round + label::after {
  width: 14px;
}
input.ButtonToggle--small.ButtonToggle--round:checked + label::after {
  margin-left: 15px;
}
/***
Website Button Styling V2
***/
a.qButton,
button.qButton {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  border: none;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #4f8cf1;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}
a.qButton:hover,
button.qButton:hover {
  color: #467bd4;
  cursor: pointer;
  background: #f6f6f6;
  text-decoration: none;
}
a.qButton.qButton--small,
button.qButton.qButton--small {
  height: 34px;
  line-height: 34px;
  padding: 0 22px;
  font-size: 14px;
  letter-spacing: 0.0125em;
}
a.qButton.qButton--xs,
button.qButton.qButton--xs {
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
a.qButton.qButton--xl,
button.qButton.qButton--xl {
  height: 55px;
  line-height: 55px;
  padding: 0 28px;
  font-size: 17px;
}
a.qButton.qButton--xxl,
button.qButton.qButton--xxl {
  height: 72px;
  line-height: 72px;
  padding: 0 32px;
  font-size: 24px;
}
a.qButton.qButton--naked,
button.qButton.qButton--naked {
  border: none;
  background: none;
  box-shadow: none;
}
a.qButton.qButton--naked:hover,
button.qButton.qButton--naked:hover {
  color: #2b62bb;
}
a.qButton.qButton--blue,
button.qButton.qButton--blue,
a.qButton.qButton--green,
button.qButton.qButton--green,
a.qButton.qButton--purple,
button.qButton.qButton--purple,
a.qButton.qButton--orange,
button.qButton.qButton--orange,
a.qButton.qButton--red,
button.qButton.qButton--red,
a.qButton.qButton--lime,
button.qButton.qButton--lime {
  color: #fff;
}
a.qButton.qButton--blue:hover,
button.qButton.qButton--blue:hover,
a.qButton.qButton--green:hover,
button.qButton.qButton--green:hover,
a.qButton.qButton--purple:hover,
button.qButton.qButton--purple:hover,
a.qButton.qButton--orange:hover,
button.qButton.qButton--orange:hover,
a.qButton.qButton--red:hover,
button.qButton.qButton--red:hover,
a.qButton.qButton--lime:hover,
button.qButton.qButton--lime:hover {
  color: #fff;
}
a.qButton.qButton--purple,
button.qButton.qButton--purple {
  background: #5969e2;
}
a.qButton.qButton--purple:hover,
button.qButton.qButton--purple:hover {
  background: #4355de;
}
a.qButton.qButton--orange,
button.qButton.qButton--orange {
  background: #eea314;
}
a.qButton.qButton--orange:hover,
button.qButton.qButton--orange:hover {
  background: #e29400;
}
a.qButton.qButton--blue,
button.qButton.qButton--blue {
  background: #2e9fff;
}
a.qButton.qButton--blue:hover,
button.qButton.qButton--blue:hover {
  background: #1593ff;
}
a.qButton.qButton--green,
button.qButton.qButton--green {
  background: #3ecf8e;
}
a.qButton.qButton--green:hover,
button.qButton.qButton--green:hover {
  background: #30c381;
}
a.qButton.qButton--red,
button.qButton.qButton--red {
  background: #eb5252;
}
a.qButton.qButton--red:hover,
button.qButton.qButton--red:hover {
  background: #e83b3b;
}
a.qButton.qButton--lime,
button.qButton.qButton--lime {
  background: #afcc5a;
}
a.qButton.qButton--lime:hover,
button.qButton.qButton--lime:hover {
  background: #a6c647;
}
a.qButton.qButton--full,
button.qButton.qButton--full {
  display: block;
  width: 100%;
}
a.qButton.qButton--disabled,
button.qButton.qButton--disabled {
  opacity: 0.5;
}
a.qButton.qButton--disabled:hover,
button.qButton.qButton--disabled:hover {
  cursor: not-allowed;
}
a.qButton.qButton--nutramax--light,
button.qButton.qButton--nutramax--light {
  background: white;
  color: #006A39;
}
a.qButton.qButton--nutramax--light:hover,
button.qButton.qButton--nutramax--light:hover {
  background: #f2f2f2;
}
a.qButton.qButton--nutramax--dark,
button.qButton.qButton--nutramax--dark {
  background: #006A39;
  color: white;
}
a.qButton.qButton--nutramax--dark:hover,
button.qButton.qButton--nutramax--dark:hover {
  background: #00512b;
}
a.qButton:disabled,
button.qButton:disabled {
  opacity: 0.5;
}
a.qButton:disabled:hover,
button.qButton:disabled:hover {
  cursor: not-allowed;
}
/***
Circle Button are used for showing items as checked or not.
i.e. lists and supplier order items are two places
***/
.qButtonCircle {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #777;
  background: #eee;
  transition: background 0.2s;
}
.qButtonCircle:hover {
  cursor: pointer;
}
.qButtonCircle--checked {
  background: #55e97f;
  color: #fff;
}
.qButtonCircle--partial {
  background: #e5c380;
  color: #fff;
}
.Form.Form--inline {
  display: inline-block;
}
/*------------------------------------*\
    Form Resets (from Bootstrap)
\*------------------------------------*/
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: border-box;
}
select[multiple],
select[size] {
  height: auto;
}
/*------------------------------------*\
    Mixins
\*------------------------------------*/
@media (max-width: 670px) {
  .mixin-formbreak {
    width: 100%;
  }
}
/*------------------------------------*\
    Success Box
\*------------------------------------*/
.Form__successBox {
  display: none;
  padding: 20px;
  color: #57c559;
}
.Form__successBox h4 {
  margin: 20px 0;
}
/*------------------------------------*\
    Help Blocks
\*------------------------------------*/
.Form__helpBlock {
  display: block;
  font-size: 10px;
  height: 10px;
  margin: 0;
  color: #888;
}
/*------------------------------------*\
    Form Groups
\*------------------------------------*/
.Form__group {
  position: relative;
  clear: both;
  margin-bottom: 5px;
}
.Form__group input,
.Form__group select,
.Form__group input::-moz-focus-inner {
  border: 0;
  outline: none;
}
.Form__group input:focus,
.Form__group select:focus,
.Form__group textarea:focus {
  box-shadow: none;
  outline: none;
}
.Form__group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
}
.Form__group label.Form__checkboxLabel:hover {
  cursor: pointer;
}
.Form__group .Form__control::-webkit-input-placeholder {
  color: #555;
  opacity: 0.4;
}
.Form__group .Form__control:-moz-placeholder {
  color: #555;
  opacity: 0.4;
}
.Form__group .Form__control::-moz-placeholder {
  color: #555;
  opacity: 0.4;
}
.Form__group .Form__control:-ms-input-placeholder {
  color: #555;
  opacity: 0.4;
}
.Form__group .Form__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.7);
  border-right: 1px solid #dedede;
  z-index: 10;
  width: 25px;
  text-align: center;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.Form__group .Form__icon--large {
  line-height: 39px;
}
.Form__group .Form__icon--after {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #dedede;
}
.Form__group .Form__clear {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 34px;
  text-align: center;
  transition: color 0.2s;
  font-size: 15px;
  color: #666;
}
.Form__group .Form__clear:hover {
  color: #222;
  cursor: pointer;
}
.Form__group .Form__loader {
  position: absolute;
  display: none;
  right: 25px;
  bottom: 0;
  width: 30px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.Form__group.Form__group--100 {
  width: 100%;
}
.Form__group.Form__group--75 {
  width: 75%;
}
.Form__group.Form__group--66 {
  width: 66.66%;
}
.Form__group.Form__group--50 {
  width: 50%;
}
.Form__group.Form__group--40 {
  width: 40%;
}
.Form__group.Form__group--33 {
  width: 33.33%;
}
.Form__group.Form__group--25 {
  width: 25%;
}
.Form__group.Form__group--20 {
  width: 20%;
}
.Form__group.Form__group--16 {
  width: 16.66%;
}
.Form__group .Form__control {
  height: 34px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 7px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  position: relative;
  color: #555a5f;
}
.Form__group .Form__control--large {
  height: 40px;
  font-size: 16px;
  line-height: normal;
  padding: 0 7px;
  width: 100%;
  border: 1px solid #c2c7cc;
  background: #fff;
  border-radius: 3px;
  position: relative;
  color: #3d454d;
}
.Form__group select[multiple].Form__control {
  height: auto;
  min-height: 100px;
}
.Form__group select.Form__control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}
.Form__group select.Form__control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.Form__group textarea.Form__control {
  display: block;
  resize: vertical;
  height: 100px;
  min-height: 50px;
  padding: 8px 10px;
}
.Form__group textarea.Form__control.Form__control--short {
  min-height: 50px;
}
.Form__group .Form__control.Form__control--icon {
  padding-left: 35px;
}
.Form__group .Form__control.Form__control--iconAfter {
  padding-right: 35px;
}
.Form__group .Form__control--unchangeable {
  padding: 10px;
  background: #fafafa;
}
.Form__group .Form__control--unchangeable:hover {
  cursor: no-drop;
}
.Form__group:not(.has-error) .Form__control:focus {
  border: 1px solid #5cb8e6;
  box-shadow: none;
}
.Form__group input[type="radio"],
.Form__group input[type="checkbox"] {
  margin-top: 2px;
}
.Form__group .Form__control:disabled {
  background: #eee;
}
.Form__group .Form__control:disabled:hover {
  cursor: not-allowed;
}
.Form__label {
  font-weight: 600 !important;
  color: #8a939b;
  letter-spacing: 0.2px;
  font-size: 14px;
}
.Form__group.has-error label {
  color: #eb5252;
}
.Form__group.has-error .Form__statusX {
  display: block;
}
.Form__group.has-error .Form__statusCheck {
  display: none;
}
.Form__group.has-error .Form__control {
  border: 1px solid #eb5252;
  background: #fff2f2;
  z-index: 1;
}
.Form__group.has-error .Form__control:focus + .Form__errorMessage {
  transform: translateY(5px);
  visibility: visible;
  opacity: 1;
}
.Form__group.has-error .Form__control:not(:focus) + .Form__errorMessage {
  visibility: hidden;
}
.Form__group.has-error .Form__checkboxContainer {
  background: #fff2f2;
  border: 1px solid #eb5252;
}
.Form__group.has-error .Form__control::-webkit-input-placeholder {
  color: #eb5252;
  opacity: 1;
}
.Form__group.has-error .Form__control:-moz-placeholder {
  color: #eb5252;
  opacity: 1;
}
.Form__group.has-error .Form__control::-moz-placeholder {
  color: #eb5252;
  opacity: 1;
}
.Form__group.has-error .Form__control:-ms-input-placeholder {
  color: #eb5252;
  opacity: 1;
}
.Form__group.has-check .Form__statusX {
  display: none;
}
.Form__group.has-check .Form__statusCheck {
  display: block;
}
.Form__group.has-check .Form__errorMessage {
  display: none;
}
/*------------------------------------*\
   Form Status
\*------------------------------------*/
.Form__status {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
}
.Form__status .Form__statusFeedback {
  display: none;
  line-height: 40px;
}
.Form__status .Form__statusCheck {
  color: #57c559;
}
.Form__status .Form__statusX {
  color: #eb5252;
}
/*------------------------------------*\
    Form Layout
\*------------------------------------*/
.Form__inlinedSeparate .Form__group {
  clear: none;
  float: left;
}
.Form__inlinedSeparate .Form__group .Form__errorMessage {
  right: 5px;
}
.Form__inlinedSeparate .Form__group:not(:first-child) {
  padding-left: 5px;
}
.Form__inlinedTogether .Form__group {
  clear: none;
  float: left;
}
.Form__inlinedTogether .Form__group:not(:first-child) .Form__control {
  border-left: none;
  border-radius: 0;
}
.Form__inlinedTogether .Form__group:first-child .Form__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.Form__inlinedTogether .Form__group:last-child .Form__control {
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.Form__inlinedTogether .Form__group:not(:first-child) {
  padding-left: 0;
}
.Form__inlinedTogether .Form__group::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__inlinedTogether .Form__group::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__inlinedSeparate::after,
.Form__inlinedTogether::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__inlinedSeparate::after,
.Form__inlinedTogether::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__input {
  position: relative;
}
/*------------------------------------*\
    Error Messages
\*------------------------------------*/
.Form__errorMessage {
  position: absolute;
  bottom: 100%;
  margin-bottom: 23px;
  right: 0;
  z-index: 10;
  visibility: hidden;
  max-width: 99%;
  padding: 0 8px;
  background: #f43d34;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.Form__errorMessage::after {
  position: absolute;
  bottom: -4px;
  right: 8px;
  display: inline-block;
  border-right: 4px solid transparent;
  border-top: 4px solid #f43d34;
  border-left: 4px solid transparent;
  content: '';
}
.mixin-error-message-fade-in {
  transform: translateY(5px);
  visibility: visible;
  opacity: 1;
}
.mixin-error-message-fade-out {
  visibility: hidden;
}
.Form__errorMessage--caution {
  background: #dcaf56;
}
.Form__errorMessage--caution::after {
  border-top-color: #dcaf56;
}
/*------------------------------------*\
    Form Submit
\*------------------------------------*/
.Form__submit {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  padding-top: 20px;
  display: table;
  width: 100%;
}
.Form__submit .Form__submitTextContainer {
  display: table-cell;
  vertical-align: middle;
  padding-top: 1px;
}
.Form__submit .Form__submitTextContainer p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.Form__submit .Form__submitButtonContainer {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
/*------------------------------------*\
    Question Marks
\*------------------------------------*/
.Form__questionMark {
  display: inline;
  position: relative;
  z-index: 0;
}
.Form__questionMark .Form__questionMarkIcon {
  width: 20px;
  text-align: center;
  z-index: 211;
  position: relative;
}
.Form__questionMark .Form__questionMarkIcon:hover {
  cursor: pointer;
}
.Form__questionMark .Form__questionMarkInfo {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 210;
  max-width: 300px;
  left: 0;
  bottom: 0;
  border: 1px solid #dadada;
}
.Form__questionMark .Form__questionMarkInfo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.Form__questionMark:hover {
  z-index: 200;
}
.Form__questionMark:hover .Form__questionMarkInfo {
  display: block;
}
/*------------------------------------*\
    Errors
\*------------------------------------*/
.Form__errors {
  margin-bottom: 10px;
  color: white;
  background: #eb5252;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.Form__errors:empty {
  display: none;
}
.Form__errors:empty {
  display: none;
}
.Form__errors p {
  font-weight: bold;
}
.Form__errors a {
  color: white;
  text-decoration: underline;
}
.Form__errorsInner {
  background: #f8c4c4;
  color: #d81919;
  border: 1px solid #f08080;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 3px;
}
.Form__errorsInner:empty {
  display: none;
}
.Form__errorsInner:empty {
  display: none;
}
/*------------------------------------*\
   Success
\*------------------------------------*/
.Form__success {
  display: none;
  margin-bottom: 10px;
  color: white;
  font-weight: 500;
  background: #57c559;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
}
.Form__success:empty {
  display: none;
}
.Form__success:empty {
  display: none;
}
/*------------------------------------*\
   CheckboxSelectMultiple Formatting
\*------------------------------------*/
.Form__checkboxSelectMultiple ul {
  margin-left: 0;
}
.Form__checkboxSelectMultiple ul::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__checkboxSelectMultiple ul::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__checkboxSelectMultiple li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.Form__checkboxSelectMultiple label:hover {
  cursor: pointer;
}
.Form__checkboxSelectMultiple--33 li {
  width: 33%;
}
.Form__checkboxSelectMultiple--25 li {
  width: 25%;
}
/*------------------------------------*\
    Accessories
\*------------------------------------*/
.Form__passwordMeter {
  height: 13px;
  width: 100%;
}
.Form__passwordMeter .Form__passwordBlock {
  margin-top: 5px;
  height: 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  width: 14%;
  float: left;
  margin-right: 1%;
  background: #dadada;
}
.Form__passwordMeter .Form__passwordText {
  margin-top: 3px;
  font-weight: 500;
  width: 40%;
  float: left;
  font-size: 10px;
  line-height: 10px;
}
.Form__passwordMeter::after {
  display: table;
  content: " ";
  clear: both;
}
.Form__passwordMeter::after {
  display: table;
  content: " ";
  clear: both;
}
.button-margins {
  margin-right: 10px;
}
/*
  Font overrides for the corporate site so that it can inherit from the main less foundation while keeping the original font

  Can be completely removed once ready for the landing page to move to the same font
*/
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 100;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProUltraLight.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProUltraLightItalic.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 100;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProUltraLightItalic.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProUltraLightItalic.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProLight.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProLight.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProLightItalic.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProLightItalic.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProRegular.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProRegular.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProItalic.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProItalic.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 500;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProMedium.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProMedium.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 500;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProMediumItalic.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProMediumItalic.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBold.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBold.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBoldItalic.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBoldItalic.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBold.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBold.otf) format("opentype");
}
@font-face {
  font-family: 'Sofia Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBoldItalic.woff2) format("woff2"), url(https://media.vetcove.com/static/dist/app/static/fonts/sofiapro/SofiaProBoldItalic.otf) format("opentype");
}
body {
  font-family: 'Sofia Pro', 'Helvetica Neue', Helvetica, sans-serif;
}
h1,
.h1 {
  font-size: 28px;
  font-weight: 200;
}
h2,
.h2 {
  font-size: 22px;
  font-weight: 200;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: 200;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 200;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 200;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 200;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/slick/slick.eot);
  src: url(https://media.vetcove.com/static/dist/app/static/fonts/slick/slick.eot?#iefix) format('embedded-opentype'), url(https://media.vetcove.com/static/dist/app/static/fonts/slick/slick.woff) format('woff'), url(https://media.vetcove.com/static/dist/app/static/fonts/slick/slick.ttf) format('truetype'), url(https://media.vetcove.com/static/dist/app/static/fonts/slick/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev::before {
  content: '←';
}
[dir='rtl'] .slick-prev::before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next::before {
  content: '→';
}
[dir='rtl'] .slick-next::before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: black;
}
.qContainer {
  max-width: 1200px;
  padding: 50px 10px;
  margin: 0 auto;
}
.qCircleIcon {
  display: inline-block;
  height: 60px;
  width: 60px;
  background: #3ecf8e;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 10px 0;
}
.qHeroBackground {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1250px;
  display: block;
  transform: skew(0, -12deg);
  overflow: hidden;
  background: linear-gradient(150deg, #53f 15%, #05d5ff 65%, #a7eb4f 100%);
}
.qGenericHeader {
  background: #fafafa;
  min-height: 300px;
  text-align: center;
  padding: 120px 10px 30px 10px;
  border-bottom: 1px solid #dfdfdf;
}
.qGenericHeader h1 {
  text-transform: uppercase;
  color: #3ba3f3;
  font-size: 16px;
  font-weight: bold;
}
.qGenericHeader h2 {
  font-size: 40px;
  color: #333;
  padding: 5px 0;
  line-height: 1.3;
}
.qSection__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px auto;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.qSection__header h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  color: #3ba3f3;
}
.qSection__header h2 {
  color: #555;
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.3;
  color: #6b7c93;
}
.qSection__header--dark {
  border-color: rgba(0, 0, 0, 0.15);
}
.qSection__header--dark h1 {
  color: #fff;
}
.qSection__header--dark h2 {
  color: #eee;
}
/*** Ambassador Application Page ***/
.qAmbassadorsApplyExplain {
  margin-bottom: 120px;
  margin-top: -50px;
}
.qAmbassadorsApplyExplain > div {
  background: linear-gradient(120deg, #f37bc3 15%, #6ecdfd 100%);
  padding: 5px;
}
.qAmbassadorsApplyExplain > div > div {
  padding: 40px 2px;
  background: #fff;
}
.qAmbassadorsApplyExplain p {
  font-size: 18px;
  text-align: center;
  padding: 0 40px 20px 40px;
}
.qAmbassadorApply__action {
  margin: 150px auto 0 auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.qAmbassadorApplyHero {
  position: relative;
  min-height: 900px;
  background: #fff;
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/covecrew_apply.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .qAmbassadorApplyHero {
    position: relative;
    min-height: 500px;
  }
}
.qAmbassadorApplyHero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 130px;
  color: #fff;
}
.qAmbassadorApplyHero__inner h1 {
  font-size: 70px;
  line-height: 1.3;
  padding-bottom: 15px;
}
.qAmbassadorApplyHero__inner h1 i {
  color: #f39797;
}
.qAmbassadorApplyHero__inner h2 {
  font-size: 29px;
  max-width: 650px;
  line-height: 1.4em;
}
.qAmbassadorApplyDetails {
  border-top: 10px solid #efefef;
  border-bottom: 10px solid #efefef;
  background: linear-gradient(to right, #53f 15%, #5fdbf3 100%);
}
.qAmbassadorApplyDetails__inner {
  max-width: 1200px;
  padding: 50px 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.qAmbassadorApplyDetails__inner h1 {
  margin-bottom: 30px;
  font-weight: bold;
}
.qAmbassadorApplyDetails__inner i {
  margin-top: 5px;
  padding-right: 10px;
}
.qAmbassadorApplyDetails__inner p {
  text-align: left;
  font-size: 20px;
  color: #eee;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 768px) {
  .qAmbassadorApply__action a {
    width: 100%;
  }
}
/*** Ambassador List View ***/
.qAmbassadors__header {
  min-height: 1200px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.qAmbassadors__navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  margin: 0 10px 10px 10px;
  padding-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.qAmbassadors__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: auto;
  z-index: 0;
  overflow: hidden;
}
.qAmbassadors__videoOverlay {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 200px 20px 0 20px;
  min-height: 1200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.qAmbassadors__videoOverlay h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.qAmbassadors__videoOverlay h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
}
.qAmbassadors__body {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: -550px auto 40px auto;
}
.qAmbassadorsCard {
  display: block;
  border-radius: 2px;
  margin: 10px;
  background: #fff;
  text-align: center;
  transition: box-shadow 0.2s;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.qAmbassadorsCard__image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  transition: transform 0.2s;
}
.qAmbassadorsCard__name {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 15px 20px;
}
.qAmbassadorsCard__name h1 {
  font-size: 24px;
  font-weight: bold;
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qAmbassadorsCard__name h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: #888;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qAmbassadorsCard:hover {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qAmbassadorsCard:hover .qAmbassadorsCard__image {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .qAmbassadors__body {
    margin-top: 0;
  }
}
/*** Ambassador Detail Page ***/
.qAmbassador {
  padding-top: 60px;
}
.qAmbassador__inner {
  margin: 0 auto 40px auto;
  max-width: 1200px;
  border: 1px solid #efefef;
}
.qAmbassador__header {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
.qAmbassador__header::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.qAmbassador__name {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 350px;
  color: #fff;
  font-size: 60px;
  text-align: left;
}
.qAmbassador__name h1 {
  color: #fff;
  font-size: 60px;
}
.qAmbassador__name h2 {
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
.qAmbassador__wallpaper {
  width: 1200px;
}
.qAmbassador__avatar {
  z-index: 2;
  position: absolute;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  left: 60px;
  bottom: -50px;
  background-position: top center;
  background-size: cover;
  border: 5px solid #fff;
}
.qAmbassador__avatarImage {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 250px;
  height: 250px;
  background: #333;
}
.qAmbassador__body {
  padding: 80px 20px 40px 20px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
.qAmbassador__question {
  margin-bottom: 50px;
}
.qAmbassador__question h3 {
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.qAmbassador__question h4 {
  font-size: 18px;
  font-weight: normal;
}
.qAmbassador__facts {
  width: 330px;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  text-align: center;
}
.qAmbassador__fact {
  margin-bottom: 30px;
}
.qAmbassador__fact h1 {
  font-size: 20px;
  font-weight: normal;
}
.qAmbassador__fact h2 {
  color: #888;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .qAmbassador__name {
    position: relative;
    text-align: center;
    left: auto;
    bottom: auto;
  }
  .qAmbassador__name h2 {
    color: #fff;
  }
  .qAmbassador__header {
    min-height: 450px;
  }
  .qAmbassador__header::after {
    height: 100%;
  }
  .qAmbassador__body {
    display: block;
  }
  .qAmbassador__avatarContainer {
    text-align: center;
    padding: 30px 0;
  }
  .qAmbassador__avatar {
    position: relative;
    margin: 0 auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .qAmbassador__facts {
    margin: 0 auto 60px auto;
  }
}
/*** Static Styling is used for legal and generic pages ***/
.qStatic {
  background: #fff;
}
.qStaticHeader {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  min-height: 300px;
  text-align: center;
  padding: 120px 10px 30px 10px;
  border-bottom: 1px solid #dfdfdf;
}
.qStaticHeader h1 {
  text-transform: uppercase;
  color: #5969e2;
  font-size: 16px;
  font-weight: bold;
}
.qStaticHeader h2 {
  font-size: 40px;
  color: #333;
  padding: 5px 0;
  line-height: 1.3;
}
.qStaticHeader__stat {
  padding: 0 10px;
  font-size: 18px;
}
.qStaticContent {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 10px;
  font-size: 16px;
  line-height: 1.8;
}
.qStaticContent section {
  padding: 20px 0;
}
.qStaticContent h1 {
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0 10px 0;
  font-size: 28px;
}
.qStaticContent h2 {
  font-weight: bold;
  margin: 20px 0 10px 0;
  font-size: 22px;
}
.qStaticContent h3 {
  font-weight: bold;
  margin: 20px 0 10px 0;
  font-size: 18px;
}
.qStaticContent ul {
  margin-bottom: 10px;
}
.qStaticContent p {
  margin-bottom: 10px;
}
.qStaticContent table {
  border: 1px solid #e2e7eb;
}
.qStaticContent table thead {
  background: #f9fafb;
}
.qStaticContent table tr {
  min-width: 80px;
  text-align: left;
}
.qStaticContent table td,
.qStaticContent table th {
  padding: 5px 10px;
  border: 1px solid #e2e7eb;
}
.qStaticColumns {
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}
.qStaticSidebar {
  margin-top: 80px;
  font-size: 20px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  max-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qStaticNavigationItem {
  padding: 10px;
  border-radius: 3px;
  transition: color 0.2s;
}
.qStaticNavigationItem.active {
  background: #5969e2;
  color: #fff;
}
.qStaticNavigationItem:not(.active):hover {
  cursor: pointer;
  color: #222;
}
.qStaticContent .tab-content {
  display: none;
}
.qStaticContent .tab-content.active {
  display: block;
}
.qStaticFixedFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 20px;
  background: #fff;
  border-top: 1px solid #efefef;
  padding: 20px;
}
.qStaticFixedFooter > div {
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.qAbout {
  background: #fff;
}
.qAbout h1 {
  line-height: 1.2;
}
.qAboutHero {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #dfdfdf;
  padding: 150px 10px 100px 10px;
  background: linear-gradient(to left, #dce35b, #45b649);
}
.qAboutHero h1 {
  position: relative;
  z-index: 1;
  font-size: 90px;
  font-weight: 100;
  text-shadow: 0 0 1px #888;
}
.qAboutHero h2 {
  position: relative;
  z-index: 1;
  font-size: 27px;
  text-shadow: 0 0 1px #888;
}
.qAboutHero__header {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .qAboutHero {
    padding: 100px 10px 50px 10px;
  }
  .qAboutHero h1 {
    font-size: 55px;
  }
}
#HexGrid {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.qStaticSectionHeader {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}
.qStaticSectionHeader h1 {
  font-size: 60px;
  font-weight: 100;
  color: #6dcd4f;
}
.qStaticSectionHeader h2 {
  font-size: 20px;
  color: #777;
}
/*** Story ***/
.qAboutStory {
  position: relative;
  background: linear-gradient(to left, #88c43a, #307f33);
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  padding: 50px 0;
}
.qAboutStory h1 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 25px;
}
.qAboutStory h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qAboutStory__section {
  position: relative;
}
.qAboutStory__section > div {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.qAboutStory__section > div > div {
  margin: 50px 0;
  max-width: 800px;
  padding: 0 10px;
  display: inline-block;
}
.qAboutStory__section--2 > div > div {
  text-align: left;
  padding: 50px 10px;
}
.qAboutStory__section--2::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: " ";
  height: 100%;
  width: 100%;
  transform: skewY(-12deg);
  background: rgba(0, 0, 0, 0.1);
}
.qAboutStory__section--3 > div > div {
  text-align: left;
  padding: 50px 10px;
}
/*** Ethics ***/
.qAboutEthics {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.qAboutEthics .fb-col:nth-child(1) > div {
  border-color: #5cb8e6;
  color: #5cb8e6;
}
.qAboutEthics .fb-col:nth-child(2) > div {
  border-color: #99ba39;
  color: #99ba39;
}
.qAboutEthics .fb-col:nth-child(3) > div {
  border-color: #5969e2;
  color: #5969e2;
}
.qAboutEthics .fb-col:nth-child(4) > div {
  border-color: #68bf8d;
  color: #68bf8d;
}
.qAboutEthics .fb-col:nth-child(5) > div {
  border-color: #809ae5;
  color: #809ae5;
}
.qAboutEthics .fb-col:nth-child(6) > div {
  border-color: #e48937;
  color: #e48937;
}
.qAboutEthics .fb-col:nth-child(7) > div {
  border-color: #2762bb;
  color: #2762bb;
}
.qAboutEthics .fb-col:nth-child(8) > div {
  border-color: #d7463e;
  color: #d7463e;
}
.qAboutEthics .fb-col:nth-child(9) > div {
  border-color: #68bf8d;
  color: #68bf8d;
}
.qAboutEthics .fb-col:nth-child(10) > div {
  border-color: #da3c8e;
  color: #da3c8e;
}
.qAboutEthics .fb-col:nth-child(11) > div {
  border-color: #5cb8e6;
  color: #5cb8e6;
}
.qAboutEthics .fb-col:nth-child(12) > div {
  border-color: #67bd50;
  color: #67bd50;
}
.qAboutEthic {
  border-radius: 4px;
  margin: 10px;
  padding: 20px;
  background: #fff;
}
.qAboutEthic h1 {
  font-size: 30px;
  font-weight: 200;
  color: #5969e2;
  border-bottom: 1px solid #5969e2;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.qAboutEthic h1 i {
  padding-right: 5px;
}
.qAboutEthic p {
  font-size: 17px;
  color: #777;
}
.qAboutEthic--2 h1 {
  color: #5cb8e6;
  border-bottom-color: #5cb8e6;
}
.qAboutEthic--3 h1 {
  color: #afcc5a;
  border-bottom-color: #afcc5a;
}
.qAboutEthic--4 h1 {
  color: #e5c380;
  border-bottom-color: #e5c380;
}
.qAboutEthic--5 h1 {
  color: #809ae5;
  border-bottom-color: #809ae5;
}
.qAboutEthic--6 h1 {
  color: #5ecadf;
  border-bottom-color: #5ecadf;
}
.qAboutTeams {
  position: relative;
  z-index: 4;
  background: #fff;
  margin: 0 auto;
  padding: 50px 0;
}
.qAboutTeams__inner {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.qAboutTeam {
  margin-bottom: 50px;
  text-align: center;
}
.qAboutTeam h1 {
  font-weight: bold;
  font-size: 18px;
}
.qAboutTeam h2 {
  font-size: 16px;
  color: #666;
}
.qAboutTeam a {
  display: none;
  color: #999;
  font-size: 20px;
}
.qAboutTeam p {
  display: none;
}
a.qAboutTeam__headshot {
  display: inline-block;
  height: 120px;
  width: 120px;
  border: 4px solid #8ed877;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 15px;
  transition: border-width 0.1s;
}
a.qAboutTeam__headshot img {
  max-width: 100%;
  max-height: 100%;
}
.qAboutApply {
  max-width: 800px;
  margin: 20px auto 0 auto;
  padding: 0 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #dfdfdf;
  padding: 20px;
}
.qAboutMap {
  background: url(https://media.vetcove.com/static/dist/app/static/img/corporate/office_location.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 400px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.qAboutFooter {
  border-bottom: 1px solid #efefef;
}
.qAboutMap__inner {
  overflow: auto;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.qAboutMap__overlay {
  background: rgba(255, 255, 255, 0.8);
  max-width: 250px;
  margin-top: 70px;
  padding: 20px;
  border-radius: 2px;
}
.qAboutMap__overlay h2 {
  color: #8ed877;
  font-weight: bold;
}
.qAboutMap__overlay h3 {
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
  font-weight: normal;
}
.qAssets__line {
  width: 40px;
  height: 4px;
  background-color: #e2e7eb;
  margin: 0 auto;
}
.qAssets__container {
  position: relative;
  z-index: 100;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -180px;
}
.qAssets__row {
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin-top: 40px;
}
.qAssets__row--button {
  text-align: center;
  margin-top: 80px;
}
.qAssets__card {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.qAssets__card > img {
  width: 200px;
  max-width: 100%;
}
.qAssets__content {
  position: relative;
  padding: 12px;
}
.qAssets__content h3 {
  margin: 32px 0 16px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
.qAssets__content h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 800px) {
  .qAssets__content {
    padding: 50px;
  }
  .qAssets__card {
    position: relative;
    width: 400px;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    border-radius: 10px;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: white;
    padding: 40px;
    z-index: 1;
  }
  .qAssets__card > img {
    width: 250px;
  }
  .qAssets__line {
    position: absolute;
    height: 1px;
    width: 100vw;
  }
  .qAssets__row {
    perspective: 1500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    text-align: left;
  }
  .qAssets__row:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    text-align: right;
  }
  .qAssets__row:nth-child(even) .qAssets__card {
    transform: rotate3d(0.5, -0.866, 0, 15deg) rotateZ(1deg);
    box-shadow: 27.1px 62.5px 125px -25px rgba(50, 50, 93, 0.5), 16.2px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
  }
  .qAssets__row:nth-child(even) .qAssets__line {
    right: -100px;
    margin: 0 0 0 auto;
  }
  .qAssets__row:nth-child(odd) .qAssets__card {
    transform: rotate3d(0.5, 0.866, 0, 15deg) rotateZ(-1deg);
    box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, 0.5), -16.2px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
  }
  .qAssets__row:nth-child(odd) .qAssets__line {
    left: -100px;
    margin: 0 auto 0 0;
  }
}
/*** Page Styling and general ***/
.qBrands {
  background: #fff;
  overflow: hidden;
}
.qBrandsSectionHeader {
  margin-bottom: 100px;
  text-align: center;
}
.qBrandsSectionHeader h1 {
  text-transform: uppercase;
  color: #888;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 32px;
  color: #3ba3f3;
}
.qBrandsSectionHeader p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
}
.qBrandsSectionHeader h3 {
  background: #697e9e;
  display: inline-block;
  color: #fff;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 20px;
  margin-bottom: 20px;
}
/*** Brands Header ***/
.qBrandsHeader {
  position: relative;
}
.qBrandsHeader__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 10px 100px 10px;
}
.qBrandsHeader__inner h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 28px;
}
.qBrandsHeader__inner h2 {
  margin-top: 10px;
  font-size: 50px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}
.qBrandsHeader__inner a {
  margin-top: 30px;
}
.qHeroBackground--brands {
  min-width: 1000px;
}
.qBrandsHeader__action {
  text-align: right;
}
.qHeroBackground--brands {
  background: #53f;
  background: linear-gradient(120deg, #53f 15%, #5fdbf3 75%, #be3fff 100%);
  border-bottom: 10px solid #efefef;
}
.qHeroBackground--brands .stripe--2 {
  background: #586cfa;
  bottom: 350px;
  left: 25%;
}
.qHeroBackground--brands .stripe--1 {
  background: #72baf5;
  bottom: 100px;
  opacity: 0.3;
}
.qHeroBackground--brands .stripe--4 {
  background: #b26dda;
}
@media (max-width: 768px) {
  .qBrandsHeader__inner {
    padding: 100px 10px 60px 10px;
    text-align: center;
  }
  .qBrandsHeader__action {
    display: -ms-flexbox;
    display: flex;
  }
  .qBrandsHeader__action > a {
    text-align: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
/*** Description / Rebate Animation ***/
.qBrandsDescription {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 50px auto;
  font-size: 22px;
  color: #525f7f;
}
.qBrandsDescription p {
  padding-top: 180px;
  padding-right: 20px;
}
.qBrandsRebates {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.qBrandsRebates::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: red;
  content: " ";
  background: linear-gradient(to top, #fff 20%, rgba(0, 0, 0, 0));
}
.qBrandsRebates::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: red;
  content: " ";
  background: linear-gradient(to bottom, #fff 20%, rgba(0, 0, 0, 0));
}
.qBrandsRebate {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  opacity: 1;
  margin: 0 auto;
  transform: scale(1);
  transition: box-shadow 1s, transform 1s, opacity 0.5s;
}
.qBrandsRebate h3 {
  font-weight: normal;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 3px;
}
.qBrandsRebate h4 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 3px;
  margin-right: 10px;
}
.qBrandsRebate h3,
.qBrandsRebate h4,
.qBrandsRebate h5 {
  transition: background 0.5s, color 0.5s, opacity 0.5s;
}
.qBrandsRebate__lock {
  color: #3ba3f3;
  border: 1px solid #dfdfdf;
  padding: 4px 15px;
  border-radius: 6px;
  font-size: 18px;
  transition: background 1s, color 1s, border-color 1s, box-shadow 1s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qBrandsRebate__imageDiv {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  position: relative;
}
.qBrandsRebate__contentDiv {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 20px;
}
.qBrandsRebate__contentDiv h3 {
  font-size: 24px;
  margin-right: 40px;
}
.qBrandsRebate__contentDiv h4 {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: normal;
  margin-right: 80px;
}
.qBrandsRebate__contentDiv h5 {
  font-size: 13px;
  margin-top: 12px;
  margin-right: 40px;
}
.qBrandsRebate__contentDiv .fa-heart {
  color: #eb5252;
  transition: color 1s;
}
.qBrandsRebate__actionDiv {
  text-align: center;
}
.qBrandsRebate__actionDiv h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
  word-wrap: nowrap;
}
.qBrandsRebate__image {
  height: 100px;
  width: 100px;
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/brands/productsprite.png);
  background-size: 500px 100px;
}
.qBrandsRebate__imageBlank {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  background: #f6f6f6;
  opacity: 0;
  transition: opacity 1s;
}
.qBrandsRebate__image--1 {
  background-position: -100px 0;
}
.qBrandsRebate__image--2 {
  background-position: -200px 0;
}
.qBrandsRebate__image--3 {
  background-position: -300px 0;
}
.qBrandsRebate__image--4 {
  background-position: -400px 0;
}
.qBrandsRebate:not(.active) {
  transform: scale(0.9);
  box-shadow: 0 3px 6px #eee;
}
.qBrandsRebate:not(.active) h3 {
  color: #eee;
  background: #eee;
}
.qBrandsRebate:not(.active) h4,
.qBrandsRebate:not(.active) h5,
.qBrandsRebate:not(.active) strong {
  background: #f6f6f6;
  color: #f6f6f6;
}
.qBrandsRebate:not(.active) .fa-heart {
  color: #f6f6f6;
}
.qBrandsRebate:not(.active) .qBrandsRebate__lock {
  background: #eee;
  color: #eee;
  box-shadow: none;
  border-color: transparent;
}
.qBrandsRebate:not(.active) .qBrandsRebate__imageBlank {
  opacity: 1;
}
@media (max-width: 768px) {
  .qBrandsDescription p {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .qBrandsRebates::before,
  .qBrandsRebates::after {
    display: none;
  }
  .qBrandsRebate__imageDiv {
    display: none;
  }
  .qBrandsRebate h3 {
    font-size: 19px;
  }
  .qBrandsRebate h4 {
    font-size: 14px;
  }
}
/** Features ***/
.qBrandsFeatures {
  background: #f6f9fc;
  border-top: 1px solid #efefef;
}
.qBrandsFeature {
  position: relative;
}
.qBrandsFeature h2 {
  font-size: 28px;
  font-weight: normal;
  color: #32325d;
  margin-bottom: 15px;
}
.qBrandsFeature p {
  font-size: 20px;
  color: #6b7c93;
}
.qBrandsFeature::before {
  position: absolute;
  z-index: 2;
  height: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #eef4f9;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  transform: skewY(-12deg);
}
.qBrandsFeature__inner {
  position: relative;
  z-index: 3;
  padding: 100px 10px 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.qBrandsFeature--1::before {
  display: none;
}
.qBrandsFeature--2 {
  padding-bottom: 120px;
}
.qBrandsFeature--2 img {
  border-radius: 3px;
  max-width: 100%;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  margin-right: 40px;
}
.qBrandsFeature--2 .qBrandsFeature__image {
  padding-right: 40px;
}
.qBrandsFeature--3 {
  background: #fafafa;
  padding-top: 130px;
  padding-bottom: 30px;
}
.qBrandsFeature--3::before {
  border-top: none;
  border-bottom: none;
  background: #dfeaf4;
}
.qBrandsFeature--3 img {
  margin-top: -330px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .qBrandsFeature--2 .qBrandsFeature__image {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 40px;
    padding: 10px;
  }
  .qBrandsFeature--2 .qBrandsFeature__text {
    -ms-flex-order: 1;
        order: 1;
  }
  .qBrandsFeature--3 {
    padding-top: 30px;
  }
  .qBrandsFeature--3 img {
    margin-top: 20px;
  }
}
/*** How it Works ***/
.qBrandsHowItWorks {
  position: relative;
  background: #fff;
  padding: 0 10px;
}
.qBrandsHowItWorks .qBrandsFeature__header {
  margin: 30px 0 50px 0;
}
.qBrandsHowItWorks__inner {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 5;
}
.qBrandsHowItWorks__inner .qBrandsSectionHeader {
  margin-bottom: 0;
  padding: 25px 0;
}
@media (max-width: 900px) {
  .qBrandsHowItWorks__inner {
    margin-top: 100px;
  }
}
/*** Graph Divider ***/
.qBrandsGraph {
  margin-top: 50px;
}
.qBrandsGraph img {
  width: 100%;
  display: block;
}
/*** Target Module ***/
.qBrandsTarget__outer {
  margin-left: 80px;
}
.qBrandsTarget {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qBrandsTarget select {
  height: 40px;
  width: 100%;
  font-size: 18px;
  margin: 5px 0;
}
.qBrandsTarget__options {
  text-align: left;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fafafa;
  padding: 20px;
  border-right: 1px solid #efefef;
  font-size: 18px;
}
.qBrandsTarget__display {
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 20px;
}
.qBrandsTarget__display h1 {
  margin-top: 30px;
  line-height: 1;
  color: #5cb8e6;
  font-size: 100px;
}
.qBrandsTarget__display h2 {
  text-transform: uppercase;
  color: #999;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 60px;
}
.qBrandsTarget__reachBar {
  position: relative;
  height: 10px;
  width: 100%;
  background: linear-gradient(to right, #eb5252 10%, #57c559 15%, #57c559 50%, #e5c380 85%);
  border-radius: 3px;
}
.qBrandsTarget__reachBar i {
  position: absolute;
  bottom: 100%;
  margin-bottom: -2px;
  margin-left: -10px;
  left: 100%;
  font-size: 30px;
}
.qBrandsTarget__labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .qBrandsTarget__outer {
    margin-top: 50px;
    margin-left: 0;
  }
  .qBrandsTarget {
    display: block;
  }
  .qBrandsTarget__display h1 {
    margin-top: 10px;
  }
}
/*** Scale ***/
.qBrandsScale {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/brands/collage.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 1px solid #e6e6e6;
  color: #fff;
  padding: 120px 10px;
  text-align: center;
}
.qBrandsScale h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 1.4;
}
.qBrandsScale h2 {
  margin: 40px auto 0 auto;
  font-size: 24px;
  max-width: 600px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .qBrandsScale {
    padding: 60px 10px;
  }
  .qBrandsScale h1 {
    font-size: 35px;
  }
}
/*** ROI ***/
.qBrandsROI {
  background: #f6f9fc;
}
.qBrandsROI img {
  max-width: 100%;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.qBrandsROI__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px 200px 10px;
}
.qBrandsROI__image {
  padding-left: 40px;
}
.qBrandsROI__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .qBrandsROI__inner {
    padding-bottom: 50px;
  }
  .qBrandsROI__image {
    padding-left: 0;
  }
}
/*** Loyalty Section ***/
.qBrandsLoyalty {
  background: #f6f9fc;
  border-top: 1px solid #e6e6e6;
}
.qBrandsLoyalty h1 {
  text-align: center;
}
.qBrandsLoyalty__inner {
  padding: 100px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.qBrandsLoyalty__facts {
  max-width: 900px;
  margin: 0 auto;
}
.qBrandsProgress {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.qBrandsProgress__step {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
  font-size: 17px;
}
.qBrandsProgress__step h2,
.qBrandsProgress__step h3 {
  text-transform: uppercase;
  color: #ddd;
  font-weight: normal;
  transition: color 0.2s;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qBrandsProgress__step.completed h2,
.qBrandsProgress__step.completed h3 {
  color: #bbb;
}
.qBrandsProgress__step.completed .qBrandsProgress__dot {
  background: #eb5252;
  border-color: #eb5252;
}
.qBrandsProgress__step.completed .qBrandsProgress__dot--1 {
  border-color: #e88b69;
  background: #e88b69;
}
.qBrandsProgress__step.completed .qBrandsProgress__dot--2 {
  border-color: #e5c380;
  background: #e5c380;
}
.qBrandsProgress__step.completed .qBrandsProgress__dot--3 {
  border-color: #9ec46c;
  background: #9ec46c;
}
.qBrandsProgress__step.completed .qBrandsProgress__dot--4 {
  border-color: #57c559;
  background: #57c559;
}
.qBrandsProgress__step.active h2,
.qBrandsProgress__step.active h3 {
  color: #57c559;
}
.qBrandsProgress__dot {
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  border: 4px solid #ddd;
  border-radius: 15px;
  background: #f6f9fc;
  margin: 8px auto;
  transition: border-color 0.2s;
}
.qBrandsProgress__bar {
  position: absolute;
  content: " ";
  height: 4px;
  background: linear-gradient(to right, #eb5252 0%, #e5c380 50%, #57c559 100%);
  width: 80%;
  left: 10%;
  top: 50%;
  margin-top: -2px;
}
.qBrandsProgress__barInner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #ddd;
}
.qCareers {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.qCareers__header {
  padding-top: 120px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 10px 150px 10px;
  position: relative;
  z-index: 2;
}
.qCareers__header h1 {
  color: #fff;
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
}
.qCareers__header h2 {
  font-size: 30px;
  color: #fff;
  opacity: 0.8;
  line-height: 1.4;
  margin-top: 15px;
}
.qCareersHero {
  position: relative;
}
.qHeroBackground--career {
  background: linear-gradient(135deg, #4fcbce 9%, #58bbed 30%, #7e9aff 58%, #ce8beb);
  border-bottom: 10px solid #efefef;
  min-width: 800px;
  z-index: 1;
}
.qHeroBackground--career .stripe {
  width: 30%;
  height: 50px;
  opacity: 0.8;
}
.qHeroBackground--career .stripe--0 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #3fe2db);
  bottom: 0;
  width: 40%;
  left: 10%;
}
.qHeroBackground--career .stripe--1 {
  background: linear-gradient(270deg, #ffcd42 3%, rgba(0, 0, 0, 0));
  bottom: 50px;
  left: 40%;
}
.qHeroBackground--career .stripe--2 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #3fe2db);
  bottom: 100px;
  left: 5%;
  width: 55%;
  opacity: 0.5;
}
.qHeroBackground--career .stripe--3 {
  background: linear-gradient(270deg, #ffcd42 3%, rgba(0, 0, 0, 0));
  bottom: 100px;
  left: 68%;
  width: 40%;
  opacity: 0.4;
}
.qHeroBackground--career .stripe--4 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #3fe2db);
  bottom: 150px;
  left: 40%;
  opacity: 0.2;
}
.qHeroBackground--career .stripe--5 {
  background: linear-gradient(270deg, #ffcd42 3%, rgba(0, 0, 0, 0));
  bottom: 200px;
  left: 45%;
}
.qHeroBackground--career .stripe--6 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #f194e3 97%);
  bottom: 250px;
  left: 60%;
}
.qHeroBackground--career .stripe--7 {
  background: linear-gradient(270deg, #f6e870 3%, rgba(0, 0, 0, 0));
  bottom: 50px;
  left: 40%;
}
.qHeroBackground--career .stripe--8 {
  background: linear-gradient(270deg, #f6e870 3%, rgba(0, 0, 0, 0));
  bottom: 0;
  left: 60%;
}
@media (max-width: 800px) {
  .qCareers .stripe {
    display: none;
  }
  .qCareers__header {
    text-align: center;
    padding: 100px 10px 50px 10px;
  }
}
/*** Career Body ***/
.qCareers__body {
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px;
}
.qCareers__mission {
  position: relative;
  border-bottom: 1px solid #efefef;
  margin: 0 auto;
  background-size: cover;
  min-height: 600px;
  display: -ms-flexbox;
  display: flex;
}
.qCareers__mission div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.qCareers__mission h3 {
  font-size: 24px;
  color: #32325d;
  font-weight: 400;
}
.qCareers__mission p,
.qCareers__mission li {
  font-weight: 400;
  font-size: 19px;
  color: #6b7c93;
}
.qCareers__goal {
  max-width: 600px;
  padding: 100px 50px 100px 100px;
}
.qCareers__image {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/careers_hero.png);
  background-size: cover;
}
.qCareers__more {
  padding: 50px 10px 50px 10px;
  font-size: 24px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #efefef;
}
.qCareers__skyline {
  background: #fff;
  margin-bottom: -20px;
}
.qCareers__skyline .qCareers__skylineInner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.qCareers__skyline img {
  display: block;
  max-width: 100%;
}
@media (max-width: 800px) {
  .qCareers__image {
    display: none;
  }
  .qCareers__mission div {
    padding: 150px 10px 50px 10px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/*** Career Jobs ***/
.qCareers__jobs {
  padding: 50px 10px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.qCareers__jobCategory {
  max-width: 1200px;
  margin: 40px auto;
}
.qCareers__jobCategory h2 {
  font-size: 24px;
  color: #32325d;
  font-weight: 400;
}
.qCareers__jobCategory h3 {
  font-weight: 400;
  font-size: 17px;
  color: #6b7c93;
}
a.qCareers__job {
  display: block;
  border: 1px solid #dfdfdf;
  margin: 10px 0;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  background: #fff;
  padding: 20px;
}
a.qCareers__job > div {
  -ms-flex-align: center;
      align-items: center;
}
a.qCareers__job h4 {
  font-weight: bold;
  color: #555;
}
a.qCareers__job h5 {
  color: #fff;
  background: #5cb8e6;
  border-radius: 15px;
  font-weight: normal;
  padding: 1px 10px;
  display: inline-block;
}
a.qCareers__job:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  a.qCareers__job h4 {
    margin-bottom: 20px;
  }
}
/*** Careers Detail Page ***/
.qCareerDetail {
  position: relative;
  background: #fff;
}
.qCareerDetail__hero {
  position: relative;
  z-index: 2;
  min-height: 300px;
  text-align: center;
  padding: 120px 10px 30px 10px;
}
.qCareerDetail__hero h1 {
  text-transform: uppercase;
  color: #3ba3f3;
  font-size: 16px;
  font-weight: bold;
}
.qCareerDetail__hero h2 {
  font-size: 40px;
  color: #333;
  padding: 5px 0;
  line-height: 1.3;
}
.qCareerDetail__stat {
  padding: 0 10px;
  font-size: 18px;
}
.qCareerDetail__return {
  text-align: center;
  font-size: 17px;
  padding: 10px;
}
.qCareerDetail__return a {
  color: #3ba3f3;
}
.qCareerDetail__return a:hover {
  color: #0e8ced;
}
.qCareerDetailApply {
  padding: 0 10px 100px 10px;
  text-align: center;
}
.qCareerDetailApply__inner {
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.qCareerDetailApply__inner h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qCareerDetailApply__inner p {
  font-size: 18px;
}
.qContact {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}
.qContact .Form__label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777;
  font-weight: bold;
}
.qContact__success {
  text-align: center;
  font-size: 24px;
}
.qContact__success i {
  color: #57c559;
  margin-bottom: 20px;
}
/*** Footer Navigation ***/
.qFooter {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #f6f9fc;
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 auto 0 auto;
  color: #8898aa;
  font-size: 15px;
}
.qFooter a {
  transition: color 0.2s, fill 0.2s;
  color: #6a7e95;
  display: inline-block;
  line-height: 2;
}
.qFooter a:hover {
  color: #a6b2bf;
  fill: #a6b2bf;
  text-decoration: none;
}
.qFooter h1 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3ba3f3;
}
.qFooter h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.qFooter .qFooter__social {
  font-size: 19px;
  margin-right: 20px;
}
.qFooter--white {
  background: #fff;
}
.qFooter--color--green h1 {
  color: #8ed877;
}
.qFooter--color--pink h1 {
  color: #d35385;
}
.qFooter--color--purple h1 {
  color: #5969e2;
}
.qFooter__inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}
a.qFooter__logo {
  display: block;
  fill: #8898aa;
}
a.qFooter__logo svg {
  max-height: 45px;
  max-width: 150px;
}
.qFooter__footer {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
  margin-top: 20px;
}
.qFooter__footer__right {
  float: right;
}
@media (max-width: 800px) {
  .qFooter {
    padding-top: 50px;
  }
  .qFooter h1 {
    margin-top: 30px;
  }
  .qFooter__footer__right {
    float: none;
  }
}
/*** Footer Navigation Boxes ***/
.qFooterBoxes {
  position: relative;
  padding: 50px 0 100px 0;
  z-index: 0;
  background: #f6f9fc;
  overflow: hidden;
}
.qFooterBoxes::before {
  position: absolute;
  z-index: 0;
  transform: skewY(-8deg);
  border-top: 1px solid #efefef;
  top: 50%;
  left: 0;
  content: " ";
  background: #fff;
  height: 100%;
  width: 100%;
}
.qFooterBoxes__inner {
  max-width: 1200px;
  margin: 0 auto;
}
a.qFooterBox {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #efefef;
  background: #fff;
  padding: 20px 20px 20px 130px;
  min-height: 200px;
  transition: transform 0.2s;
}
a.qFooterBox h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #3ecf8e;
  margin-bottom: 10px;
}
a.qFooterBox h6 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}
a.qFooterBox p {
  font-size: 18px;
  color: #555;
}
a.qFooterBox > i {
  font-size: 130px;
  position: absolute;
  top: -20px;
  left: -20px;
  color: #3ecf8e;
  transition: color 0.2s;
}
a.qFooterBox:hover {
  text-decoration: none;
  cursor: pointer;
  transform: translateY(-5px);
}
a.qFooterBox:hover > i {
  color: #269a66;
}
a.qFooterBox--maroon > i,
a.qFooterBox--maroon h2 {
  color: #d15286;
}
a.qFooterBox--maroon:hover > i {
  color: #a92d60;
}
a.qFooterBox--purple > i,
a.qFooterBox--purple h2 {
  color: #785dec;
}
a.qFooterBox--purple:hover > i {
  color: #401be2;
}
.qFooterBox__prompt {
  margin: 0 auto;
  max-width: 1200px;
  padding: 130px 10px 80px 10px;
  position: relative;
  z-index: 2;
}
.qFooterBox__prompt > div {
  -ms-flex-align: center;
      align-items: center;
}
.qFooterBox__prompt h1 {
  font-size: 40px;
  color: #5969e2;
}
@media (max-width: 768px) {
  .qFooterBoxes {
    padding: 20px 0;
  }
  a.qFooterBox {
    padding-left: 80px;
  }
  a.qFooterBox > i {
    font-size: 80px;
  }
}
.qFooterPrompt {
  border-top: 1px solid #efefef;
}
.qFooterPrompt__inner {
  max-width: 1200px;
  padding: 50px 10px 70px 10px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
.qFooterPrompt__inner > div {
  -ms-flex-align: center;
      align-items: center;
}
.qFooterPrompt__inner h1 {
  color: #3ba3f3;
  font-weight: bold;
}
.qFooterPrompt__inner h2 {
  text-wrap: balance;
}
.qFooterPrompt__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.qFooterPrompt__main {
  -ms-flex: 1;
      flex: 1;
}
.qFooterPrompt__buttons {
  text-align: right;
}
.qFooterPromptAbout__buttons {
  text-align: right;
}
@media (max-width: 900px) {
  .qFooterPrompt__buttons {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .qFooterPrompt__buttons a {
    text-align: center;
    width: 50%;
  }
  .qFooterPromptAbout__buttons {
    text-align: left;
    margin-top: 20px;
  }
  .qFooterPromptAbout__buttons a {
    text-align: center;
    width: 75%;
  }
  .qFooterPrompt__flex {
    display: block;
    text-align: center;
  }
  .qFooterPrompt__main {
    margin: 12px 0;
  }
}
.qAboutButton {
  margin-right: 10px;
}
@media (max-width: 940px) {
  .qAboutButton {
    margin-bottom: 10px;
  }
}
.qFree {
  overflow: hidden;
}
.qFreeHero {
  position: relative;
  color: #fff;
}
.qFreeHero__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 150px 10px 150px 10px;
  color: #fff;
}
.qFreeHero__inner h1 {
  font-size: 53px;
  font-weight: 200;
  line-height: 1.3;
}
.qFreeHero__inner h2 {
  font-weight: normal;
  max-width: 800px;
  margin: 20px auto;
}
.qHeroBackground--free {
  background: radial-gradient(circle farthest-corner at right bottom, #ffd08a 0, #ffa376 28%, #d26578 52%, #682a84 79%, #241668 100%);
  border-bottom: 10px solid #efefef;
  min-width: 800px;
}
.qHeroBackground--free .stripe {
  z-index: 2;
}
.qHeroBackground--free .stripe--0 {
  bottom: 0;
  background: linear-gradient(to right, #f6f9fc 80%, #eee 100%);
  width: 50%;
  height: 100px;
  left: 0;
  opacity: 0;
}
.qHeroBackground--free .stripe--1 {
  background: linear-gradient(to right, rgba(250, 97, 97, 0.4), rgba(0, 0, 0, 0));
  left: 60%;
  width: 80%;
  height: 250px;
  bottom: 300px;
  opacity: 0.3;
}
.qHeroBackground--free .stripe--2 {
  background: linear-gradient(to right, transparent, #ffab60);
  left: 50%;
  bottom: 100px;
  height: 300px;
  opacity: 0.8;
}
.qHeroBackground--free .stripe--3 {
  left: 0;
  height: 400px;
  bottom: 100px;
  background: linear-gradient(to right, red, transparent);
  opacity: 0.1;
}
.qHeroBackground--free .stripe--4 {
  bottom: -100px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--free .stripe--5 {
  bottom: 450px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--free .stripe--6 {
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qFreeFAQs {
  padding-top: 50px;
}
.qFreeHero__faq {
  min-height: 800px;
}
.qFreeText {
  margin-top: -230px;
  padding: 330px 10px 0 10px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.qFreeText__inner {
  max-width: 1200px;
  margin: 20px auto 0 auto;
}
.qFreeText__inner h2 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 25px;
}
.qFreeText__inner p {
  font-size: 17px;
  margin-bottom: 20px;
}
.qFreeText__inner img {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: -180px;
}
@media (max-width: 600px) {
  .qFreeHero__inner {
    padding: 100px 10px 50px 10px;
  }
  .qFreeText__inner {
    padding-bottom: 50px;
  }
}
/*** Corporate Header Styling ***/
.qHeader {
  position: relative;
  color: #fff;
  height: 0;
  z-index: 20;
}
.qHeader__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.qHeader__primary {
  position: absolute;
  top: 0;
  right: 0;
}
.qHeader__secondary {
  text-align: center;
}
a.qHeader__link {
  display: inline-block;
  font-size: 18px;
  color: inherit;
  margin: 10px 0;
  padding: 5px 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
a.qHeader__link:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
a.qHeader__link i {
  font-size: 80%;
}
a.qHeader__link.bordered {
  border: 1px solid #fff;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}
a.qHeader__link.bordered:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}
.qHeader__logo {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-top: 12px;
}
.qHeader__logo svg {
  max-height: 40px;
  margin-left: 10px;
}
.qHeader__logo svg path {
  transition: fill 0.2s;
  fill: currentColor;
}
.qHeader__logo svg ellipse {
  transition: fill 0.2s, stroke 0.2s;
  stroke: currentColor;
  fill: currentColor;
}
.qHeader__logo g {
  transition: stroke 0.2s;
  stroke: currentColor;
}
.qHeader__logo a {
  display: block;
  color: inherit;
}
.qHeader__logo a:hover {
  cursor: pointer;
}
.qHeader__logo a:hover svg path {
  fill: #ffffff;
}
.qHeader__logo a:hover svg ellipse {
  stroke: #ffffff;
  fill: #ffffff;
}
.qHeader__logoInner {
  position: relative;
  width: 160px;
}
a.qHeader__hiring {
  position: absolute;
  display: block;
  left: 100%;
  top: 3px;
  margin-left: 15px;
  width: 100px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 3px 0;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  color: #fff;
}
a.qHeader__hiring::before {
  position: absolute;
  transition: border-color 0.2s;
  top: 25%;
  right: 100%;
  content: ' ';
  z-index: 3;
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.3);
  border-bottom: 7px solid transparent;
}
a.qHeader__hiring:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
}
a.qHeader__hiring:hover::before {
  border-right-color: rgba(0, 0, 0, 0.5);
}
@keyframes overlay {
  0% {
    transform: translate(-50%, 10px) scale(0.8);
    opacity: 0;
    display: block;
  }
  100% {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
}
.qHeader__dropdown {
  position: absolute;
  z-index: 100;
  display: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  left: 50%;
  transform: translateX(-50%);
  color: #6b7c93;
  text-align: left;
  box-shadow: 0 0 5px #ccc;
  transition: all 1000ms linear;
}
.qHeader__dropdown::before {
  top: -14px;
  margin-left: -14px;
  left: 50%;
  position: absolute;
  z-index: 10;
  display: inline-block;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #dfdfdf;
  border-left: 14px solid transparent;
  content: '';
}
.qHeader__dropdown::after {
  top: -12px;
  margin-left: -12px;
  left: 50%;
  position: absolute;
  z-index: 11;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e6e6e6;
  border-left: 12px solid transparent;
  border-bottom-color: #fff;
  content: '';
}
.qHeader__dropdown.active {
  display: block;
  animation: overlay 0.2s;
}
.qHeader__linkContainer {
  position: relative;
  display: inline-block;
}
a.qHeader__product {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  color: #3297d3;
}
a.qHeader__product svg {
  width: 70px;
  height: 70px;
  stroke: currentColor;
}
a.qHeader__product svg text {
  fill: currentColor;
}
a.qHeader__product svg .st0,
a.qHeader__product svg .st1 {
  transition: stroke 0.4s, fill 0.4s;
}
a.qHeader__product div:first-child {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
a.qHeader__product div:last-child {
  padding-right: 10px;
}
a.qHeader__product h6 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.2s;
}
a.qHeader__product p {
  font-size: 15px;
  color: #6b7c93;
  line-height: 1.5;
  transition: color 0.2s;
}
a.qHeader__product:hover {
  text-decoration: none;
  color: #3297d3;
}
a.qHeader__product:hover h6,
a.qHeader__product:hover p {
  color: #566375;
}
a.qHeader__product:hover svg .st0 {
  fill: #eff7fc;
  stroke: currentColor;
}
a.qHeader__product:hover svg .st1 {
  fill: #fff;
  stroke: currentColor;
}
a.qHeader__product--2 {
  color: #24b47e;
}
a.qHeader__product--3 {
  color: #6772e5;
}
a.qHeader__product--4 {
  color: #e25950;
}
a.qHeader__product--5 {
  color: #e39f48;
}
a.qHeader__product--6 {
  color: #b76ac4;
}
a.qHeader__dropdownItem {
  color: #3ba3f3;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.2s;
}
a.qHeader__dropdownItem i {
  margin-right: 10px;
}
a.qHeader__dropdownItem:hover {
  text-decoration: none;
  color: #404a58;
}
.qHeader__dropdownFooter {
  background: #f2f2f2;
  padding: 20px;
  color: #3ba3f3;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.qHeader__dropdownFooter--mobile {
  padding: 0;
}
.qHeader__dropdownFooter--mobile .fb-col-6:first-child {
  border-right: 1px solid #dfdfdf;
}
.qHeader__dropdownFooter--mobile a {
  padding: 15px 5px;
  display: block;
  width: 100%;
}
/*** Mobile Navigation Styling ***/
.qHeader__mobile {
  position: relative;
  display: none;
  color: #fff;
  z-index: 10;
  height: 0;
}
.qHeader__bars {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px 3px 20px;
}
.qHeader__bars:hover {
  cursor: pointer;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
.qHeader__mobileMenu {
  position: absolute;
  display: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 0 10px;
}
.qHeader__mobileMenu.active {
  display: block;
  animation: fadeIn 0.2s;
}
.qHeader__mobileMenu__inner {
  background: #fff;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qHeader__mobileCancel {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10px;
  color: #666;
  font-size: 20px;
  padding: 5px;
}
.qHeader__mobileCancel:hover {
  color: #eb5252;
  cursor: pointer;
}
/*** Adjustments for different view widths ***/
@media (max-width: 1000px) {
  .qHeader__inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .qHeader__inner > div {
    position: relative;
  }
  a.qHeader__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  .qHeader {
    display: none;
  }
  .qHeader__mobile {
    display: block;
  }
  a.qHeader__dropdownItem {
    font-size: 20px;
    padding: 10px 0;
  }
  .qHeader__dropdownFooter a {
    display: inline-block;
  }
}
/*** Alternative Styling for colorized bar ***/
.qHeader.colorize,
.qHeader__mobile.colorize {
  color: #3ba3f3;
}
.qHeader.colorize.purple,
.qHeader__mobile.colorize.purple {
  color: #5969e2;
}
.qHeader.colorize.green,
.qHeader__mobile.colorize.green {
  color: #3ecf8e;
}
.qHeader.colorize.black,
.qHeader__mobile.colorize.black {
  color: #333;
}
.qHeader.colorize.dark,
.qHeader__mobile.colorize.dark {
  color: #6c7c92;
}
.qHeader.colorize .qHeader__link:hover,
.qHeader__mobile.colorize .qHeader__link:hover {
  color: #566375;
}
.qHeader.colorize .qHeader__logo svg path,
.qHeader__mobile.colorize .qHeader__logo svg path {
  fill: currentColor;
}
.qHeader.colorize .qHeader__logo svg ellipse,
.qHeader__mobile.colorize .qHeader__logo svg ellipse {
  stroke: currentColor;
  fill: currentColor;
}
.qHeader.colorize .qHeader__logo a:hover svg path,
.qHeader__mobile.colorize .qHeader__logo a:hover svg path {
  fill: #566375;
}
.qHeader.colorize .qHeader__logo a:hover svg ellipse,
.qHeader__mobile.colorize .qHeader__logo a:hover svg ellipse {
  stroke: #566375;
  fill: #566375;
}
/**** Alternative Paw Coloring ***/
.qHeader.colorize-paw .qHeader__logo .paw {
  color: #5ecadf;
}
.qBrands--hospital .qBrandsFeature--3 {
  padding-top: 70px;
  padding-bottom: 120px;
}
.qBrands--hospital .qBrandsRebates--hospital {
  margin-top: -100px;
}
@media (max-width: 768px) {
  .qBrands--hospital #slider-rebates {
    display: none;
  }
}
.qHeroBackground--hospitals {
  z-index: 1;
  background: #53f;
  background: linear-gradient(120deg, #ff5e23 15%, #fa30a7 75%, #ffcc32 100%);
  border-bottom: 10px solid #efefef;
}
.qHeroBackground--hospitals .stripe--2 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #b81b80 40%);
  opacity: 0.5;
  bottom: 350px;
  left: 25%;
}
.qHeroBackground--hospitals .stripe--1 {
  background: yellow;
  bottom: 100px;
  opacity: 0.05;
}
.qHeroBackground--hospitals .stripe--4 {
  background: #b26dda;
}
.qHeroBackground--hospitals .stripe--5 {
  background: #ff1f1f;
  opacity: 0.2;
}
.qHospitals__mainImage {
  perspective: 500px;
}
.qHospitals__mainImage img {
  display: block;
  border: 3px solid #efefef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  max-width: 100%;
}
.qHospitalsDescription {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 10px 0 10px;
  margin: -40px auto 0 auto;
  font-size: 22px;
  color: #525f7f;
}
.qHospitalsDescription p {
  padding-top: 100px;
  padding-left: 35px;
  font-size: 18px;
}
.qHospitals__featureImage {
  max-width: 100%;
  border: 3px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qBrandsRebates--hospital::before {
  background: linear-gradient(to top, #dfeaf4 20%, rgba(0, 0, 0, 0));
}
.qBrandsRebates--hospital::after {
  background: linear-gradient(to bottom, #dfeaf4 20%, rgba(0, 0, 0, 0));
}
.qBrandsRebates--hospital .qBrandsRebate__lock {
  color: #fff;
  background: #eb5252;
  border: 3px solid #f6adad;
  transition: background 1s, color 1s, box-shadow 1s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qBrandsRebates--hospital .qBrandsRebate__contentDiv {
  padding-top: 10px;
}
.qBrandsRebates--hospital .qBrandsRebate__contentDiv h5 {
  margin-top: 0;
}
.qIndexHowItWorks__step--hospital .qIndexHowItWorks__number {
  display: block;
  width: 30px;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}
/*** Temp Imaging CSS ***/
/*** Index Hero and Price Tooltip ***/
.qIndex {
  background: #f6f9fc;
}
.qIndexHero {
  position: relative;
}
.qIndexHero h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 500;
}
.qIndexHero h2 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
}
.stripe {
  position: absolute;
  width: 30%;
  height: 200px;
  opacity: 0.8;
}
.stripe--1 {
  background: #53f;
  bottom: 650px;
  width: 33.3%;
  right: -16.6%;
  opacity: 0.5;
}
.stripe--2 {
  width: 66%;
  bottom: 650px;
  right: 16.66666%;
  background: #4553ff;
  opacity: 0.5;
}
.stripe--3 {
  width: 33%;
  right: 50%;
  bottom: auto;
  background: #4f40ff;
  opacity: 0.5;
}
.stripe--4 {
  width: 50%;
  bottom: -100px;
  right: -16.66666%;
  background: #a7eb4f;
  opacity: 0.2;
}
.stripe--5 {
  width: 33%;
  bottom: 0;
  background: linear-gradient(to right, #1fa2ff 50%, transparent 100%);
  opacity: 0.5;
}
.stripe--6 {
  width: 66%;
  left: 55%;
  bottom: 450px;
  background: linear-gradient(to right, transparent 0%, #5239ff 20%);
  opacity: 0.1;
}
.qIndexHero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px 180px 10px;
}
.qIndexHero__content {
  padding-top: 100px;
  max-width: 600px;
}
.qIndexHero__action {
  margin-right: 10px;
}
a.qIndexHero__new {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 2px 12px 2px 6px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  transition: background 0.2s;
}
a.qIndexHero__new:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
}
.qIndexHero__newTag {
  background: #5969e2;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 7px;
  margin-right: 5px;
}
.qIndexPrices {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  text-align: center;
}
.qIndexPrices .qIndexPrices__slide {
  display: inline-block;
  height: 900px;
  perspective: 800;
  -ms-perspective: 800px;
  -webkit-perspective: 800px;
  padding-top: 150px;
}
.qIndexPrices .qIndexPrices__slide .lowest {
  transition: color 0.2s;
}
.qIndexPrices .qIndexPrices__slide.active .lowest {
  color: #57c559;
  text-shadow: 0 0 1px rbga(255, 255, 255, 0.2);
}
.qIndexPrices .qIndexPrices__slide.current .qIndexTooltip {
  transform: rotateY(0deg);
}
.qIndexTooltip {
  width: 400px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.4), 0 5px 15px rgba(0, 0, 0, 0.14);
  transition: transform 1.5s;
  transform: rotateY(-30deg);
}
.qIndexTooltip__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.qIndexTooltip__header img {
  max-width: 40px;
  margin: 0 20px 0 10px;
}
.qIndexTooltip__header h1 {
  font-weight: 200;
  letter-spacing: 0.25px;
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qIndexTooltip__header h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.qIndexTooltip__name {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-order: 1;
      order: 1;
  text-align: left;
  min-width: 0;
}
.qIndexTooltip__row {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.qIndexTooltip__row > div {
  -ms-flex-align: center;
      align-items: center;
}
.qIndexTooltip__row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.qIndexTooltip__row img {
  max-width: 100px;
}
.qIndexTooltip__image {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/index_sprite.png);
  background-size: 500px 124px;
  width: 100px;
  height: 124px;
}
.qIndexTooltip__image--2 {
  background-position: -100px 0;
}
.qIndexTooltip__image--3 {
  background-position: -200px 0;
}
.qIndexTooltip__image--4 {
  background-position: -300px 0;
}
.qIndexTooltip__image--5 {
  background-position: -400px 0;
}
.qIndexTooltip__vendor {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/simulated_logos.png);
  background-size: 125px 250px;
  width: 125px;
  height: 50px;
}
.qIndexTooltip__vendor--dark {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/simulated_logos_dark.png);
  background-size: 125px 650px;
}
.qIndexTooltip__vendor--b {
  background-position: 0 -50px;
}
.qIndexTooltip__vendor--c {
  background-position: 0 -100px;
}
.qIndexTooltip__vendor--d {
  background-position: 0 -150px;
}
.qIndexTooltip__vendor--e {
  background-position: 0 -200px;
}
.qIndexTooltip__vendor--f {
  background-position: 0 -250px;
}
.qIndexTooltip__stock {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.qIndexTooltip__stock.green {
  color: #6fed72;
}
.qIndexTooltip__stock.red {
  color: #ff7f85;
}
.qIndexTooltip__stock.orange {
  color: #ffbc74;
}
/*** Partners Bar ***/
.qIndexPartners {
  border-bottom: 1px dashed #eee;
}
.qIndexPartners__inner {
  padding: 10px 0 40px 0;
  text-align: center;
}
.qIndexPartners__inner h5 {
  font-weight: bold;
  color: #aeafb1;
  font-size: 20px;
  padding-bottom: 25px;
  letter-spacing: 0.2px;
}
.qIndexPartners__inner a {
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.qIndexPartners__inner a:not(:last-child) {
  margin-right: 40px;
}
.qIndexPartners__inner a:hover {
  opacity: 0.7;
}
.qIndexPartners__inner p {
  display: none;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
.qIndexPartners__images {
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.qIndexPartners__images > a {
  -ms-flex: 1;
      flex: 1;
}
.qIndexPartners__images svg {
  color: green;
}
.qIndexPartners__images img {
  height: 100px;
  max-width: 300px;
}
@media (max-width: 1100px) {
  .qIndexPrices {
    text-align: right;
    margin-right: 10px;
  }
}
@media (max-width: 960px) {
  .qIndexPrices {
    position: relative;
    width: auto;
    text-align: center;
    margin-right: 0;
    padding: 0 10px;
  }
  .qIndexPrices .qIndexPrices__slide {
    padding: 10px;
    height: 450px;
    width: 100%;
    max-width: 500px;
  }
  .qIndexPrices .qIndexPrices__slide .qIndexTooltip {
    transform: rotateY(0deg);
    width: 100%;
    box-shadow: none;
  }
  .qIndexPrices .qIndexTooltip__header h1 {
    font-size: 23px;
  }
  .qIndexPrices .qIndexTooltip__header h2 {
    font-size: 18px;
  }
  .qIndexHero__inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .qIndexHero__content {
    padding: 80px 10px 20px 10px;
    text-align: center;
    margin: 0 auto;
  }
  .qIndexHero__content h1 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .qIndexHero__content h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
  }
  .qIndexHero__content a.qButton {
    display: block;
    margin-bottom: 20px;
  }
  .qIndexHero__action {
    margin-right: 0;
  }
  .qIndexPartners {
    display: none;
  }
}
@media (max-width: 500px) {
  .qIndexTooltip__stock {
    opacity: 0;
  }
}
.qIndexHeader {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto 30px auto;
  padding-bottom: 15px;
  text-align: left;
}
.qIndexHeader h1 {
  color: #3ecf8e;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
}
.qIndexHeader h2 {
  font-size: 20px;
  color: #6b7c93;
  font-weight: normal;
}
.qIndexHeader .bt-spin {
  animation: bt-spin 12s infinite linear;
}
.qIndexHeader.qIndexHeader--nutramax h1 {
  color: #006A39;
}
.qIndexHeader.qIndexHeader--nutramax .qCircleIcon {
  background-color: #006A39;
}
@media (max-width: 600px) {
  .qIndexHeader {
    display: block;
    text-align: center;
  }
  .qCircleIcon {
    margin: 0 0 10px 0;
  }
}
/*** How it Works ***/
.qIndexHowItWorks {
  position: relative;
  padding: 100px 10px 20px 10px;
}
.qIndexHowItWorks::after {
  position: absolute;
  z-index: 2;
  height: 100%;
  background: #fff;
  border-top: 10px solid #f1f1f1;
  border-bottom: 1px solid #e6e6e6;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  transform: skewY(-12deg);
}
.qIndexHowItWorks__inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
}
.qIndexHowItWorks__steps {
  padding-right: 0;
  padding-top: 100px;
}
.qIndexHowItWorks__number {
  display: block;
  width: 25px;
  -ms-flex-preferred-size: 25px;
      flex-basis: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(to top, #41beed, #3064b6);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
}
.qIndexHowItWorks__number--2 {
  background: linear-gradient(to top, #fcb3a4, #da5899);
}
.qIndexHowItWorks__number--3 {
  background: linear-gradient(to top, #b0e8cd, #56cad8);
}
.qIndexHowItWorks__number--4 {
  background: linear-gradient(to top, #f3aff7, #8776fa);
}
.qIndexHowItWorks__image {
  padding-left: 150px;
}
.qIndexHowItWorks__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.qIndexHowItWorks__step {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
}
.qIndexHowItWorks__step h1 {
  color: #32325d;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.qIndexHowItWorks__step p {
  color: #6b7c93;
  font-weight: normal;
  font-size: 18px;
}
.qIndexHowItWorks__number {
  display: block;
  width: 25px;
  -ms-flex-preferred-size: 25px;
      flex-basis: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(to top, #41beed, #3064b6);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
}
.qIndexHowItWorks__number--2 {
  background: linear-gradient(to top, #fcb3a4, #da5899);
}
.qIndexHowItWorks__number--3 {
  background: linear-gradient(to top, #b0e8cd, #56cad8);
}
.qIndexHowItWorks__number--4 {
  background: linear-gradient(to top, #f3aff7, #8776fa);
}
@media (max-width: 960px) {
  .qIndexHowItWorks {
    padding-top: 0;
  }
}
/*** How it Works Animation Box ***/
@keyframes sync-vendor {
  0% {
    background: #ccc;
  }
  50% {
    background: #aaa;
    box-shadow: 0 0 10px #888 inset;
  }
  100% {
    background: #ccc;
    background: #57c559;
  }
}
.qIndexAnimation {
  display: inline-block;
  margin-top: 100px;
  width: 100%;
  max-width: 500px;
}
.qIndexAnimation__inner {
  border-radius: 3px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.qIndexVendor {
  border-bottom: 1px solid #efefef;
  height: 100px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.qIndexVendor__add {
  position: relative;
  border-radius: 5px;
  background: #ccc;
  color: #fff;
  width: 180px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 40px;
}
.qIndexVendor__add.sync {
  animation: sync-vendor 1s forwards;
}
.qIndexVendor__add .sync-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.qIndexVendor__add:not(.synced-check) .unsynced {
  opacity: 1;
}
.qIndexVendor__add.synced-check .synced {
  opacity: 1;
}
/*** Demographics ***/
.qIndexUsers {
  position: relative;
  z-index: 0;
  background: #f6f9fc;
  padding: 100px 0 100px 0;
}
.qIndexUsers img {
  width: 100%;
  max-width: 800px;
  border-radius: 4px;
  border: 4px solid #efefef;
  margin: 20px auto;
}
.qIndexUsers__inner {
  position: relative;
  z-index: 6;
}
.qIndexUsers__description {
  color: #6b7c93;
  font-weight: normal;
  font-size: 19px;
  max-width: 700px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.qIndexUsers__more {
  color: #6b7c93;
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto;
}
/*** Testimonials ***/
.qIndexCustomers {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: linear-gradient(to top, #16ade5, #254e8e);
  color: #fff;
  text-align: center;
  transition: background 0.2s;
}
.qIndexCustomers h1 {
  font-size: 36px;
  margin-bottom: 60px;
  line-height: 1.2;
}
.qIndexCustomers img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.qIndexCustomers__inner {
  position: relative;
  z-index: 1;
}
.qIndexQuotes {
  position: relative;
  padding-left: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.qIndexQuotes .slider-button {
  position: absolute;
  line-height: 40px;
  left: -50px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 25px;
  transition: background 0.2s;
}
.qIndexQuotes .slider-button:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.qIndexQuotes .slider-prev {
  top: 42%;
  line-height: 36px;
}
.qIndexQuotes .slider-next {
  top: 58%;
}
.qIndexQuote {
  padding: 10px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 400px;
}
.qIndexQuote h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.qIndexQuote p {
  font-size: 16px;
  line-height: 1.4;
}
.qIndexCustomers__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}
.qIndexCustomers__bg.active {
  opacity: 1;
}
.qIndexCustomers__bg--1 {
  background: linear-gradient(to top, #fa8a73, #d12e80);
}
.qIndexCustomers__bg--2 {
  background: linear-gradient(to top, #4dcb8f, #21828e);
}
.qIndexCustomers__bg--3 {
  background: linear-gradient(to top, #ec81f2, #5c45f8);
}
a.qIndexCustomers__more {
  font-size: 24px;
  border-radius: 4px;
  display: inline-block;
  margin: 70px auto 0 auto;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: background 0.2s;
  padding: 8px 18px;
  font-weight: 200;
}
a.qIndexCustomers__more:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.qIndexCustomers__map {
  position: relative;
}
.qIndexCustomers__map img {
  max-width: 100%;
}
.qIndexCustomers__map .qTestimonialMap__marker {
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.qIndexCustomers__map .qTestimonialMap__marker::before {
  z-index: 1;
  position: absolute;
  content: " ";
  top: 30px;
  left: 30px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .qIndexQuote h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .qIndexQuote p {
    font-size: 16px;
  }
}
/*** FAQ Section ***/
.qIndexFAQs {
  background: #f6f9fc;
}
.qIndexFAQs--white {
  background-color: white;
}
.qIndexFAQ {
  position: relative;
  padding: 10px 20px 10px 60px;
}
.qIndexFAQ h3::before,
.qIndexFAQ p::before {
  position: absolute;
  right: 100%;
  font-size: 22px;
  top: 0;
  text-align: center;
  margin-right: 15px;
  content: 'Q';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(to top, #41beed, #3064b6);
}
.qIndexFAQ h3 {
  position: relative;
  color: #457ed8;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
}
.qIndexFAQ li {
  font-size: 17px;
  font-weight: normal;
  color: #777;
  position: relative;
}
.qIndexFAQ p {
  position: relative;
  color: #777;
  font-size: 17px;
  line-height: 1.6;
  font-weight: normal;
}
.qIndexFAQ p::before {
  content: 'A';
  background: linear-gradient(to top, #b0e8cd, #56cad8);
}
.qIndexFAQ.qIndexFAQ--nutramax h3::before {
  background: linear-gradient(to top, #41beed, #002169);
}
.qIndexFAQ.qIndexFAQ--nutramax p::before {
  background: linear-gradient(to top, #b0e8cd, #41beed);
}
.qIndexFAQ.qIndexFAQ--nutramax h3 {
  color: #002169;
}
.Innercircle__diagonalBreaker {
  position: relative;
  z-index: 1;
  height: 100px;
  background: #fafafa;
  margin-bottom: -100px;
  width: 100%;
}
.Innercircle__diagonalBreaker::after {
  background: inherit;
  bottom: 100%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: -1;
}
.Innercircle__section {
  padding: 100px 0;
}
.Innercircle__section h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #115fa9;
}
.Innercircle__history {
  padding: 150px 0 0 0;
  background: #fafafa;
  overflow: hidden;
}
.Innercircle__history .Image {
  max-height: 490px;
}
.Innercircle__support {
  background: radial-gradient(circle farthest-corner at right bottom, #ffd08a 0%, #ffa376 28%, #d26578 52%, #682a84 79%, #241668 100%);
  color: #fff;
  text-align: center;
  padding: 150px 0;
}
.Innercircle__support .col-4 {
  padding: 10px;
}
.Innercircle__supportBox {
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.4);
  padding: 50px 20px;
}
.Innercircle__supportBox .fa {
  font-size: 30px;
  opacity: 0.6;
}
.Innercircle__discuss {
  background: linear-gradient(to bottom left, #4cddff, #3b9aca 10%, #2d6ca5 20%, #2a5291 27%, #283d81 35%, #222654 50%, #1e1635 63%, #0c0010 93%, #000);
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 1px solid #dadada;
}
.Innercircle__discuss img {
  margin-top: 60px;
}
.Innercircle__discuss h1 {
  color: #eee;
}
.Innercircle__integration {
  background: linear-gradient(to top left, #4cddff, #3b9aca 10%, #2d6ca5 20%, #2a5291 27%, #283d81 35%, #222654 50%, #1e1635 63%, #0c0010 93%, #000);
  color: #fff;
  text-align: center;
  padding: 150px 0 200px 0;
}
.Innercircle__integration h1 {
  color: #fff;
  margin-bottom: 20px;
}
.Innercircle__integration .col-4 {
  position: relative;
  padding: 0 20px;
}
.Innercircle__integration h2 {
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 19px;
}
.Innercircle__integration p {
  font-size: 16px;
}
.Innercircle__integration .Innercircle__integrationArrow {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.Innercircle__integration .Innercircle__integrationImage {
  width: 250px;
  margin: 0 auto;
  height: 195px;
  background-size: 750px 195px;
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/innercircle/integration.png);
  margin-bottom: 30px;
}
.Innercircle__integration .Innercircle__integrationImage--2 {
  background-position: -250px 0;
}
.Innercircle__integration .Innercircle__integrationImage--3 {
  background-position: -500px 0;
}
.Innercircle__popularity {
  padding-bottom: 0;
  color: #fff;
  background: linear-gradient(to right, #222553 0%, #4bdafd 100%);
}
.Innercircle__pilot {
  background: #fff;
  padding: 120px 0 50px 0;
}
.Innercircle__pilot img {
  width: 100%;
}
.Innercircle__coupon {
  padding-bottom: 0;
  padding-top: 50px;
  background: #fafafa;
  overflow: hidden;
}
.Innercircle__coupon img {
  max-width: 250px;
  margin-bottom: -150px;
}
.Innercircle__checkout {
  padding-top: 0;
  padding-bottom: 100px;
  background: #fafafa;
}
.Innercircle__checkout img {
  max-width: 100%;
}
/*** Page Styling and general ***/
.qMerchants {
  background: #fff;
  overflow: hidden;
}
.qMerchantsSectionHeader {
  margin-bottom: 100px;
  text-align: center;
}
.qMerchantsSectionHeader h1 {
  text-transform: uppercase;
  color: #888;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 32px;
  color: #3ba3f3;
}
.qMerchantsSectionHeader p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
}
.qMerchantsSectionHeader h3 {
  background: #697e9e;
  display: inline-block;
  color: #fff;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 20px;
  margin-bottom: 20px;
}
/*** Brands Header ***/
.qMerchantsHeader {
  position: relative;
}
.qMerchantsHeader__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 10px 100px 10px;
}
.qMerchantsHeader__inner h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 28px;
}
.qMerchantsHeader__inner h2 {
  margin-top: 10px;
  font-size: 50px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}
.qMerchantsHeader__inner a {
  margin-top: 30px;
}
.qMerchantsHeader__action {
  text-align: right;
}
.qHeroBackground--brands {
  min-width: 1000px;
  background: #53f;
  background: linear-gradient(120deg, #53f 15%, #5fdbf3 75%, #be3fff 100%);
  border-bottom: 10px solid #efefef;
}
.qHeroBackground--brands .stripe--2 {
  background: #586cfa;
  bottom: 350px;
  left: 25%;
}
.qHeroBackground--brands .stripe--1 {
  background: #72baf5;
  bottom: 100px;
  opacity: 0.3;
}
.qHeroBackground--brands .stripe--4 {
  background: #b26dda;
}
@media (max-width: 768px) {
  .qMerchantsHeader__inner {
    padding: 100px 10px 60px 10px;
    text-align: center;
  }
  .qMerchantsHeader__action {
    display: -ms-flexbox;
    display: flex;
  }
  .qMerchantsHeader__action > a {
    text-align: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
/*** Description / Rebate Animation ***/
.qMerchantsDescription {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 50px auto;
  font-size: 22px;
  color: #525f7f;
}
.qMerchantsDescription p {
  padding-top: 180px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .qMerchantsDescription p {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .qMerchantsRebates::before,
  .qMerchantsRebates::after {
    display: none;
  }
  .qMerchantsRebate__imageDiv {
    display: none;
  }
  .qMerchantsRebate h3 {
    font-size: 19px;
  }
  .qMerchantsRebate h4 {
    font-size: 14px;
  }
}
/** Features ***/
.qMerchantsFeatures {
  background: #f6f9fc;
  border-top: 1px solid #efefef;
}
.qMerchantsFeature {
  position: relative;
}
.qMerchantsFeature h2 {
  font-size: 28px;
  font-weight: normal;
  color: #32325d;
  margin-bottom: 15px;
}
.qMerchantsFeature p {
  font-size: 20px;
  color: #6b7c93;
}
.qMerchantsFeature__image {
  border-radius: 6px;
}
.qMerchantsFeature__image img {
  border-radius: 3px;
  max-width: 100%;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qMerchantsFeature::before {
  position: absolute;
  z-index: 2;
  height: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #eef4f9;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  transform: skewY(-12deg);
}
.qMerchantsFeature__inner {
  position: relative;
  z-index: 3;
  padding: 100px 10px 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.qMerchantsFeature--1::before {
  display: none;
}
.qMerchantsFeature--1 .qMerchantsFeature__image {
  padding-left: 40px;
}
.qMerchantsFeature--2 {
  padding-bottom: 120px;
}
.qMerchantsFeature--2 .qMerchantsFeature__image {
  padding-right: 40px;
}
.qMerchantsFeature--3 {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 30px;
}
.qMerchantsFeature--3::before {
  border-top: none;
  border-bottom: none;
  background: #dfeaf4;
}
.qMerchantsFeature--3 img {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .qMerchantsFeature--2 .qMerchantsFeature__image {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 40px;
    padding: 10px;
  }
  .qMerchantsFeature--2 .qMerchantsFeature__text {
    -ms-flex-order: 1;
        order: 1;
  }
  .qMerchantsFeature--3 {
    padding-top: 30px;
  }
  .qMerchantsFeature--3 img {
    margin-top: 20px;
  }
}
/*** Graph Divider ***/
.qMerchantsDashboard {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 10px;
}
.qMerchantsDashboard img {
  width: 100%;
  display: block;
}
.qMerchantsAnalyticsContainer {
  padding: 130px 0;
  text-align: center;
  background-color: #f6f9fc;
}
.qMerchantsAnalyticsContainer h1 {
  font-size: 44px;
}
.qMerchantsAnalyticsContainer p {
  font-size: 20px;
  color: #6b7c93;
}
.qMerchantsAnalytics {
  max-width: 1400px;
  margin: auto;
}
.qMerchantsAnalytics img {
  width: 100%;
  display: block;
}
.qMerchantsPricing {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top right, #ec81f2, #5c45f8);
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
.qMerchantsPricing .qMerchantsPricing__header {
  margin-bottom: 40px;
}
.qMerchantsPricing .qMerchantsPricing__header h1 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
}
.qMerchantsPricing .qMerchantsPricing__header p {
  font-size: 20px;
}
.qMerchantsPricing__text {
  font-size: 150px;
}
.qMerchantsPricing__subtext {
  margin-top: -40px;
  font-size: 22px;
}
.qMerchantsPricing__details {
  text-align: left;
  margin-top: 45px;
}
.qMerchantsPricing__details h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.qMerchantsPricing__details p {
  font-size: 18px;
}
.qMerchantsPricing__disclaimer {
  margin-top: 60px;
  font-size: 16px;
  opacity: 0.6;
}
/*** Extracted Styling ***/
.qFact {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.qFact h3 {
  color: #32325d;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  transition: color 0.2s;
}
.qFact h4 {
  color: #6b7c93;
  font-weight: normal;
  transition: color 0.2s;
}
.qFact i {
  width: 60px;
  font-size: 30px;
  color: #3ba3f3;
  text-align: right;
  padding-right: 20px;
}
.qFact.active {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qFact ul {
  margin-top: 10px;
}
.qFact li {
  color: #6b7c93;
  font-size: 17px;
  margin-bottom: 2px;
}
.qFact--dark h3 {
  color: #fff;
  font-weight: bold;
}
.qFact--dark h4,
.qFact--dark i {
  color: rgba(255, 255, 255, 0.9);
}
/*** Header Bar ***/
.qProduct {
  overflow: hidden;
}
.qProductHeader {
  position: relative;
  z-index: 0;
  min-height: 630px;
  padding: 150px 10px 130px 10px;
  text-align: center;
}
.qProductHeader h1 {
  color: #fff;
  font-size: 45px;
}
.qProductHeader h2 {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-bottom: 50px;
}
.qProductHeader__inner {
  position: relative;
  z-index: 1;
}
.qProductHeader__title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.qProductHeader__title img {
  margin-top: 50px;
  width: 700px;
  max-width: 100%;
}
.qProductHeader__title h1 {
  margin: 50px auto 130px auto;
  line-height: 1.4em;
}
.qProductHeader__videoContainer {
  max-width: 850px;
  margin: 0 auto;
}
.qProductHeader__video {
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.qProductHeader__video iframe {
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.qHeroBackground--product {
  background: linear-gradient(to bottom right, #f0c, #339);
  min-width: 800px;
  height: 1550px;
}
.qHeroBackground--product .stripe--0 {
  bottom: 0;
  background: linear-gradient(to right, #f6f9fc 80%, #eee 100%);
  width: 50%;
  height: 100px;
  left: 0;
  opacity: 1;
}
.qHeroBackground--product .stripe--1 {
  background: linear-gradient(to right, #cc00a3, rgba(0, 0, 0, 0));
  left: 0;
  width: 80%;
  height: 250px;
  bottom: 550px;
}
.qHeroBackground--product .stripe--2 {
  background: linear-gradient(to right, transparent, #2d2d86);
  left: 50%;
  bottom: 350px;
  opacity: 0.8;
}
.qHeroBackground--product .stripe--3 {
  left: 0;
  bottom: 100px;
  background: linear-gradient(to right, #262673, transparent);
  opacity: 0.2;
}
.qHeroBackground--product .stripe--4 {
  bottom: -100px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--product .stripe--5 {
  bottom: 450px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--product .stripe--6 {
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--nutramax {
  background: linear-gradient(to bottom right, #50c533, #006A39);
  min-width: 800px;
  height: 1550px;
}
.qHeroBackground--nutramax .stripe--0 {
  bottom: 0;
  background: linear-gradient(to right, #f6f9fc 80%, #eee 100%);
  width: 50%;
  height: 100px;
  left: 0;
  opacity: 1;
}
.qHeroBackground--nutramax .stripe--1 {
  background: linear-gradient(to right, #409c29, rgba(0, 0, 0, 0));
  left: 0;
  width: 80%;
  height: 250px;
  bottom: 550px;
}
.qHeroBackground--nutramax .stripe--2 {
  background: linear-gradient(to right, transparent, #00512b);
  left: 50%;
  bottom: 350px;
  opacity: 0.8;
}
.qHeroBackground--nutramax .stripe--3 {
  left: 0;
  bottom: 100px;
  background: linear-gradient(to right, #00371e, transparent);
  opacity: 0.2;
}
.qHeroBackground--nutramax .stripe--4 {
  bottom: -100px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--nutramax .stripe--5 {
  bottom: 450px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--nutramax .stripe--6 {
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qProductSlider {
  text-align: center;
}
.qProductSlider .slider-button {
  position: absolute;
  z-index: 2;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 25px;
  transition: background 0.2s;
  color: rgba(255, 255, 255, 0.5);
}
.qProductSlider .slider-button:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.qProductSlider img {
  max-width: 100%;
}
.qProductSlider .slider-prev {
  top: 50%;
  left: 0;
  line-height: 36px;
}
.qProductSlider .slider-next {
  top: 50%;
  right: 0;
}
/*** Slanted Product Background ***/
.VetcoveBackground {
  position: absolute;
  left: 0;
  right: 0;
  top: -300px;
  transform: skewY(-14deg);
  pointer-events: none;
  height: 700px;
  z-index: 0;
  overflow: hidden;
}
.VetcoveBackground__stripe {
  position: absolute;
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  height: 5000px;
  bottom: 200px;
  background: linear-gradient(90deg, #e4ecf5, #f5fdff);
}
.VetcoveBackground__stripe--2 {
  background: linear-gradient(90deg, #d6e3f0, #fafafa);
  bottom: 200px;
  height: 200px;
  width: 60%;
  z-index: 3;
}
.VetcoveBackground__stripe--3 {
  background: linear-gradient(90deg, #fff, #9bd0f9);
  bottom: 0;
  left: 60%;
  height: 200px;
  width: 100%;
}
/*** Main Images ***/
.qProductHeader__images {
  max-width: 1400px;
  margin: 150px auto 0 auto;
  height: 200px;
  position: relative;
  z-index: 5;
}
.qProductImage {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 450px;
  height: 280px;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.5);
}
.qProductImage--1 {
  left: 10%;
  transform: rotate(-12deg);
}
.qProductImage--2 {
  left: 50%;
  bottom: 15px;
  margin-left: -225px;
  z-index: 3;
}
.qProductImage--3 {
  right: 10%;
  left: auto;
  transform: rotate(12deg);
}
/*** Sticky Bar ***/
.qProductBar {
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: rgba(255, 255, 255, 0.9);
}
.qProductBar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
a.qProductBar__item {
  padding: 15px 5px;
  text-transform: uppercase;
  color: #888;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  transition: color 0.2s;
}
a.qProductBar__item.active {
  text-shadow: 0 0 3px #eee;
  color: #8ed877;
}
a.qProductBar__item:not(.active):hover {
  color: #555,;
}
a.qProductBar__item:hover {
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 800px) {
  .qProductBar {
    display: none;
  }
}
/*** Catalog ***/
.qCatalog {
  position: relative;
  z-index: 1;
}
.qCatalog__inner {
  max-width: 1200px;
  padding: 50px 10px 300px 10px;
  margin: 0 auto;
  text-align: center;
}
.qCatalogHeader h2 {
  color: #fff;
}
.qCatalog__stats {
  padding: 150px 0 100px 0;
}
.qCatalog__stat {
  position: relative;
}
.qCatalog__stat h1 {
  font-size: 120px;
  font-weight: 100;
  line-height: 1;
  color: rgba(17, 91, 121, 0.9);
}
.qCatalog__stat h2 {
  margin-top: 70px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.6);
}
.qCatalog__stat div {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  font-size: 230px;
  text-align: center;
  line-height: 1;
}
.qCatalog__stat--1 h1 {
  color: rgba(17, 91, 121, 0.9);
}
.qCatalog__stat--1 i {
  color: rgba(41, 171, 225, 0.1);
}
.qCatalog__stat--2 h1 {
  color: rgba(77, 28, 101, 0.9);
}
.qCatalog__stat--2 i {
  color: rgba(154, 56, 200, 0.1);
}
.qCatalog__stat--3 h1 {
  color: rgba(29, 136, 72, 0.9);
}
.qCatalog__stat--3 i {
  color: rgba(75, 217, 132, 0.1);
}
@media (max-width: 768px) {
  .qCatalog__stats {
    display: none;
  }
}
/*** Product ***/
.qCompare {
  position: relative;
}
.qCompare::after {
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom right, #f0c, #339);
  border-top: 10px solid #efefef;
  border-bottom: 10px solid #efefef;
  content: " ";
  width: 100%;
  top: -200px;
  bottom: 0;
  left: 0;
  transform: skewY(-12deg);
}
.qCompare__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 10px 130px 10px;
  margin: 0 auto;
  text-align: center;
}
.qCompare__text {
  margin-top: -150px;
  padding-left: 100px;
}
.qCompare__text h1 {
  font-size: 38px;
  text-align: left;
  font-weight: 500;
  color: #fff;
  margin: 0 10px 30px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.qCompare__image {
  text-align: right;
  margin-top: -150px;
}
.qCompare__image img {
  max-width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
.qCompare__groups {
  margin-top: 10px;
}
.qCompare__group {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 6px;
  border-radius: 3px;
}
.qCompare__group i {
  font-size: 15px;
  width: auto;
  padding-right: 0;
}
.qCompare__groups--dark .qCompare__group {
  font-size: 13px;
  background-color: #9dd1f9;
  color: #fff;
}
@media (max-width: 768px) {
  .qCompare__inner {
    padding-bottom: 0;
  }
  .qCompare__image {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 0;
    max-width: 100%;
  }
  .qCompare__text {
    padding-top: 50px;
    padding-left: 0;
  }
}
.qDivider {
  position: relative;
  z-index: 1;
  height: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  border-top: 10px solid rgba(255, 255, 255, 0.2);
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
}
/*** Cart ****/
.qCart {
  overflow: hidden;
  padding-top: 70px;
}
.qCart h1,
.qCart h2 {
  text-align: left;
}
.qCart__inner {
  max-width: 1200px;
  padding: 100px 10px 100px 10px;
  margin: 0 auto;
  text-align: center;
}
.qCart__image img {
  display: block;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .qCart__image img {
    max-width: 100%;
  }
}
/*** Purchases ***/
.qPurchases {
  background: linear-gradient(to bottom right, #f0c, #339);
  border-bottom: 10px solid #efefef;
  border-top: 10px solid #efefef;
  padding: 100px 0 100px 0;
}
.qPurchases__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.qPurchases__image img {
  display: block;
  max-width: 100%;
}
/*** Samples Icons ***/
.qSamples {
  background: #f6f9fc;
  padding: 100px 10px 0 10px;
}
.qSamples__main {
  max-width: 1200px;
  margin: 0 auto;
}
.qSamples__image img {
  display: block;
  max-width: 100%;
  margin-top: -50px;
}
.qSamplesBar {
  position: relative;
  width: 100%;
  height: 320px;
  margin-top: 100px;
  overflow: hidden;
}
.qSample {
  position: absolute;
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/samples_sprite.png);
  border-radius: 50%;
  background-size: 800px 600px;
  width: 200px;
  height: 200px;
  border: 3px solid transparent;
  box-shadow: 10px 10px 20px #888;
  backface-visibility: hidden;
  will-change: transform;
}
.qSample > div {
  position: absolute;
  top: 100%;
  word-wrap: wrap;
  margin-top: 30px;
  left: 0;
  width: 100%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 3px;
  display: none;
  will-change: transform;
  line-height: 1.3;
}
.qSample:hover div {
  display: block;
}
@media (max-width: 768px) {
  .qSamples__image {
    -ms-flex-order: 5;
        order: 5;
  }
  .qSamples__image img {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .qSamplesBar {
    display: none;
  }
}
/*** Cashback ***/
.qCashback {
  margin: 0 auto;
  padding: 70px 0 0 0;
  min-height: 500px;
  background: linear-gradient(to top left, #49c3c9, #249bd6 50%, #0c5b9c);
}
.qCashbackHeader {
  border-bottom: none;
}
.qCashbackHeader h1,
.qCashbackHeader h2 {
  color: #fff;
}
.qCashback__inner {
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
.qCashback__inner i {
  color: rgba(255, 255, 255, 0.9);
}
.qCashback__inner h3 {
  color: #fff;
  font-weight: bold;
}
.qCashback__inner h4 {
  color: #eee;
  font-weight: normal;
}
.qCashbackSteps {
  position: relative;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.qCashbackSteps::after {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
.qCashbackStep {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.qCashbackStep p {
  padding: 20px 10px;
  max-width: 250px;
  margin: 0 auto;
}
.qCashbackBubble {
  box-sizing: content-box;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.1);
  height: 100px;
  width: 100px;
  background: #eee;
  text-align: center;
  color: #3aa4d6;
  font-size: 50px;
  line-height: 100px;
}
.stuck {
  position: fixed;
  top: 0;
}
.qBIEquinePracticeEnrichment__logo {
  max-width: 700px;
  margin-bottom: 60px;
  width: 100%;
}
.qBIEquinePracticeEnrichment__copyright {
  margin-top: 36px;
  padding: 0 12px;
  font-size: 18px;
  text-align: center;
  color: #8898aa;
}
.qBIEquinePracticeEnrichment .qProductHeader {
  padding-bottom: 80px;
}
.qBIEquinePracticeEnrichment .qProductHeader__titles h1 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 38px;
}
.qBIEquinePracticeEnrichment .qProductHeader__titles h2 {
  font-size: 18px;
  font-weight: normal;
  max-width: 800px;
  margin: 50px auto 50px;
}
.qBIEquinePracticeEnrichment__divider {
  text-align: center;
  margin: 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.7;
}
.qBIEquinePracticeEnrichment__divider img {
  width: 100%;
  max-width: 60px;
}
.qBIEquinePracticeEnrichment__divider div {
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  background: #ccdbe8;
  margin: 0 0 0 60px;
}
.qBIEquinePracticeEnrichment__divider div:first-child {
  margin: 0 60px 0 0;
}
.qBIEquinePracticeEnrichment .qProgramIntro h2 {
  color: white;
}
.qBIEquinePracticeEnrichment .qProgramIntro button {
  background-color: #004b8e;
  color: white;
}
.qBIEquinePracticeEnrichment .qProgramIntro button:hover {
  background-color: #00437f;
  color: #f7f7f7;
}
.qBIEquinePracticeEnrichment .qHeroBackground {
  background: linear-gradient(to bottom right, #002344, #004181);
  min-width: 800px;
  height: 1550px;
  transform: none;
}
.qBIEquinePracticeEnrichment .qHeroBackground__watermark {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.qBIEquinePracticeEnrichment .qIndexHeader h1 {
  color: #004b8e;
}
.qBIEquinePracticeEnrichment .qIndexHeader .qCircleIcon {
  background-color: #004b8e;
}
.qBIEquinePracticeEnrichment .qIndexContentBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 60px;
}
.qBIEquinePracticeEnrichment .qIndexContentBlock img {
  margin: 0 40px 0 0;
  width: 150px;
}
.qBIEquinePracticeEnrichment .qIndexContentBlock h4 {
  font-size: 24px;
  font-weight: 600;
}
.qBIEquinePracticeEnrichment .qIndexContentBlock p {
  font-size: 18px;
}
.qBIEquinePracticeEnrichment .qIndexContentBlock:nth-child(odd) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.qBIEquinePracticeEnrichment .qIndexContentBlock:nth-child(odd) img {
  margin: 0 0 0 40px;
}
@media (max-width: 900px) {
  .qBIEquinePracticeEnrichment .qIndexContentBlock {
    display: block;
    text-align: center;
  }
  .qBIEquinePracticeEnrichment .qIndexContentBlock img {
    margin: 0 !important;
    max-width: 100px;
    width: 100%;
  }
}
.qBIEquinePracticeEnrichment .qIndexFAQ h3 {
  color: #004b8e;
}
.qBIEquinePracticeEnrichment .qIndexFAQ h3::before {
  background: linear-gradient(to top, #004b8e, #002344);
}
.qBIEquinePracticeEnrichment .qIndexFAQ p::before {
  background: linear-gradient(to top, #80a5c7, #004b8e);
}
.qBIEquinePracticeEnrichment .qFooterPrompt {
  margin-top: 40px;
}
.qBIEquinePracticeEnrichment .qFooterPrompt .qCircleIcon {
  margin: 0 20px 0 0;
  background: #004b8e;
}
.qBIEquinePracticeEnrichment .qFooterPrompt h1 {
  color: #004b8e;
}
.qBIEquinePracticeEnrichment .qFooterPrompt a {
  background-color: #004b8e;
  color: white;
}
.qBIEquinePracticeEnrichment .qFooterPrompt a:hover {
  background-color: #00437f;
  color: #f7f7f7;
}
.qBIEquinePracticeEnrichment .qFooterPrompt button {
  color: #004b8e;
}
.qBIEquinePracticeEnrichment .qFooter h1 {
  color: #004b8e;
}
.qProgramIntro {
  max-width: 1200px;
  margin: 0 auto;
}
.qHeroBackground--program {
  background: linear-gradient(to bottom right, #1e63aa, #00366d);
  min-width: 800px;
  height: 1550px;
}
.qHeroBackground--program .stripe--0 {
  bottom: 0;
  background: linear-gradient(to right, #f6f9fc 80%, #eee 100%);
  width: 50%;
  height: 100px;
  left: 0;
  opacity: 1;
}
.qHeroBackground--program .stripe--1 {
  background: linear-gradient(to right, #164a7f, rgba(0, 0, 0, 0));
  left: 0;
  width: 80%;
  height: 250px;
  bottom: 550px;
}
.qHeroBackground--program .stripe--2 {
  background: linear-gradient(to right, transparent, #1a5694);
  left: 50%;
  bottom: 250px;
  opacity: 0.8;
}
.qHeroBackground--program .stripe--3 {
  left: 0;
  bottom: 100px;
  background: linear-gradient(to right, #267cd5, transparent);
  opacity: 1;
}
.qHeroBackground--program .stripe--4 {
  bottom: -100px;
  background: rgba(0, 0, 0, 0.2);
}
.qHeroBackground--program .stripe--5 {
  bottom: 450px;
  background: rgba(0, 0, 0, 0.1);
}
.qHeroBackground--program .stripe--6 {
  background: rgba(0, 0, 0, 0.1);
}
a.qProgramIntro__box {
  position: relative;
  display: block;
  margin: 10px;
  border: 4px solid #ddd;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
  border-radius: 2px;
}
a.qProgramIntro__box h2 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #5cb8e6;
  margin-bottom: 10px;
}
a.qProgramIntro__box p {
  font-size: 18px;
}
a.qProgramIntro__box button {
  margin-top: 40px;
  margin-bottom: 20px;
}
a.qProgramIntro__box--sa h2 {
  color: #afcc5a;
}
.qProgramChart {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -120px;
}
.qProgramChart img {
  border-radius: 3px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .qProgramChart {
    margin-top: 40px;
  }
}
.qProgramTerms {
  border-top: 1px solid #efefef;
  font-size: 16px;
}
.qProgramTerms p {
  margin-bottom: 10px;
}
.qDechraRewardsCategories {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
}
.qDechraMainLogo {
  max-width: 170px;
  margin-bottom: 40px;
}
.qDechraRewardsLogo {
  width: 600px;
  max-width: 75%;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .qDechraRewardsLogo {
    width: 400px;
  }
}
.qVirbacRewardsLogo {
  width: 600px;
  max-width: 75%;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .qVirbacRewardsLogo {
    width: 400px;
  }
}
.qNutramaxRewardsLogo {
  border-radius: 16px;
  max-width: 75%;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .qNutramaxRewardsLogo {
    border-radius: 8px;
    width: 400px;
  }
}
.qNotification {
  background: #484444;
  width: 100%;
  z-index: 10;
  position: relative;
}
.qNotification__inner {
  max-width: 1220px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.25px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.qNotification__inner h6 {
  font-size: 17px;
  font-weight: normal;
}
.qNotification__inner p {
  font-size: 14px;
}
.qNotification__inner p a {
  text-decoration: underline;
  color: #eee;
}
.qNotification__inner p a:hover {
  color: #fff;
}
/*** Keyframes ***/
@keyframes markerPulse {
  0% {
    opacity: 0.85;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes markerColor {
  0% {
    background: #593cef;
  }
  50% {
    background: #3f64ef;
  }
  100% {
    background: #593cef;
  }
}
/*** Testimonial Map / Hero ***/
.qTestimonialMap {
  position: relative;
  padding: 150px 10px 50px 10px;
  text-align: center;
  color: #fff;
  background: #b24592;
  background: linear-gradient(to right, #b24592, #f15f79);
}
.qTestimonialMap h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0 10px;
}
.qTestimonialMap h2 {
  font-size: 26px;
  margin-bottom: 100px;
  opacity: 0.8;
  padding: 0 10px;
  letter-spacing: 0.25px;
}
.qTestimonialMap__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.qTestimonialMap__inner img {
  max-width: 100%;
}
.qTestimonialMap__map {
  position: relative;
}
.qTestimonialMap__marker {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.qTestimonialMap__marker::before {
  z-index: 1;
  position: absolute;
  content: " ";
  top: 15px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #7119f8;
  animation: markerColor ease-out 4s infinite;
}
.qTestimonialMap__marker:hover {
  cursor: pointer;
}
.qTestimonialMap__pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b24592;
  border-radius: 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  pointer-events: none;
  animation: markerPulse 2s infinite alternate;
}
.qTestimonialMap__tooltip {
  display: none;
  position: absolute;
  bottom: 40px;
  left: -180px;
  width: 400px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background: #fff;
  z-index: 2;
}
.qTestimonialMap__tooltip::after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  z-index: 101;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}
.qTestimonialMap__tooltip h3 {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.qTestimonialMap__tooltip p {
  font-size: 14px;
  color: #888;
}
.qTestimonialMap__background {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.qTestimonialMap__content {
  padding: 10px;
  text-align: left;
}
.qTestimonialMap__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 200;
  font-size: 30px;
  padding-bottom: 10px;
  background: rbga(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.qTestimonialMap__author {
  margin-top: 20px;
}
.qTestimonialMap__profile {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.qTestimonialMap__marker.active .qTestimonialMap__tooltip {
  display: block;
}
.qTestimonialMap__chat {
  margin-top: 50px;
  margin: 80px auto 20px auto;
  padding: 0 10px;
  vertical-align: top;
  font-size: 24px;
}
.qTestimonialMap__chat i {
  font-size: 70px;
  display: inline-block;
  padding-right: 15px;
}
.qTestimonialMap__chat a {
  color: #c1e0ff;
  text-decoration: underline;
}
/*** Testimonial Cards ***/
.qTestimonialCards {
  max-width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}
.qTestimonialCard {
  position: relative;
  border: 1px solid #dfdfdf;
  margin: 5px;
  border-radius: 2px;
  height: 440px;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  overflow: hidden;
}
.qTestimonialCard.active .qTestimonialCard__full {
  display: block;
}
.qTestimonialCard__image {
  height: 200px;
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.qTestimonialCard__quote {
  position: relative;
  font-size: 17px;
  color: #555;
  padding-top: 10px;
}
.qTestimonialCard__author {
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  z-index: 2;
  bottom: 0;
  left: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.qTestimonialCard__author p:last-child {
  color: #999;
}
.qTestimonialCard__author::after {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff);
  width: 100%;
  content: " ";
}
.qTestimonialBlock {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 5px 5px 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 20px;
  overflow: hidden;
}
.qTestimonialBlock blockquote {
  padding: 40px 0;
  font-weight: 200;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 25px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}
.qTestimonialBlock img {
  max-width: 120px;
  display: inline-block;
  margin: 10px auto 0 auto;
}
.qTestimonialBlock::before {
  bottom: 0;
  content: '';
  display: block;
  background: linear-gradient(to left, #b24592, #f15f79);
  position: absolute;
  width: 200%;
  left: -50%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(12deg);
}
.qTestimonialBlock__author {
  margin-top: 25px;
  font-size: 18px;
  font-weight: normal;
}
.qTestimonialBlock--purple::before {
  transform: rotate(-12deg);
  background: linear-gradient(to left, #b24592, #f15f79);
}
@media (max-width: 800px) {
  .qTestimonialMap__marker {
    display: none;
  }
}
@media (max-width: 600px) {
  .qTestimonialMap {
    padding: 100px 0 30px 0;
  }
  .qTestimonialMap h2 {
    margin-bottom: 20px;
  }
  .qTestimonialMap__chat {
    margin-top: 20px;
  }
  .qTestimonialCards {
    padding: 20px 0;
  }
  .qTestimonialCard {
    height: auto;
    padding-bottom: 100px;
  }
}
.qPartnerHero {
  position: relative;
  min-height: 700px;
  background: #fff;
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/aaep_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.qPartnerHero--aafp {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/aafp_bg.jpg);
  background-position: center center;
}
.qPartnerHero--avma {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/avma_bg.jpg);
  background-position: top center;
  min-height: 550px;
  border-bottom: 6px solid #eee;
}
.qPartnerHero--avma .qPartnerHero__inner {
  padding-top: 200px;
  text-align: center;
}
.qPartnerHero--avma .qPartnerHero__inner > img {
  width: 700px;
  max-width: 100%;
}
.qPartnerHero--avma .qPartnerHero__inner h2 {
  max-width: 450px;
  margin: 50px auto 130px auto;
}
.qPartnerHero__actions {
  position: relative;
  bottom: -4px;
  height: 200px;
}
.qPartnerHero__actions img {
  display: inline-block;
  position: absolute;
  right: 50%;
  max-height: 200px;
}
.qPartnerHero__actions a {
  position: absolute;
  top: 35px;
  left: 50%;
}
@media (max-width: 600px) {
  .qPartnerHero--avma .qPartnerHero__actions {
    height: auto;
    margin-bottom: 50px;
  }
  .qPartnerHero--avma .qPartnerHero__actions img {
    display: none;
  }
  .qPartnerHero--avma .qPartnerHero__actions a {
    position: relative;
    left: auto;
    top: auto;
  }
}
.qPartnerHero--dechra-equine {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/dechra_equine_bg.jpg);
  background-position: center center;
}
.qPartnerHero--dechra-sa {
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/dechra_sa_bg.jpg);
  background-position: center center;
}
.qPartnerHero--dechra-equine .qPartnerHero__inner,
.qPartnerHero--dechra-sa .qPartnerHero__inner {
  color: #444;
}
.qPartnerHero--dechra-equine .qPartnerHero__inner h1,
.qPartnerHero--dechra-sa .qPartnerHero__inner h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qPartnerHero--dechra-equine .qPartnerHero__inner h2,
.qPartnerHero--dechra-sa .qPartnerHero__inner h2 {
  font-weight: normal;
  font-size: 23px;
  margin-bottom: 40px;
}
.qPartnerHero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 130px;
  color: #fff;
}
.qPartnerHero__inner h1 {
  font-size: 70px;
  line-height: 1.3;
  padding-bottom: 15px;
}
.qPartnerHero__inner h1 i {
  color: #f39797;
}
.qPartnerHero__inner h2 {
  font-size: 29px;
  max-width: 650px;
  line-height: 1.4em;
}
.qPartnerBanner {
  position: relative;
  z-index: 1;
  background: #f6f9fc;
  border-bottom: 1px solid #efefef;
  background: #000;
}
.qPartnerBanner--inverse {
  background: #fff;
}
.qPartnerBanner--inverse p {
  color: #333;
}
.qPartnerBanner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  line-height: 1.4;
}
.qPartnerBanner__inner img {
  display: block;
  max-width: 100px;
  margin-right: 40px;
}
@media (max-width: 800px) {
  .qPartnerBanner__inner {
    display: block;
    text-align: center;
  }
  .qPartnerBanner__inner img {
    display: inline-block;
    margin: 0;
  }
}
.qPartnerBenefits {
  position: relative;
  background: #fff;
  padding: 100px 0 50px 0;
}
.qPartnerBenefits__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.qPartnerBenefits__inner h1 {
  text-align: center;
  font-size: 50px;
}
.qPartnerBenefits__inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
.qPartnerBenefits__inner h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.qPartnerBenefits__inner .fb-col:nth-child(1) h3,
.qPartnerBenefits__inner .fb-col:nth-child(1) i {
  color: #e5c380;
}
.qPartnerBenefits__inner .fb-col:nth-child(2) h3,
.qPartnerBenefits__inner .fb-col:nth-child(2) i {
  color: #99ba39;
}
.qPartnerBenefits__inner .fb-col:nth-child(3) h3,
.qPartnerBenefits__inner .fb-col:nth-child(3) i {
  color: #5969e2;
}
.qPartnerBenefits__inner .fb-col:nth-child(4) h3,
.qPartnerBenefits__inner .fb-col:nth-child(4) i {
  color: #68bf8d;
}
.qPartnerBenefits__inner .fb-col:nth-child(5) h3,
.qPartnerBenefits__inner .fb-col:nth-child(5) i {
  color: #809ae5;
}
.qPartnerBenefits__inner .fb-col:nth-child(6) h3,
.qPartnerBenefits__inner .fb-col:nth-child(6) i {
  color: #e48937;
}
.qPartnerBenefits__inner .fb-col:nth-child(7) h3,
.qPartnerBenefits__inner .fb-col:nth-child(7) i {
  color: #2762bb;
}
.qPartnerBenefits__inner .fb-col:nth-child(8) h3,
.qPartnerBenefits__inner .fb-col:nth-child(8) i {
  color: #d7463e;
}
.qPartnerBenefits__inner .fb-col:nth-child(9) h3,
.qPartnerBenefits__inner .fb-col:nth-child(9) i {
  color: #68bf8d;
}
.qPartnerBenefits__inner .fb-col:nth-child(10) h3,
.qPartnerBenefits__inner .fb-col:nth-child(10) i {
  color: #da3c8e;
}
.qPartnerBenefits__inner .fb-col:nth-child(11) h3,
.qPartnerBenefits__inner .fb-col:nth-child(11) i {
  color: #5cb8e6;
}
.qPartnerBenefits__inner .fb-col:nth-child(12) h3,
.qPartnerBenefits__inner .fb-col:nth-child(12) i {
  color: #67bd50;
}
.qPartnerBenefits__inner .qSamples__fact {
  margin-bottom: 80px;
}
/*** Non Members ***/
.qPartnerNonMember {
  padding: 40px 10px 100px 10px;
  background: #fff;
}
.qPartnerNonMember__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  padding: 40px;
  font-size: 16px;
}
.qPartnerNonMember__inner h1 {
  font-size: 50px;
}
.qPartnerNonMember__inner h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}
.qPartnerNonMember__inner h3 {
  text-align: center;
  line-height: 1;
  font-size: 80px;
  color: #5969e2;
}
.qPartnerNonMember__inner h4 {
  text-align: center;
}
@media (max-width: 768px) {
  .qPartnerNonMember__inner {
    padding: 10px;
    text-align: center;
  }
}
/*** Terms ***/
.qPartnerTerms {
  background: #fff;
}
.qPartnerTerms__inner {
  max-width: 1200px;
  padding: 20px 10px 70px 10px;
  font-size: 13px;
  margin: 0 auto;
  color: #777;
}
.qSamples__tag {
  margin-top: 15px;
  background: #bbb;
  color: #fff;
  padding: 1px 8px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.qPartnerUpgrading {
  position: relative;
  background: #f6f9fc;
  border-bottom: 1px solid #efefef;
  padding: 100px 0 60px 0;
}
.qPartnerUpgrading img {
  max-width: 100%;
  border: 1px solid #dfdfdf;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.qPartnerUpgrading p {
  font-size: 19px;
  margin-bottom: 20px;
}
.qPartnerUpgrading .qIndexHowItWorks__step {
  padding: 0;
}
.qPartnerUpgrading .qIndexHowItWorks__step p {
  color: #555;
}
.qPartnerUpgrading--border-top {
  border-top: 1px solid #efefef;
  border-bottom: none;
}
.qPartnerUpgrading__image {
  padding-right: 40px !important;
}
.qPartnerUpgrading__image p {
  font-size: 14px;
}
.qPartnerUpgrading__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.qFooterPrompt--partner {
  background: #f6f9fc;
}
.qFooterPrompt--avma .qPartnerTerms__inner {
  padding: 80px 0 0 0;
}
/*** Duplicating how it works ***/
.qPartnerExplain {
  background: #fff;
  padding: 100px 10px;
  border-bottom: 1px solid #efefef;
}
.qPartnerExplain img {
  max-width: 500px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qUpgrade {
  border-bottom: 1px solid #efefef;
}
.qUpgrade__hero {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 150px;
  max-width: 800px;
  margin: 0 auto 100px auto;
}
.qUpgrade__hero h1 {
  font-size: 60px;
}
.qUpgrade__hero h2 {
  font-weight: normal;
  color: #888;
}
.qUpgrade__hero img {
  margin-top: 30px;
  max-width: 300px;
  max-height: 150px;
}
.qUpgrade__options {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 100px auto;
}
.qUpgrade__option {
  text-align: center;
  border: 1px solid #dfdfdf;
  padding: 20px;
  background: #fff;
  min-height: 300px;
  margin-bottom: 15px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.qUpgrade__option h1 {
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.qUpgrade__option h2 {
  font-size: 16px;
  margin: 0 auto;
  min-height: 70px;
}
.qUpgrade__option h3 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 30px;
}
.qUpgrade__option h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: -35px;
}
.qUpgrade__option button.qButton--xl {
  padding-left: 0;
  padding-right: 0;
}
.qUpgrade__option .Form__control {
  line-height: 52px;
  font-size: 18px;
  width: 100%;
  padding: 0 10px;
}
.qUpgrade__option .Form__control::-webkit-input-placeholder {
  color: #bbb;
}
.qUpgrade__terms {
  font-size: 16px;
  margin-top: 16px;
}
.qUpgrade__terms input {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin: 0;
}
.qUpgrade__message {
  color: #eb5252;
  font-size: 15px;
}
@media (max-width: 900px) {
  .qUpgrade__option {
    min-height: auto;
  }
}
.qUpgraded {
  background: url(https://media.vetcove.com/static/dist/app/static/img/corporate/confetti.png);
  height: 1000px;
}
.qUpgradeOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 110;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.qUpgradeOverlay h1 {
  font-weight: normal;
  margin-bottom: 20px;
}
.qUpgradeOverlay__inner {
  position: relative;
  max-height: 100%;
  max-width: 450px;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}
.qUpgradeOverlay__exit {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
}
.qUpgradeOverlay__exit:hover {
  cursor: pointer;
  color: #eb5252;
}
.qUpgradeOverlay__success {
  text-align: center;
  display: none;
  padding: 40px 20px;
}
.qUpgradeOverlay__success h3 {
  font-weight: normal;
  margin-top: 20px;
  font-size: 17px;
}
#upgrade-overlay {
  display: none;
  position: relative;
  z-index: 20;
}
.qUpgradeOverlay__form.success .qUpgradeOverlay__fields {
  display: none;
}
.qUpgradeOverlay__form.success .qUpgradeOverlay__success {
  display: block;
}
.qVideo {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.qVideoHeader {
  position: relative;
  z-index: 10;
  min-height: 630px;
  padding: 150px 10px 0 10px;
  margin-bottom: 100px;
  text-align: center;
}
.qVideoHeader h1 {
  color: #fff;
  font-size: 45px;
}
.qVideoHeader h2 {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-bottom: 50px;
}
.qVideoHeader__inner {
  position: relative;
  z-index: 1;
}
.qHeroBackground--video {
  background: linear-gradient(to bottom right, #00c6ff, #0072ff);
  min-width: 800px;
  height: 1300px;
}
.qHeroBackground--video .stripe--1 {
  background: linear-gradient(to right, #009ecc, rgba(0, 0, 0, 0));
  left: 0;
  width: 80%;
  height: 250px;
  bottom: 550px;
}
.qHeroBackground--video .stripe--2 {
  background: linear-gradient(to right, transparent, #0067e6);
  left: 50%;
  bottom: 350px;
  opacity: 0.8;
}
.qHeroBackground--video .stripe--3 {
  left: 0;
  bottom: 100px;
  background: linear-gradient(to right, #005bcc, transparent);
  opacity: 0.2;
}
.qHeroBackground--video .stripe--4 {
  bottom: -100px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--video .stripe--5 {
  bottom: 450px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qHeroBackground--video .stripe--6 {
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.qVideo--deals .qHeroBackground--video {
  background: linear-gradient(to top right, #a900ff, #ff4242);
}
.qVideo--deals .qHeroBackground--video .stripe--1 {
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  opacity: 0.1;
}
.qVideo--deals .qHeroBackground--video .stripe--2 {
  background: linear-gradient(to right, transparent, #000000);
  opacity: 0.3;
}
.qVideo--deals .qHeroBackground--video .stripe--3 {
  left: 0;
  bottom: 100px;
  background: linear-gradient(to right, #000000, transparent);
  opacity: 0.2;
}
.qVideo--deals .qHeroBackground--video .stripe--4,
.qVideo--deals .qHeroBackground--video .stripe--5,
.qVideo--deals .qHeroBackground--video .stripe--6 {
  display: block;
}
.qVideo--assets .qVideoHeader {
  min-height: 440px;
}
.qVideo--assets .qHeroBackground--video {
  background: linear-gradient(to top right, #b8c4ce, #4f8cf1);
}
.qVideo--assets .qHeroBackground--video .stripe--1 {
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  opacity: 0.1;
}
.qVideo--assets .qHeroBackground--video .stripe--2 {
  background: linear-gradient(to right, transparent, #000000);
  opacity: 0.3;
}
.qVideo--assets .qHeroBackground--video .stripe--3 {
  left: 0;
  bottom: 100px;
  background: linear-gradient(to right, #000000, transparent);
  opacity: 0.2;
}
.qVideo--assets .qHeroBackground--video .stripe--4,
.qVideo--assets .qHeroBackground--video .stripe--5,
.qVideo--assets .qHeroBackground--video .stripe--6 {
  display: block;
}
/*** Our app landing page for vendor sales managers ***/
.qVendorApp {
  margin: 0 auto;
}
.qVendorApp__headerContainer {
  position: relative;
  background-image: url(https://media.vetcove.com/static/dist/app/static/img/corporate/users.jpg);
  background-size: cover;
  background-position: center center;
  border-bottom: 10px solid #f1f1f1;
}
.qVendorApp__headerGradient {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
  background-image: linear-gradient(to right, #44be46, #dbbd22);
}
.qVendorApp__logo {
  max-width: 200px;
  margin: 0 auto;
}
.qVendorApp__header {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  padding: 40px 20px 0 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.qVendorApp__header h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
}
.qVendorApp__header h2 {
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 30px;
}
.qVendorApp__header h3 {
  font-weight: normal;
  margin-bottom: 20px;
}
.qVendorApp__app {
  max-width: 100%;
  max-height: 600px;
  vertical-align: bottom;
}
.qVendorApp__banner {
  margin-top: 150px;
  text-align: left;
  -ms-flex-align: end;
      align-items: flex-end;
}
.qVendorApp__banner > div:first-child {
  padding-bottom: 100px;
  padding-right: 40px;
}
.qVendorApp__downloads {
  display: block;
}
.qVendorApp__download {
  display: inline-block;
  border-radius: 3px;
  transition: transform 100ms ease-in;
}
.qVendorApp__download:hover {
  transform: scale(1.05);
}
@media (max-width: 1000px) {
  .qVendorApp__banner > div:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .qVendorApp__banner {
    text-align: center;
    margin-top: 30px;
  }
  .qVendorApp__banner > div:first-child {
    margin-bottom: 30px;
  }
}
/*** Used React Sheets ***/
/*** Additional Custom flexbox components ***/
.fb-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-width: 0;
}
.fb-line > * {
  min-width: 0;
}
.fb-line-left {
  text-align: left;
}
.fb-line-right {
  text-align: left;
}
/***
A grid based system based on the flexbox
https://github.com/kristoferjoseph/flexboxgrid/

To avoid conflict with our original grid system, all
CSS attributes are prefixed with .fb- (flexbox)
***/
.fb-container-fluid,
.fb-container {
  margin-right: auto;
  margin-left: auto;
}
.fb-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.fb-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.fb-row--flushed {
  margin-left: 0;
  margin-right: 0;
}
.fb-row--flushed > .fb-col {
  padding-left: 0;
  padding-right: 0;
}
.fb-row--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fb-row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fb-col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fb-col {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.fb-col-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.fb-col-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.fb-col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.fb-col-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.fb-col-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.fb-col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.fb-col-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.fb-col-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.fb-col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.fb-col-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.fb-col-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.fb-col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.fb-col-p-5 {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  max-width: 5%;
}
.fb-col-p-10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%;
}
.fb-col-p-15 {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%;
}
.fb-col-p-20 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.fb-col-p-25 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.fb-col-p-30 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
}
.fb-col-p-35 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%;
}
.fb-col-p-40 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.fb-col-p-45 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
.fb-col-p-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.fb-col-p-55 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%;
}
.fb-col-p-60 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.fb-col-p-65 {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  max-width: 65%;
}
.fb-col-p-70 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}
.fb-col-p-75 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.fb-col-p-80 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.fb-col-p-85 {
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  max-width: 85%;
}
.fb-col-p-90 {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  max-width: 90%;
}
.fb-col-p-95 {
  -ms-flex-preferred-size: 95%;
  flex-basis: 95%;
  max-width: 95%;
}
.fb-col-offset-0 {
  margin-left: 0;
}
.fb-col-offset-1 {
  margin-left: 8.33333333%;
}
.fb-col-offset-2 {
  margin-left: 16.66666667%;
}
.fb-col-offset-3 {
  margin-left: 25%;
}
.fb-col-offset-4 {
  margin-left: 33.33333333%;
}
.fb-col-offset-5 {
  margin-left: 41.66666667%;
}
.fb-col-offset-6 {
  margin-left: 50%;
}
.fb-col-offset-7 {
  margin-left: 58.33333333%;
}
.fb-col-offset-8 {
  margin-left: 66.66666667%;
}
.fb-col-offset-9 {
  margin-left: 75%;
}
.fb-col-offset-10 {
  margin-left: 83.33333333%;
}
.fb-col-offset-11 {
  margin-left: 91.66666667%;
}
.fb-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.fb-center {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.fb-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.fb-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.fb-middle {
  -ms-flex-align: center;
  align-items: center;
}
.fb-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.fb-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.fb-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fb-first {
  -ms-flex-order: -1;
  order: -1;
}
.fb-last {
  -ms-flex-order: 1;
  order: 1;
}
.fb-show {
  display: block;
}
.fb-hide {
  display: none;
}
@media only screen and (max-width: 900px) {
  .responsive .fb-col-lg-0 {
    display: none;
  }
  .responsive .fb-col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .responsive .fb-col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .responsive .fb-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .responsive .fb-col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .responsive .fb-col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .responsive .fb-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .responsive .fb-col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .responsive .fb-col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .responsive .fb-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .responsive .fb-col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .responsive .fb-col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .responsive .fb-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .responsive .fb-col-lg-offset-0 {
    margin-left: 0;
  }
  .responsive .fb-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .responsive .fb-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .responsive .fb-col-lg-offset-3 {
    margin-left: 25%;
  }
  .responsive .fb-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .responsive .fb-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .responsive .fb-col-lg-offset-6 {
    margin-left: 50%;
  }
  .responsive .fb-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .responsive .fb-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .responsive .fb-col-lg-offset-9 {
    margin-left: 75%;
  }
  .responsive .fb-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .responsive .fb-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .responsive .fb-start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .responsive .fb-center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .responsive .fb-end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .responsive .fb-top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .responsive .fb-middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }
  .responsive .fb-bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .responsive .fb-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .responsive .fb-between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .responsive .fb-first-lg {
    -ms-flex-order: -1;
    order: -1;
  }
  .responsive .fb-last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
  .responsive .fb-show-lg {
    display: block;
  }
  .responsive .fb-hide-lg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .responsive .fb-col-md-0 {
    display: none;
  }
  .responsive .fb-col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .responsive .fb-col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .responsive .fb-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .responsive .fb-col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .responsive .fb-col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .responsive .fb-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .responsive .fb-col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .responsive .fb-col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .responsive .fb-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .responsive .fb-col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .responsive .fb-col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .responsive .fb-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .responsive .fb-col-md-offset-0 {
    margin-left: 0;
  }
  .responsive .fb-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .responsive .fb-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .responsive .fb-col-md-offset-3 {
    margin-left: 25%;
  }
  .responsive .fb-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .responsive .fb-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .responsive .fb-col-md-offset-6 {
    margin-left: 50%;
  }
  .responsive .fb-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .responsive .fb-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .responsive .fb-col-md-offset-9 {
    margin-left: 75%;
  }
  .responsive .fb-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .responsive .fb-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .responsive .fb-start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .responsive .fb-center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .responsive .fb-end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .responsive .fb-top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .responsive .fb-middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .responsive .fb-bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .responsive .fb-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .responsive .fb-between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .responsive .fb-first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .responsive .fb-last-md {
    -ms-flex-order: 1;
    order: 1;
  }
  .responsive .fb-show-md {
    display: block;
  }
  .responsive .fb-hide-md {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .responsive .fb-col-sm-0 {
    display: none;
  }
  .responsive .fb-col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .responsive .fb-col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .responsive .fb-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .responsive .fb-col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .responsive .fb-col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .responsive .fb-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .responsive .fb-col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .responsive .fb-col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .responsive .fb-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .responsive .fb-col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .responsive .fb-col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .responsive .fb-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .responsive .fb-col-sm-offset-0 {
    margin-left: 0;
  }
  .responsive .fb-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .responsive .fb-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .responsive .fb-col-sm-offset-3 {
    margin-left: 25%;
  }
  .responsive .fb-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .responsive .fb-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .responsive .fb-col-sm-offset-6 {
    margin-left: 50%;
  }
  .responsive .fb-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .responsive .fb-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .responsive .fb-col-sm-offset-9 {
    margin-left: 75%;
  }
  .responsive .fb-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .responsive .fb-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .responsive .fb-start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .responsive .fb-center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .responsive .fb-end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .responsive .fb-top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .responsive .fb-middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }
  .responsive .fb-bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .responsive .fb-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .responsive .fb-between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .responsive .fb-first-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .responsive .fb-last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
  .responsive .fb-show-sm {
    display: block;
  }
  .responsive .fb-hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .responsive .fb-col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .responsive .fb-col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .responsive .fb-col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .responsive .fb-col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .responsive .fb-col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .responsive .fb-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .responsive .fb-col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .responsive .fb-col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .responsive .fb-col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .responsive .fb-col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .responsive .fb-col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .responsive .fb-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .responsive .fb-col-xs-offset-0 {
    margin-left: 0;
  }
  .responsive .fb-col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .responsive .fb-col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .responsive .fb-col-xs-offset-3 {
    margin-left: 25%;
  }
  .responsive .fb-col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .responsive .fb-col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .responsive .fb-col-xs-offset-6 {
    margin-left: 50%;
  }
  .responsive .fb-col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .responsive .fb-col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .responsive .fb-col-xs-offset-9 {
    margin-left: 75%;
  }
  .responsive .fb-col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .responsive .fb-col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .responsive .fb-start-xs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .responsive .fb-center-xs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .responsive .fb-end-xs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .responsive .fb-top-xs {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .responsive .fb-middle-xs {
    -ms-flex-align: center;
    align-items: center;
  }
  .responsive .fb-bottom-xs {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .responsive .fb-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .responsive .fb-between-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .responsive .fb-first-xs {
    -ms-flex-order: -1;
    order: -1;
  }
  .responsive .fb-last-xs {
    -ms-flex-order: 1;
    order: 1;
  }
  .responsive .fb-show-xs {
    display: block;
  }
  .responsive .fb-hide-xs {
    display: none;
  }
}
.responsive .hidden {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .responsive .hidden-xl {
    display: none;
  }
  .responsive .show-xl {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .responsive .hidden-lg {
    display: none;
  }
  .responsive .show-lg {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .responsive .hidden-md {
    display: none;
  }
  .responsive .show-md {
    display: block;
  }
  .responsive .show-md-inline {
    display: inline;
  }
}
@media only screen and (max-width: 600px) {
  .responsive .hidden-sm {
    display: none;
  }
  .responsive .show-sm {
    display: block;
  }
  .responsive .show-sm-inline {
    display: inline;
  }
}
@media only screen and (max-width: 400px) {
  .responsive .hidden-xs {
    display: none;
  }
  .responsive .show-xs {
    display: block;
  }
  .responsive .show-xs-inline {
    display: inline;
  }
}
/*** The associated hijack styling for our hijack plugin ***/
.hijacked-warning {
  background-size: 50px 50px;
  background-color: #ffe761;
  color: #000;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 75%, transparent 75%, transparent);
}
.hijacked-warning form {
  display: inline-block;
}
.hijacked-warning-default {
  z-index: 1000000;
  font-weight: 600;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 7px;
  border-bottom: 2px solid #ae9e49;
  font-size: 12px;
  font-family: sans-serif;
}
.hijacked-warning-boostrap {
  margin-bottom: 0;
}
.django-hijack-button-default {
  box-shadow: inset 0 1px 0 0 #fff;
  background: linear-gradient(to bottom, #fff 5%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.django-hijack-button-default:hover {
  background: linear-gradient(to bottom, #f6f6f6 5%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  background-color: #f6f6f6;
}
.django-hijack-button-default:active {
  position: relative;
  top: 1px;
}
.hijacked-warning-controls-pull-right {
  float: right;
}

//# sourceMappingURL=public-e63829719a1bd6b91f9b.js.map