/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































@font-face {
  font-family: FontAwesome;
  src: url("//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format('embedded-opentype'),
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: 400;
  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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1)
}

.fa-flip-vertical {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
  content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,.fa-yc: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-full:before,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before {
  content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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"
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
div[class*="force-full-width-section"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'lsow-icomoon';
  src: url(https://4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/icomoon.eot?bh4obs);
  src: url(https://4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/icomoon.eot?bh4obs#iefix) format('embedded-opentype'),
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/icomoon.ttf) format("truetype"), 
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/icomoon.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'amo-team-public-icons';
  src: url(https://4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/amo-team-public-icons.eot?68285626);
  src: url(https://4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/amo-team-public-icons.eot?68285626#iefix) format('embedded-opentype'),
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/amo-team-public-icons.woff2) format("woff2"), 
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/amo-team-public-icons.woff) format("woff"), 
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/amo-team-public-icons.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: revicons;
  src: url(https://4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/revicons.eot?5510888);
  src: url(https://4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/CentralPet_July2021/fonts/revicons.eot?5510888#iefix) format('embedded-opentype'),
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/revicons.woff) format("woff"), 
    url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/fonts/revicons.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.575;
  background-color: #fff;
}

p {
  margin: 0 0 20px;
}

/* Anchor Links */
a {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  line-height: 1.1;
  margin: 0 0 15px;
}
h1 {
  font-size: 2.1rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.175rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: .9rem;
}
strong {
  font-weight: bolder;
}
code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  font-style: italic;
  padding: 0;
  border: 0;
}
blockquote:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  margin-right: 15px;
  font-size: 22px;
}
blockquote:after {
  content: "\f10e";
  font-family: 'FontAwesome';
  margin-right: 0;
  margin-left: 15px;
  top: 5px;
  position: relative;
}


/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  border-radius: 15px;
  background: #BA204A;
  border-color: #BA204A;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Bitter;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Bitter;
  font-size: 16px;
}
.hs-input,
input#hs-pwd-widget-password {
  display: block;
  width: 90%;
  max-width: 767px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  border-radius: 15px;
  padding: 0 15px;
  min-height: 27px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline;
  min-height: inherit;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-form-field {
  margin-bottom: 18px;
}
form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.hs-field-desc {
  margin: 0px 0px 6px;
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 14px;
}
form .hs-error-msgs label {
  color: #f2545b;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 1rem;
}

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  border: 0;
}
div[class*="-full-width-section"] > .row-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
}


.form_wrap form .hs-input,
.form_wrap form fieldset {
  max-width: 100%;
}
.form_wrap form input.hs-button {
  font-size: 16px;
  line-height: 16px;
}

form .form-columns-3 .hs-form-field {
  width: 33.3% !important;
}
form .form-columns-2 .hs-form-field:last-child .hs-input,
form .form-columns-3 .hs-form-field:last-child .hs-input{
  width: 100%;
}
form select.hs-input {
  height: 40px;
  padding: 10px 10px 9px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
form select.is-placeholder {
  color: #bfbfbf;
}
form select.is-placeholder:focus {
  color: #33475b;
}
form .form-columns-2 .hs-form-field .hs-input[type=checkbox],
form .form-columns-2 .hs-form-field .hs-input[type=radio] {
  min-height: inherit;
  width: auto !important;
}
form .inputs-list label {
  line-height: 19px;
}
form .inputs-list label > input,
form .inputs-list label > span {
  vertical-align: inherit;
}

form .hs-richtext p {
  margin: 1em 0;
}
form .grecaptcha-badge {
  margin-left: 0;
}
form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 2px;
}

.hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.body-container-wrapper textarea.hs-input {
  min-height: 66px;
  padding: 10px 15px;
  /*   margin-bottom: -7px; */
}

.img_wrap img {
  max-width: 100%;
  height: auto;
}


.form_wrap form .actions {
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 17px 0px;
}
.form_wrap .hs-form {
  margin-top: 44px;
}

.form_wrap .widget-type-rich_text,
.form_wrap .widget-type-linked_image {
  padding-bottom: 30px;
}
.form_wrap .widget-type-linked_image img {
  display: block;
}

/**********Temperament Test Page**************/

.temperament_test .dnd-section > .row-fluid > div {
  width: 75%;
  width: calc(75% - (.25*30px));
  margin: 0 auto;
  float: none;
}

/***********Home Page css*********/

.home_page .row6_wrap .widget-type-linked_image {
  width: 100%;
}
.home_page .row6_wrap .widget-type-linked_image img {
  width: 100%;
}

/**********Application Page**************/

.application_banner .banner-wrap {
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
}
.application_test .row2_wrap .widget-type-rich_text,
.application_customer_page .row2_wrap .widget-type-rich_text {
  padding-bottom: 0;
}

/*********adopt pet css**************/

.adopt_pet_page .widget-type-rich_text,
.adopt_pet_page .widget-type-linked_image {
  padding-bottom: 30px;
}
.adopt_pet_page .row1_wrap .widget-type-rich_text p img:first-child {
  margin-right: 101px;
}

/*********Frequently Css***************/


.frequently_page .row1_wrap .widget-type-rich_text h3 {
  color: #adc32b;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  display: block;
  padding-bottom: 25px;
}
.frequently_page ul.submenu.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.frequently_page ul.submenu.level-1 > li {
  line-height: 24px;
  position: relative;
  padding: 5px 0;
  float: none;
}
.frequently_page ul.submenu.level-1 > li > a {
  color: rgb(105, 105, 105) !important;
  display: inline-block;
}
.frequently_page ul.submenu.level-1 > li > a:hover {
  color: #adc32b !important;
}
.frequently_page ul.submenu.level-1 > li:before {
  content: "\f1b0";
  font-family: 'FontAwesome';
  margin-right: 7px;
  font-size: 14px;
  color: #adc32b;
}
.frequently_page .row1_wrap .span4 {
  padding-left: 30px;
}

/***********Contact Page Css**********/

.contact_page.body-container-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}
.contact_page .row2_wrap .span4 {
  margin-top: 15px;
}
.contact_page .hs-form label {
  font-size: 13px;
}
.contact_page.form_wrap form input.hs-button {
  font-size: 12px;
  line-height: 12px;
}
.contact_page .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.contact_page.form_wrap .row2_wrap .widget-type-rich_text {
  padding-bottom: 0px;
}

/*************boarding_request***************/

.boarding_request.form_wrap .hs_cos_wrapper_type_module a.hs-button {
  margin-bottom: 30px;
  background-color: #adc32b;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 16px 40px;
  text-transform: uppercase;
  font-family: Dosis, sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  color: #fefefe !important;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.boarding_request.form_wrap .widget-type-rich_text h1 {
  line-height: 1.4em;
}
.boarding_request.form_wrap .widget-type-rich_text hr {
  border-top: 1px solid #eee;
  width: 100%;
  max-width: 80%;
  background: transparent;
  margin-top: 23px;
  margin-bottom: 0;
  height: 0;
}
.boarding_request.form_wrap .hs_cos_wrapper_type_module a.hs-button:hover {
  background-color: #92a524;
}

.snake_avoidance_banner .banner-wrap {
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact_page form .form-columns-2 .hs-form-field,
  .contact_page form .form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .contact_page form .form-columns-2 .hs-form-field .hs-input,
  .contact_page form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .boarding_request.form_wrap .widget-type-rich_text,
  .boarding_request.form_wrap .widget-type-linked_image {
    width: 70%;
    width: calc(70% - (.3*30px));
    margin: 0 auto;
  }
  .boarding_request.form_wrap .hs-form {
    width: 60%;
    width: calc(60% - (.4*30px));
    margin-left: auto;
    margin-right: auto;
  }
  .contact_page .row2_wrap .span4 > div {
    margin-left: 30px;
  }
  .contact_page .row2_wrap .span3 {
    width: 28%;
    width: calc(28% - (.72*30px));
  }
  .contact_page .row2_wrap .span4 {
    width: 32%;
    width: calc(32% - (.68*30px));
    margin-left: 0;
    margin-top: 15px;
  }
  .contact_page .row2_wrap .span5 {
    width: 40%;
    width: calc(40% - (.6*30px));
    margin-left: 0;
  }
  .contact_page .row2_wrap .dnd-section .dnd-column > div > div {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .adopt_pet_page .row1_wrap .dnd-section > .row-fluid > div {
    width: 78%;
    margin: 0 auto;
    float: none;
    padding: 0 5px;
  }
  .application_test.form_wrap .hs-form,
  .application_test .row2_wrap .widget-type-rich_text{
    width: calc(40% - (.6*30px));
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .application_customer_page.form_wrap .hs-form,
  .application_customer_page .row2_wrap .widget-type-rich_text{
    width: calc(75% - (.25*30px));
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .snake_avoidance_page .row1_wrap .dnd-section > .row-fluid > div {
    width: 85%;
    width: calc(85% - (.15*30px));
    margin: 0 auto;
    float: none;
  }
  .snake_avoidance_page .row2_wrap .hs-form {
    width: 75%;
    width: calc(75% - (.25*30px));
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (min-width: 781px) {
  .training_contact_page .row1_wrap .dnd-section > .row-fluid > div {
    width: calc(80% - (.2*30px));
    margin: 0 auto;
    float: none;
  }
  .training_contact_page .row2_wrap .hs-form {
    width: 75%;
    width: calc(75% - (.25*30px));
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (max-width: 991px) {
  .body-container-wrapper .dnd-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .frequently_page .row1_wrap .span4 {
    padding-left: 0px;
    margin-top: 35px;
  }
}

@media (max-width: 780px) {
  .temperament_test .dnd-section > .row-fluid > div {
    width: 100%;
  }
  .frequently_page .row1_wrap .dnd-section > .row-fluid > div > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .frequently_page .row1_wrap .dnd-section > .row-fluid > div > div > div > div {
    width: 100%;
  }
  .frequently_page .row1_wrap .dnd-section > .row-fluid > div > div > div > div.span4 {
    order: 2;
  }
}

@media (max-width: 767px) {
  .contact_page .row2_wrap .span5 {
    padding-bottom: 30px;
  }
  .adopt_pet_page .row1_wrap .widget-type-rich_text p img {
    display: block;
    margin: 0 auto !important;
  }
  .adopt_pet_page .row1_wrap .widget-type-rich_text p img:first-child {
    margin-bottom: 20px !important;
  }
}

form .form-columns-2 .hs-error-msgs,
form .form-columns-3 .hs-error-msgs {
  width: 90%;
}

@media (max-width: 479px) {
  body {
    line-height: 1.43;
  }
  form .form-columns-2 .hs-form-field,
  form .form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  form .form-columns-2 .hs-error-msgs,
  form .form-columns-3 .hs-error-msgs {
    width: 100%;
  }
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  form .inputs-list label {
    line-height: 18px;
  }
  .form_wrap .hs-form {
    margin-top: 40px;
  }
}


/*************landing css Rahul*****************/

.doggy_daycare_grp4 .dnd-section > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.doggy_daycare_grp4 .dnd-section > .row-fluid:before,
.doggy_daycare_grp4 .dnd-section > .row-fluid:after {
  content: none;
}
.doggy_daycare_grp4 .dnd-section .span1,
.doggy_daycare_grp4 .dnd-section .span7,
.doggy_daycare_grp4 .dnd-section .span3 {
  margin-left: 0;
}
.doggy_daycare_grp4 .dnd-section .span1 {
  width: calc(10% - ( 0.9 * 30px ) );
}
.doggy_daycare_grp4 .dnd-section .span7 {
  width: calc(58% - ( 0.42 * 30px ) );
}
.doggy_daycare_grp4 .dnd-section .span3 {
  width: calc(22% - ( 0.78 * 30px ) );
}
.hs-col-spacer {
  width: calc(10% - ( 0.9 * 30px ) );
}
.dd-col10 .dnd-section > .row-fluid > .dnd-column {
  width: calc(80% - ( 0.2 * 30px ) );
  margin: 0 auto;
  float: none;
}
.doggy-daycare-pg .row-fluid [class*="span"] {
  min-height: auto;
}
figure {
  margin: 0;
}
.hsaws-grp {
  padding: 70px 0;
  line-height: 22px;
}
.hsbrng-wrapper,
.training-classes-pg .body-container-wrapper {
  line-height: 22px;
}
.hsaws-grp .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}
.amo-with-sidebar-pg .banner-wrap {
  background-size: cover;
  background-position: center;
}
.body-container-wrapper .hsaws-grp .dnd-section {
  padding: 0;
}
.hsaws-grp .dnd-section+.dnd-section {
  margin-top: 40px;
}
.hsaws-sidebar > .row-fluid-wrapper {
  padding-left: 30px;
}
.hsaws-sidebar form {
  position: relative;
}
.hsaws-sidebar .hs-search-field__input {
  font: inherit;
  color: inherit;
  font-family: sans-serif;
  font-size: 100%;
  width: 100%;
  outline-offset: -2px;
  padding: 0 60px 0 30px;
  border: 2px solid;
  font-weight: 400;
  height: 40px;
  line-height: 36px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border-color: #e1e1e1;
}
.hsaws-sidebar button {
  font: inherit;
  color: inherit;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background-color: transparent;
  border: 0 none;
  bottom: 0;
  font-size: 16px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  cursor: pointer;
}
.hsaws-sidebar button>* {
  display: none;
}
.hsaws-sidebar button:before {
  content: "\f002";
  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;
}
.hsaws-sidebar .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  border-color: #e1e1e1;
}
.hsaws-sidebar h3 {
  color: #adc32b;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.hsaws-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hsaws-sidebar .widget-type-rich_text ul li {
  line-height: 24px;
  position: relative;
  padding: 5px 0;
}
.hsaws-sidebar .widget-type-rich_text ul li:before {
  content: "\f1b0";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 14px;
  color: #adc32b;
}
.training-classes-grp1 .widget-type-rich_text,
.training-classes-pg .hsts-wrapper {
  width: calc(85% - (.15*30px));
  margin: 0 auto 30px;
  overflow: hidden;
}
.training-classes-grp2 .dnd-section .span6 {
  margin-left: 30px;
  width: calc(50% - (.5*30px));
}
.training-classes-grp2 .dnd-section .span6:first-child {
  margin-left: 0;
}
.training-classes-grp1 .widget-type-header {
  text-align: center;
  width: calc(60% - (.4*30px));
  margin: 0 auto;
  padding-bottom: 50px;
}
.training-classes-grp1 .widget-type-header h2 {
  font-size: 60px;
  font-weight: 200;
  color: #000;
}
.training-classes-grp2 .hsts-wrapper .hsts-content {
  display: block;
}
.upcoming-pg .banner-wrap {
  background-position: center;
  background-repeat: no-repeat;
}
.upcoming-grp1 .widget-type-rich_text {
  width: calc(70% - (.3*30px));
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}
.upcoming-grp2 .widget-type-rich_text,
.upcoming-grp2 .widget-type-linked_image {
  width: calc(60% - (.4*30px));
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}
.upcoming-pg .hs-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 16px 40px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #f94213;
  color: #fefefe;
  outline: none;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  background-color: #adc32b;
  font-weight: bold;
  font-size: 15px;
  font-family: Dosis, sans-serif;
  border-radius: 999px;
}
.upcoming-pg .hs-button:hover {
  background-color: #92a524;
  border-color: transparent;
}





@media (max-width: 991px) {
  .hsaws-grp {
    padding: 35px 0;
  }
  .hsaws-sidebar > .row-fluid-wrapper {
    padding: 0;
    margin-top: 35px;
  }

}

@media (max-width: 780px) {
  .hs-col-spacer {
    display: none;
  }
  .doggy_daycare_grp4 .dnd-section > .row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dd-col10 .dnd-section>.row-fluid > .dnd-column {
    width: 100%;
  }
  .doggy_daycare_grp4 .dnd-section .span1,
  .doggy_daycare_grp4 .dnd-section .span7,
  .doggy_daycare_grp4 .dnd-section .span3 {
    width: 100%;
  }
  .doggy_daycare_grp4 .dnd-section .span7 {
    padding-bottom: 30px;
  }
  .training-classes-grp2 .dnd-section .span6 {
    margin-left: 0;
    width: 100%;
  }
  .training-classes-grp2 .row-fluid [class*="span"] {
    min-height: auto;
  }
  .training-classes-grp1 .widget-type-rich_text,
  .training-classes-pg .hsts-wrapper,
  .training-classes-grp1 .widget-type-header,
  .upcoming-grp1 .widget-type-rich_text,
  .upcoming-grp2 .widget-type-rich_text,
  .upcoming-grp2 .widget-type-linked_image {
    width: 100%;
  }


}

@media (max-width: 480px) {
  .hsaws-grp,
  .hsbrng-wrapper,
  .training-classes-pg .body-container-wrapper {
    line-height: 20px;
  }
  .request-reservation-btn {
    line-height: 20px !important;
  }

}

@media (min-width: 992px) {
  .hsaws-grp .hs-col8 {
    width: 66.66666667%;
    float: left;
  }
  .hsaws-grp .hs-col4 {
    width: 33.33333333%;
    float: left;
  }


}



/************Module Css Vikas**************/


.about-page .body-container-wrapper,
.amado-page .body-container-wrapper,
.tucson-page .body-container-wrapper,
.groom-page .body-container-wrapper,
.academy-page .body-container-wrapper,
.error-content {
  padding: 70px 0;
}

.amado-page .breadcrumbs-wrap ul {
  margin-bottom: 0;
}

.amado_grp1 .widget-type-rich_text h4 {
  margin-bottom: 48px;
  text-align: center;
  color: #000;
  font-size: 26px;
}

.amado_grp1 .widget-type-rich_text p {
  margin-top: -42px;
  font-family: Dosis;
  font-size: 20px;
  margin-bottom: 48px;
}

.amado_grp2 .span4 {
  width: calc(33% - (.67*30px));
}

.amado_grp2 .span8 {
  width: calc(67% - (.33*30px));
  margin-left: 0;
}

.amado_grp2 .dnd-section > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.amado_grp2 .dnd-section > .row-fluid:before,
.amado_grp2 .dnd-section > .row-fluid:after {
  display: none;
}

.amado_grp5 .dnd-row .row-fluid {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.amado_grp5 .dnd-row .row-fluid:before,
.amado_grp5 .dnd-row .row-fluid:after {
  display: none;
}

.amado_grp5 .span6 {
  width: calc(50% - (.5*30px));
  margin-left: 0;
}

.amado_grp5 .widget-type-rich_text h4 {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: bold;
  margin-bottom: 48px;
  font-size: 20px;
  color: #000;
}

.amado_grp5 .widget-type-rich_text p {
  margin-top: -42px;
  font-family: Dosis;
  font-size: 20px;
  margin-bottom: 48px;
  line-height: 22px;
}

.amado_grp5 .widget-type-rich_text h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 200 !important;
  color: #000;
}

.tucson-page .amado_grp1 .widget-type-rich_text h4 {
  margin: 0 0 15px;
}

.tucson-page .amado_grp1 .widget-type-rich_text p {
  margin: 0 0 20px;
}

.tucson-page .amado_grp5 .widget-type-rich_text h2 {
  font-size: 32px;
  font-weight: normal !important;
  color: #333333;
}

.tucson-page .amado_grp5 .widget-type-rich_text h4 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 900;
}

.tucson-page .amado_grp5 .widget-type-rich_text p {
  margin: 0 0 20px;
  font-size: inherit;
  font-family: Bitter;
}

.tucson-page .daycare-passes-mdl .table-slider .lsow-carousel-item .img {
  margin: 0 0 20px;
}

.groom_grp1 .dnd-section>.row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.groom_grp1 .span1 {
  width: calc(10% - (.9*30px));
  margin: 0 !important;
}

.groom_grp1 .span10 {
  width: calc(80% - (.2*30px));
  margin: 0 !important;
}

.groom_grp1 .hs-button,
.groom_grp2 .hs-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 20px 60px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fefefe;
  outline: none;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  background-color: #adc32b;
  font-weight: bold;
  font-size: 15px;
  font-family: Dosis, sans-serif;
  border-radius: 999px;
}

.groom_grp1 .hs-button:hover,
.groom_grp2 .hs-button:hover {
  background-color: #92a524;
  color: #fefefe;
}

.academy_grp1 .widget-type-linked_image {
  width: 100%;
}

.academy_grp1 .widget-type-rich_text .alignleft {
  float: left;
  margin-right: 15px;
}

.academy_grp2 .dnd-section > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.academy_grp2 .dnd-section > .row-fluid:before,
.academy_grp2 .dnd-section > .row-fluid:after {
  display: none;
}

.academy_grp2 .span4 {
  width: calc(33.3333% - (.666666666667*30px));
  background-color: #f4f4f4;
  padding: 20px;
  margin: 0;
}

.academy_grp3 .dnd-section > .row-fluid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.academy_grp3 .span6 {
  width: calc(50% - (.5*30px));
  margin: 0;
}

.academy_grp3 .accordion_wrap {
  padding: 30px 0 0;
}

.academy_grp3 .dnd-section > .row-fluid:before,
.academy_grp3 .dnd-section > .row-fluid:after {
  display: none;
}

.academy_grp3 .widget-type-rich_text {
  text-align: center;
}

.error-banner {
  padding: 160px 0 140px;
  margin: 0;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  position: relative;
  background: #333;
  background-color: #0a0000;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-image: url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/images/CentralPet-404-Page-Banner.jpg);
}

.error-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,.55);
  z-index: 1;
}

.error-banner .page-header-inner {
  z-index: 2;
  position: relative;
}

.error-banner .page-header-inner h1.page-title {
  font-size: 35px;
  margin-bottom: 5px;
  color: #fff;
}

.error-banner .page-header-inner .breadcrumb {
  list-style: none;
  border-radius: 4px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #f4f4f4;
}

.error-banner .page-header-inner .breadcrumb * {
  color: inherit;
}

.error-banner .section-radius {
  height: 70px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}

.error-banner .section-radius:after {
  content: "";
  left: -50%;
  position: absolute;
  right: -50%;
  height: 700px;
  z-index: 9;
  bottom: 100%;
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  box-shadow: 0 100px 0 100px #fff;
  -webkit-box-shadow: 0 100px 0 100px #fff;
  transform: translate(0,70px);
  -webkit-transform: translate(0,70px);
}

.error-banner .page-header-inner .breadcrumb a:hover {
  color: #adc32b;
}

.error-content {
  overflow: hidden;
}

.error-content .page-center {
  padding: 0;
  position: relative;
  left: 15px;
}

.error-content .page-center:after {
  content: '';
  display: table;
  clear: both;
}

.error-content .error-col3,
.error-content .error-col6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.error-content .error-col6 h3,
.error-content .error-col6 h3 a {
  color: #333;
}

.error-content .error-col6 h3 svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: hidden;
  vertical-align: -0.125em;
}

.error-content .error-col6 h3 a:hover {
  color: #adc32b;
}

@media (max-width: 1199px) {
  .error-banner .section-radius:after {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .about-page .body-container-wrapper,
  .amado-page .body-container-wrapper,
  .tucson-page .body-container-wrapper,
  .groom-page .body-container-wrapper,
  .academy-page .body-container-wrapper,
  .error-content {
    padding: 35px 0;
  }

  .error-banner {
    padding: 90px 0 70px;
  }

  .error-banner .section-radius:after {
    height: 250px;
    box-shadow: 0 85px 0 85px #fff;
    -webkit-box-shadow: 0 85px 0 85px #fff;
  }
}

@media (max-width: 780px) {
  .amado_grp2 .dnd-section > .row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amado_grp2 .span4 {
    margin-bottom: 30px;
    width: 100%;
  }

  .amado_grp2 .span8 {
    width: 100%;
  }

  .amado_grp5 .dnd-row .row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amado_grp5 .span6,
  .amado_grp5 .span12 {
    width: 100%;
  }

  .amado_grp5 .span6:first-child {
    margin-bottom: 30px;
  }

  .tucson-page .amado_grp5.tucson_grp5 .widget-type-rich_text {
    padding: 50px 25px 25px;
  }

  .groom_grp1 .span1 {
    display: none !important;
  }

  .groom_grp1 .span10 {
    width: 100%;
  }

  .academy_grp2 .dnd-section > .row-fluid:before,
  .academy_grp2 .dnd-section > .row-fluid:after {
    display: none;
  }

  .academy_grp2 .dnd-section > .row-fluid,
  .academy_grp3 .dnd-section > .row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .academy_grp2 .span4,
  .academy_grp3 .span6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .academy_grp2 .span4:last-child,
  .academy_grp3 .span6:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .amado_grp5 .widget-type-rich_text p {
    line-height: 20px;
  }

  .amado_grp3 {
    padding-bottom: 60px;
  }

  .tucson-page .amado_grp3 {
    padding-bottom: 30px;
  }

  .tucson-page .amado_grp5.tucson_grp5 .widget-type-rich_text {
    padding-top: 20px;
  }

  .error-banner {
    padding: 65px 0;
  }

  .error-content .page-center {
    padding: 0 15px;
    left: 0;
  }
}



@media (min-width: 768px) {
  .error-content .error-col3,
  .error-content .error-col6 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .error-content .error-col3 {
    width: 25%;
  }
  .error-content .error-col6 {
    width: 50%;
  }
}



[class*=" revicon-"]:before,[class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.revicon-search-1:before {
  content: '\e802'
}

.revicon-pencil-1:before {
  content: '\e831'
}

.revicon-picture-1:before {
  content: '\e803'
}

.revicon-cancel:before {
  content: '\e80a'
}

.revicon-info-circled:before {
  content: '\e80f'
}

.revicon-trash:before {
  content: '\e801'
}

.revicon-left-dir:before {
  content: '\e817'
}

.revicon-right-dir:before {
  content: '\e818'
}

.revicon-down-open:before {
  content: '\e83b'
}

.revicon-left-open:before {
  content: '\e819'
}

.revicon-right-open:before {
  content: '\e81a'
}

.revicon-angle-left:before {
  content: '\e820'
}

.revicon-angle-right:before {
  content: '\e81d'
}

.revicon-left-big:before {
  content: '\e81f'
}

.revicon-right-big:before {
  content: '\e81e'
}

.revicon-magic:before {
  content: '\e807'
}

.revicon-picture:before {
  content: '\e800'
}

.revicon-export:before {
  content: '\e80b'
}

.revicon-cog:before {
  content: '\e832'
}

.revicon-login:before {
  content: '\e833'
}

.revicon-logout:before {
  content: '\e834'
}

.revicon-video:before {
  content: '\e805'
}

.revicon-arrow-combo:before {
  content: '\e827'
}

.revicon-left-open-1:before {
  content: '\e82a'
}

.revicon-right-open-1:before {
  content: '\e82b'
}

.revicon-left-open-mini:before {
  content: '\e822'
}

.revicon-right-open-mini:before {
  content: '\e823'
}

.revicon-left-open-big:before {
  content: '\e824'
}

.revicon-right-open-big:before {
  content: '\e825'
}

.revicon-left:before {
  content: '\e836'
}

.revicon-right:before {
  content: '\e826'
}

.revicon-ccw:before {
  content: '\e808'
}

.revicon-arrows-ccw:before {
  content: '\e806'
}

.revicon-palette:before {
  content: '\e829'
}

.revicon-list-add:before {
  content: '\e80c'
}

.revicon-doc:before {
  content: '\e809'
}

.revicon-left-open-outline:before {
  content: '\e82e'
}

.revicon-left-open-2:before {
  content: '\e82c'
}

.revicon-right-open-outline:before {
  content: '\e82f'
}

.revicon-right-open-2:before {
  content: '\e82d'
}

.revicon-equalizer:before {
  content: '\e83a'
}

.revicon-layers-alt:before {
  content: '\e804'
}

.revicon-popup:before {
  content: '\e828'
}




[class^=lsow-icon-],
[class*=" lsow-icon-"] {
  font-family: 'lsow-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lsow-icon-fit-to:before {
  content: "\e916"
}

.lsow-icon-full-screen:before {
  content: "\e917"
}

.lsow-icon-arrow-left2:before {
  content: "\e918"
}

.lsow-icon-arrow-left3:before {
  content: "\e919"
}

.lsow-icon-arrow-right2:before {
  content: "\e91a"
}

.lsow-icon-arrow-right3:before {
  content: "\e91b"
}

.lsow-icon-start:before {
  content: "\e91c"
}

.lsow-icon-close:before {
  content: "\e911"
}

.lsow-icon-menu:before {
  content: "\e914"
}

.lsow-icon-menu-2:before {
  content: "\e915"
}

.lsow-icon-email:before {
  content: "\e910"
}

.lsow-icon-plus:before {
  content: "\e912"
}

.lsow-icon-arrow-right-toggle:before {
  content: "\e913"
}

.lsow-icon-arrow-left:before {
  content: "\e900"
}

.lsow-icon-arrow-right:before {
  content: "\e901"
}

.lsow-icon-aim:before {
  content: "\e902"
}

.lsow-icon-behance:before {
  content: "\e903"
}

.lsow-icon-dribbble:before {
  content: "\e904"
}

.lsow-icon-facebook:before {
  content: "\e905"
}

.lsow-icon-flickr:before {
  content: "\e906"
}

.lsow-icon-googleplus:before {
  content: "\e907"
}

.lsow-icon-linkedin:before {
  content: "\e908"
}

.lsow-icon-pinterest:before {
  content: "\e909"
}

.lsow-icon-skype:before {
  content: "\e90a"
}

.lsow-icon-twitter:before {
  content: "\e90b"
}

.lsow-icon-vimeo:before {
  content: "\e90c"
}

.lsow-icon-zerply:before {
  content: "\e90d"
}

.lsow-icon-quote:before {
  content: "\e90e"
}

.lsow-icon-video-play:before {
  content: "\e90f"
}

.lsow-icon-instagram:before {
  content: "\ea92"
}


@-webkit-keyframes lsow-fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes lsow-fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}


[class^=amoteam-icon-]:before,[class*=" amoteam-icon-"]:before {
  font-family: "amo-team-public-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.amoteam-icon-hover-info:before {
  content: '\e800'
}

.amoteam-icon-hover-link:before {
  content: '\e801'
}

.amoteam-icon-close:before {
  content: '\e80c'
}

.amoteam-icon-flickr:before {
  content: '\e802'
}

.amoteam-icon-soundcloud:before {
  content: '\e803'
}

.amoteam-icon-website:before {
  content: '\e804'
}

.amoteam-icon-twitter:before {
  content: '\f099'
}

.amoteam-icon-facebook:before {
  content: '\f09a'
}

.amoteam-icon-github:before {
  content: '\f09b'
}

.amoteam-icon-gplus:before {
  content: '\f0d5'
}

.amoteam-icon-linkedin:before {
  content: '\f0e1'
}

.amoteam-icon-youtube:before {
  content: '\f167'
}

.amoteam-icon-instagram:before {
  content: '\f16d'
}

.amoteam-icon-tumblr:before {
  content: '\f173'
}

.amoteam-icon-dribbble:before {
  content: '\f17d'
}

.amoteam-icon-skype:before {
  content: '\f17e'
}

.amoteam-icon-vk:before {
  content: '\f189'
}

.amoteam-icon-behance:before {
  content: '\f1b4'
}

.amoteam-icon-steam:before {
  content: '\f1b6'
}

.amoteam-icon-twitch:before {
  content: '\f1e8'
}

.amoteam-icon-pinterest:before {
  content: '\f231'
}

.amoteam-icon-vimeo:before {
  content: '\f27d'
}

.amoteam-icon-reddit:before {
  content: '\f281'
}

.amoteam-clearfix:before,.amoteam-clearfix:after {
  content: " ";
  display: table
}

.amoteam-clearfix:after {
  clear: both
}

[class^=amoteam] {
  box-sizing: border-box !important
}

.amoteam-modal .mfp-container {
  padding: 0 !important
}

.amoteam-modal .mfp-content {
  height: 100% !important;
}

.amoteam-modal.mfp-bg {
  z-index: 99999 !important
}

.amoteam-modal.mfp-wrap {
  z-index: 99999 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important
}

.amoteam-modal.amoteam-modal-alt-scroll {
  overflow-x: inherit !important;
  overflow-y: inherit !important
}

.amoteam-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.amoteam-visible {
  visibility: visible !important
}
.amoteam-opacity-1 {
  opacity: 1 !important;
}

.amoteam-btn {
  border: none;
  background: 0 0;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.amoteam-btn:focus,
.amoteam-btn:active,
.amoteam-btn:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important
}
.amoteam-btn-rc-square {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0
}
.amoteam-btn-panel-close {
  height: 40px;
  width: 40px
}

.amoteam-modal.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.amoteam-btn {
  color: #fff
}
.amoteam-btn:focus,
.amoteam-btn:hover {
  color: #fff
}

.amoteam-panel {
  background: #fff;
  color: #333
}
.amoteam-btn-panel-close {
  background: #adc32b
}
.amoteam-btn-panel-close:hover,
.amoteam-btn-panel-close:focus {
  background: #333
}
.amoteam-panel__heading {
  color: #fff
}
.amoteam-panel__title {
  background: #adc32b;
  color: #fff;
  font-size: 26px;
  min-width: 317.8px
}
.amoteam-panel__subtitle {
  background: #333;
  font-size: 20px;
  min-width: 200px
}
.amoteam-panel-pf-image .amoteam-panel__content {
  padding-top: 60px
}

@media(min-width: 600px) {
  .amoteam-panel-pf-image .amoteam-panel__content {
    padding-top:70px
  }
}

.mfp-container {
  padding: 0 !important;
}
.mfp-auto-cursor .mfp-content {
  height: 100% !important;
}
.amoteam-panel-pf-image .amoteam-panel__heading {
  bottom: -40px !important;
}
.amoteam-panel {
  position: absolute;
  max-width: 640px;
  margin: auto;
  width: 100%;
  min-height: 100%;
  top: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.amoteam-panel-align-left {
  left: 0
}
.amoteam-panel-align-center {
  margin: 0 auto;
  left: 0;
  right: 0
}
.amoteam-panel-align-right {
  right: 0
}
.amoteam-panel__header {
  position: relative;
  min-height: 40px;
  overflow: hidden
}
.amoteam-panel__img-wrap {
  overflow: hidden;
  max-height: 640px
}
.amoteam-panel__img-wrap .amoteam-panel__img {
  width: 100%;
  border-radius: 0
}
.amoteam-panel__heading-wrap {
  position: relative
}
.amoteam-panel__heading {
  float: right;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  opacity: 1;
  text-align: right
}
.amoteam-panel__heading .amoteam-panel__heading-item {
  line-height: 1 !important;
  padding: 10px 20px
}
.amoteam-panel__heading .amoteam-panel__title {
  font-weight: 700;
  text-align: center;
  margin: 0 !important
}
.amoteam-panel__heading .amoteam-panel__subtitle {
  display: inline-block;
  font-weight: lighter;
  text-align: center
}
.amoteam-panel-pf-image .amoteam-panel__header {
  overflow: visible
}
.amoteam-panel-pf-image .amoteam-panel__heading {
  position: absolute;
  right: 0;
  bottom: 0;
  float: none
}
.amoteam-panel__content {
  padding: 30px 30px 50px;
  background: inherit
}

button.amoteam-btn.amoteam-btn-panel-close {
    display: none;
}
.mfp-close-btn-in .mfp-close {
    background: #adc32b;
    color: #fff !important;
    opacity: 1;
    height: 40px;
    width: 40px;
    font-size: 0px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.mfp-close-btn-in .mfp-close:before {
    content: '\e80c';
    font-family: "amo-team-public-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: inherit;
    font-size: 14px;
    line-height: 40px;
}

.mfp-close-btn-in .mfp-close:hover {
    background: #333;
}

@media(min-width: 600px) {
  .amoteam-panel__content {
    padding:40px 40px 60px
  }
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom-header-Top .span6 {
  width: 50%;
  float: left;
  margin-left: 0px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-header-Top {
  padding-top: 6px;
  line-height: 34px;
  font-size: 16px;
  min-height: 42px;
  color: #999999;
}
.custom-header-Top .csm-left-logo img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
.header-top-right h3.widget-title {
  display: none;
}
.header-top-right {
  text-align: right;
}

.header-top-right .widget_phone_info {
    display: block;
    padding-top: 6px;
    line-height: 34px;
    font-size: 16px;
    min-height: 42px;
    margin-right: -4px;
}

.header-top-right .widget_phone_info .phone {
    display: flex;
    justify-content: flex-end;
}

.header-top-right .widget_phone_info .phone span.kreme-icon {
  background-color: #adc32b;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: table-cell;
}
.header-top-right .widget_phone_info .phone span.kreme-icon i.kreme-icon-phone {
  width: 18px;
  background-image: url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/images/icon-phone.png);
  background-repeat: no-repeat;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.header-top-right .widget_phone_info .phone span.phone-content {
  margin-left: 10px;
}
.header-top-right .widget_phone_info + .widget_phone_info {
  margin-left: 11px;
  padding-left: 15px;
  position: relative;
  margin-right: 0px;
}/*
.header-top-right .widget_phone_info + .widget_phone_info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-color: #d3d3d3;
}*/
.header-top-right .widget_phone_info a {
  color: inherit;
}
.header-top-right .widget_phone_info a:hover {
  color: #adc32b;
}
.custom-header-bottom {
  margin-top: 13px;
}
.custom-header-bottom .custom-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  transform: translate(-50%,0);
  overflow: hidden;
  height: 155px;
  text-align: center;
  width: 160px;
}
.custom-header-bottom .custom-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #adc32b;
}
.custom-header-bottom .custom-logo:after {
  background-color: #adc32b;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.custom-header-bottom .custom-logo img {
  position: relative;
  max-width: 155px;
}
.custom-header-bottom.csm-no-nav {
  min-height: 164px !important;
}
.hs-col-sm6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-primary > ul:before,
.navigation-primary > ul:after {
  content: '';
  display: table;
}
.navigation-primary > ul:after {
  clear: both;
}
.navigation-primary > ul > li {
  float: left;
  position: relative;
}
.custom-menu-primary .navigation-primary > ul{
  display:block;
}
.custom-menu-primary .navigation-primary > ul > li > a{
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  line-height: inherit;
  font-size: 18px;
  color: #000;
  position: relative;
  display: block;
}
.custom-menu-primary .navigation-primary > ul > li > a:hover,
.custom-menu-primary .navigation-primary > ul > li.active > a,
.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: #adc32b;
}
.csm-right-menu ul {
  float: right;
}
.csm-left-menu {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  float: left;
}



@media (max-width: 1275px){
  .custom-menu-primary .csm-right-menu .navigation-primary > ul li.has-submenu:nth-last-of-type(2) > ul{
    left: auto !important;
    right: 0px;
  }
  .csm-right-menu .csm-right-menu .custom-menu-primary .navigation-primary > ul li.has-submenu:nth-last-of-type(2) > ul:after{
    left: auto;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .header_no_nav.cstm-header {
    min-height: 177px;
  }
}

@media (max-width: 1199px){
  .custom-menu-primary.mobile {
    display:block;
  }
  .custom-menu-primary.desktop {
    display:none;
  }
  .custom-menu-primary,
  .custom-menu-primary .navigation-primary > ul,
  .custom-menu-primary .navigation-primary > ul li,
  .custom-menu-primary .navigation-primary > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }
  .mobile-trigger{
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 19px;
    float: right;
    margin-bottom: 8px;
  }
  .mobile-trigger:hover{
    text-decoration: none;
    color: #fff;
  }
  .mobile-open .mobile-trigger{
    color: #fff;
  }
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after{
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #adc32b;
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px;
  }
  .mobile-trigger i:after{
    top: 6px;
  }
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .custom-menu-primary{
    position: relative;
    padding-top: 36px;
    margin: 0;
  }
  .custom-menu-primary .navigation-primary,
  .custom-menu-primary .submenu{
    display: none;
  }
  .custom-menu-primary ul.submenu{
    visibility: visible !important;
    opacity: 1 !important;
    display: none;
  }
  .custom-menu-primary .navigation-primary{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 250px !important;
    position: fixed !important;
    z-index: 999;
    top: 0;
    left: auto !important;
    right: -250px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px !important;
    padding-bottom: 10px !important;
    height: 100%;
    overflow: hidden;
    overflow-y: auto !important;
    display: block;
  }
  .show-mobile-nav .custom-menu-primary .navigation-primary {
    right: 0;
  }
  a.close-icon {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    margin-left: 0;
    outline:0;
    cursor: pointer;
  }
  a.close-icon:hover {
    color: #f1f1f1;
  }
  .custom-menu-primary .navigation-primary > ul {
    display: block;
    margin-top: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    list-style: none;
  }
  .custom-menu-primary .navigation-primary > ul > li{
    position: relative;
  }
  .custom-menu-primary .navigation-primary > ul > li > a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: none;
  }

  .custom-menu-primary .navigation-primary > ul li a.active-branch {
    color: #adc32b;
  }

  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after{
    content: '';
    display: block;
    height: 9px;
    width: 6px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/images/cd-arrow.svg) no-repeat center center;
    background-size: 9px 9px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .custom-menu-primary .navigation-primary > ul > li > a.child-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .custom-menu-primary .navigation-primary > ul li a:hover{
    color: #fff;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    background-color: transparent;
    list-style: none;
    position: relative;
    padding-left:40px;
  }
  .custom-menu-primary.mobile .navigation-primary > ul li.has-submenu ul.hs-menu-children-wrapper{
    position: relative !important;
  }
  .custom-menu-primary .navigation-primary > ul ul:before{
    width: 1px;
    height: 100%;
    left: 50px;
    top: 1px;
    background-color: #777;
    content: '';
    position: absolute;
    display: block;
  }
  .custom-menu-primary .navigation-primary > ul ul li{
    position: relative;
  }
  .custom-menu-primary .navigation-primary > ul ul li:before{
    width: 7px;
    height: 1px;
    left: 12px;
    top: 22px;
    padding: 0;
    background: #777;
    content: '';
    position: absolute;
  }
  .custom-menu-primary .navigation-primary > ul ul li a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
  }

  .custom-header-Top .csm-left-logo {
    display: none !important;
  }
  .custom-header-bottom {
    margin-top: 0;
    min-height: 37px;
  }
  .custom-header-bottom .custom-logo {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    left: 0;
    transform: translate(0px,0px);
  }
  .custom-header-bottom .custom-logo:before,
  .custom-header-bottom .custom-logo:after {
    content: none;
  }
  .custom-header-bottom .custom-logo a {
    background: url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/images/header-tiny-logo-4.png) no-repeat;
    display: block;
    width: 185px;
    background-size: contain;
    height: 64px;
    margin: 6px 0;
  }
  .custom-header-bottom .custom-logo img {
    display: none;
  }


}

@media (max-width: 479px) {
  .mobile-trigger {
    margin-top: 20px;
  }

}

@media (min-width: 768px) {
  .hs-col-sm6 {
    float: left;
    width: 50%;
  }

}


@media (min-width:1200px) {
  .custom-menu-primary .navigation-primary,
  .custom-menu-primary .navigation-primary > ul ul {
    display:block !important;
  }
  .custom-menu-primary.mobile,
  .mobile-trigger {
    display:none;
  }
  .custom-menu-primary {
    font-family: 'Dosis', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 50px;
  }
  .custom-menu-primary .navigation-primary > ul > li+li {
    margin-left: 46px;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    position: absolute;
    z-index: 10;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-size: 14px;
    text-align: left;
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 4px solid #adc32b;
    border-top: 0 none;
    left: -13px !important;
    min-width: 210px;
    padding-bottom: 14px !important;
    padding-left: 30px !important;
    padding-top: 15px !important;
    border-bottom-color: #adc32b;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none !important;
  }
  .custom-menu-primary .navigation-primary ul li:hover > ul  {
    display: block !important;
  }
  .custom-menu-primary .navigation-primary > ul ul:after {
    border-color: transparent transparent #f1f1f1;
    border-style: solid;
    border-width: 9px 15px;
    content: "";
    left: 20px;
    position: absolute;
    top: -18px;
  }
  .custom-menu-primary .navigation-primary > ul ul li{
    font-size: 18px;
    line-height: 34px;
  }
  .custom-menu-primary .navigation-primary > ul ul li a{
    font-family: 'Kameron', serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #333333;
    display: block;
    font-size: 18px;
    line-height: inherit;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    padding-left: 0;
    white-space: nowrap;
  }

  .custom-menu-primary .navigation-primary > ul ul li a:hover,
  .custom-menu-primary .navigation-primary > ul ul li a.active-branch {
    text-decoration: underline;
  }

  .custom-header-Top {
    min-height: 108px;
  }


}

.cstm-header .search {
    display: none;
}

@media (min-width: 1200px) {
    .cstm-header .search {
        padding: 16px 0 0 0;
        display: flex;
        justify-content: end;
    }

    .cstm-header .search .form-control {
        border: 1px solid #cdcdcd;
        padding: 4px;
        font-size: 16px;
        border-radius: 0;
    }

    .cstm-header .search button[type="submit"] {
        border: none;
        padding: 7px 6px 2px 6px;
        appearance: none;
        background: none;
    }
}

.mobile-search {
    display: none;
    padding-top: 16px;
}

.mobile-search form {
    position: relative;
}

.mobile-search button {
    top: 2px;
    right: 0px;
    border: none;
    padding: 8px;
    position: absolute;
    background: transparent;
}

.mobile-search.open {
    display: block;
}

.mobile-search .form-control {
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 8px 32px 8px 8px;
    font-size: 16px;
    border-radius: 0;
}

.mobile-search-toggle {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    height: auto;
    margin-bottom: 8px;
    margin-top: 19px;
    padding: 13px 10px 5px;
    width: auto;
    margin-right: 8px;
}

@media (min-width: 1200px) {
    .mobile-search {
        display: none;
    }

    .mobile-search-toggle {
        display: none;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer-group {
  background-image: url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/images/test-footer.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-color: #000;
}
.custom-footer-bottom {
  line-height: 30px;
  padding: 35px 0;
  font-size: 17px;
}
.csm-footer-mennu .hs-menu-wrapper > ul li {
  float: left;
}
.csm-footer-mennu .hs-menu-wrapper > ul {
  float: left;
}
.csm-footer-mennu .hs-menu-wrapper > ul li a {
  padding: 0;
  line-height: inherit;
  font-size: 15px;
  text-transform: uppercase;
  color: inherit;
  background: transparent;
  color: #b4b4b4;
}
.csm-footer-mennu .hs-menu-wrapper > ul li + li {
  padding-left: 30px;
}
.csm-footer-mennu .hs-menu-wrapper > ul li a:hover {
  color: #adc32b;
}
.csm-copright {
  color: #b4b4b4;
}
.csm-footer-middle {
  background-color: #adc32b;
  padding: 60px 0;
  color: #fff;
}

.csm-footer-middle .page-center > .row-fluid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.csm-footer-middle .page-center > .row-fluid-wrapper .csm-footer-form {
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.csm-footer-middle .page-center > .row-fluid-wrapper .custom-footer-social {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  margin-left: 0px;
}

.csm-footer-form {
    margin: 0 auto;    
    max-width: 434px;
}

.csm-footer-form form {
  margin-bottom: 18px;
}

.csm-footer-form form .hs_submit.hs-submit {
    right: 0;
    bottom: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .csm-footer-form form .hs_submit.hs-submit {
        bottom: 0;
    }
}

.csm-footer-form form .hs_submit.hs-submit .hs-button {
    border-radius: 50px;
    padding: 15px 24px;
    height: 49px;
}

/*
.csm-footer-form form .hs-richtext {
  float: left;
}

.csm-footer-form form .hs-form-field {
  float: right;
  margin: 0px;
}
*/
.csm-footer-form form .hs-form-field > label {
  display: none;
}
.csm-footer-form form .hs-form-field input {
  height: 49px;
  line-height: 49px;
  background-color: transparent;
  border: 2px solid;
  width: 404px;
  max-width: 100%;
  padding: 0 90px 0 20px;
  background-image: url(//4874588.fs1.hubspotusercontent-na1.net/hubfs/4874588/raw_assets/public/CentralPet_July2021/images/mail.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  outline: 0px;
  font-family: sans-serif;
  font-size: 100%;
  margin: 0px;
  color: #fff;
}
/* Placeholder Text */
.csm-footer-form form .hs-form-field input::placeholder {
  color:#fff;
} 

.csm-footer-form form .hs-richtext .title {
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
}
.csm-footer-form form .hs-richtext .subtitle {
  line-height: 18px;
  margin-top: 5px;
  color: #f4f4f4;
}
.custom-footer-social a {
  color: inherit;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border: 2px solid;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-color: #fff;
}
.custom-footer-social {
  text-align: right;
}
.custom-footer-social a + a {
  margin-left: 7px;
}
.custom-footer-social a:hover {
  color: #adc32b;
  background-color: #fff;
}
.custom-footer-top {
  padding: 50px 0 50px;
  line-height: 34px;
  color: #b4b4b4;
}

.custom-footer-top .page-center > .row-fluid-wrapper {
  margin: 0px -15px;
}
.custom-footer-top .span3 {
  margin-left: 0px;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-footer-top .csm-address h3 {
  font-family: Dosis;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #acc231;
  font-size: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-top: 0px;
  line-height: 1.1;
}
.custom-footer-top .csm-address ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.custom-footer-top .csm-address ul li .fa {
  width: 30px;
  margin-right: 3px;
}
.custom-footer-top .csm-address ul li a {
  color: inherit;
}
.custom-footer-top .csm-address ul li a:hover {
  color: #adc32b;
}
.csm-footer-form form {
  position: relative;
}

.csm-footer-form form .hs_error_rollup {
  position: absolute;
  right: 22%;
  top: 69px;
}
.hs-row {
  margin-right: -15px;
  margin-left: -15px;
}
.hs-col6,
.hs-col8,
.hs-col4,
.hs-col3 {
  
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.csm-footer-form form .hs-richtext {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: #414141;
}
.csm-footer-form form .inputs-list {
  margin-bottom: 4px;
}
.csm-footer-form form .hs-error-msgs label {
  line-height: 20px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}


@media (max-width: 1199px) {
  
  .csm-footer-middle .page-center > .row-fluid-wrapper .csm-footer-form {
    width: 100%;
  }
  .csm-footer-middle .page-center > .row-fluid-wrapper .custom-footer-social {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
  .custom-footer-bottom .csm-footer-mennu {
    display: none;
  }
  .csm-footer-middle {
    padding: 35px 0;
  }
  .csm-copright {
    width: 100% !important;
  }
  .csm-footer-form form {
    position: relative;
  }

  .csm-footer-form form .hs_error_rollup {
    position: absolute;
    right: 20%;
    top: 69px;
  }

  .csm-footer-form form .hs_error_rollup ul.hs-error-msgs.inputs-list {
    padding: 5px;
  }
  .footer-social {
    text-align: center;
    margin-top: 35px;
  }
  .csm-footer-form {
    overflow: hidden;
  }


}
@media (max-width: 991px) {
  .custom-footer-top .span3 {
    margin-left: 0px;
    width: 50%;
  }
  .csm-footer-form form .hs_error_rollup {
    position: absolute;
    right: 26%;
  }
  .blog .body-container-wrapper {
    padding: 35px 0;
  }
  .custom-footer-top .hs-col3 {
    margin-bottom: 25px;
  }

}

@media (max-width: 767px) {
  .custom-footer-top .span3 {
    margin-left: 0px;
    width: 100%;
  }
  .custom-footer-top .span3.csm-address {
    margin-bottom: 20px;
  }
  .csm-footer-form form .hs-richtext {
    float: none;
    text-align: center;
  }

  .csm-footer-form form .hs-form-field {
    float: none;
    margin-top: 15px;
  }

  .csm-footer-form form .hs-form-field input {
    margin: 0 auto;
  }
  .csm-footer-form form .hs-error-msgs.inputs-list label {
    text-align: center;
  }
  .csm-footer-form form .hs_error_rollup .hs-error-msgs.inputs-list label {
    padding-bottom: 0px;
    font-weight: normal;
    text-align: center;
  }
  .csm-footer-form form .hs_error_rollup {
    position: relative;
    right: 0;
    top: 0;
    max-width: 290px;
    text-align: center;
    margin: 0 auto;
  }
  .csm-footer-form form .hs_error_rollup ul.hs-error-msgs.inputs-list {
    padding: 5px;
  }
  .csm-footer-form form {
    margin-bottom: 0;
  }

}  

@media (max-width: 479px) {
  .csm-footer-form form .hs-richtext .title {
    font-size: 20px;
    line-height: 1;
  }
  .custom-footer-top .csm-address h3 {
    font-size: 18px;
  }

}



@media (min-width: 768px) {
  .custom-footer-top .hs-col3 {
    width: 50%;
    float: left;
  }

}

@media (min-width: 992px) {
  .custom-footer-top .hs-col3 {
    width: 25%;
    float: left;
  }

}

@media (min-width: 1200px) {
  .hs-col3,
  .custom-footer-top .hs-col3 {
    width: 25%;
    float: left;
  }
  .hs-col6 {
    width: 50%;
    float: left;
  }
  .hs-col8 {
    width: 66.66666667%;
    float: left;
  }
  .hs-col4 {
    width: 33.33333333%;
    float: left;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.blog-banner-wrap {
  padding: 160px 0 140px;
  margin: 0;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  position: relative;
  background: #333
}
.blog-banner-wrap .banner-content {
  z-index: 2;
  position: relative
}
.blog-banner-wrap .banner-content h1 {
  font-size: 35px;
  margin-bottom: 5px;
  color: #fff;
  font-family: Dosis;
  font-style: normal;
  font-weight: bold;
  margin-top: 0px;
  line-height: 1.1;
}
.blog-banner-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,.55);
  z-index: 1
}
.blog-banner-wrap .section-radius {
  height: 70px;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  right: 0;
  top: 0
}
.blog-banner-wrap .section-radius-bottom {
  top: auto;
  bottom: 0
}
.blog-banner-wrap .section-radius:after {
  content: "";
  left: -50%;
  position: absolute;
  right: -50%;
  height: 700px;
  z-index: 9;
  bottom: 100%;
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  box-shadow: 0 100px 0 100px #fff;
  -webkit-box-shadow: 0 100px 0 100px #fff;
  transform: translate(0,-145px);
  -webkit-transform: translate(0,-145px)
}
.blog-banner-wrap .section-radius-bottom:after {
  transform: translate(0,70px);
  -webkit-transform: translate(0,70px)
}
.blog-banner-wrap ul {
  margin: 0;
}
.blog-banner-wrap ul.hs-breadcrumb-menu {
  text-align: center;
  font-size: 0px;
}
.blog-banner-wrap ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  float: none;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #fff;
}
.blog-banner-wrap .hs-breadcrumb-menu-divider:before {
  content: " / ";
  padding-left: 0px;
  padding-right: 3px;
}
.blog-banner-wrap ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a {
  color: #fff;
}
.blog-banner-wrap ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a:hover {
  color: #adc32b;
}
.blog-body {
  padding: 70px 0;
  line-height: 22px;
}
.hs-blog-listing .entry {
  padding: 0 5px;
}
figure {
  margin: 0;
}
.hs-blog-listing .entry-thumbnail {
  margin-bottom: 45px;
  position: relative;
  max-width: 350px;
}
.entry-thumbnail > a, .instagram .instagram_thumbnail a {
  display: block;
  position: relative;
}
.hs-blog-listing .entry-thumbnail img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.hs-blog-listing .blog-sidebar .entry-thumbnail img {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.hs-blog-listing .entry-date {
  bottom: 0;
  font-size: 15px;
  font-weight: bold;
  height: 65px;
  left: 20px;
  line-height: 18px;
  padding: 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  font-family: 'Dosis', sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #adc32b;
  color: #fff;
}
.hs-blog-listing .entry-date-number {
  font-size: 20px;
}
.entry-thumbnail > a:after, .instagram .instagram_thumbnail a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transform: scale(0.15);
  -webkit-transform: scale(0.15);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hs-blog-listing .blog-sidebar .entry-thumbnail > a:after {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.entry-thumbnail > a:after, .instagram .instagram_thumbnail a:after, .slotholder:after {
  background-color: #000;
}
.hs-blog-listing .entry-thumbnail a:before {
  content: "\f067";
  border: 2px solid #adc32b;
  font-family: "FontAwesome";
  font-size: 18px;
  height: 46px;
  left: 50%;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 46px;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.25s ease 0.1s;
  -webkit-transition: all 0.25s ease 0.1s;
  color: #adc32b;
  border-color: #adc32b;
}
.hs-blog-listing .entry-thumbnail a:hover:before{
  opacity: 1;
}
.entry-thumbnail > a:hover:after{
  opacity: 0.55;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.hs-blog-listing .entry-title {
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 26px;
  color:#000;
  font-family: Dosis;
  font-style: normal;
  font-weight: bold;
}
.hs-blog-listing .entry-title a {
  color: inherit;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.hs-blog-listing .entry-title a:hover {
  color: #adc32b;
}
.entry-meta {
  font-size: 16px;
  margin-bottom: 15px;
  color: #999999;
}
.entry-meta a {
  color: inherit;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.entry-meta a:hover {
  color: #adc32b;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.hs-blog-listing .entry-content {
  margin-bottom: 30px;
}
.hs-blog-listing .entry-content p {
  margin-bottom: 20px;
}
.blog .buttons .readmore {
  padding: 0 40px;
  line-height: 36px;
  height: 40px;
  border: 2px solid;
  background-color: transparent;
  font-size: 16px;
  color:#000;
  font-family: 'Dosis', sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border:2px solid #e1e1e1;
}
.blog .buttons .readmore:hover{
  background-color: #adc32b;
  border-color: #adc32b;
  color:#fff;
}
.hs-blog-sidebar-search form {
  position: relative;
}
.hs-blog-sidebar-search form label {
  margin: 0;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  padding:0;
}
.hs-blog-sidebar-search form input.hs-search-field__input {
  display: block;
  margin: 0px;
  color: #555;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  background-color: #fff;
  padding: 0 60px 0 30px;
  border: 2px solid;
  font-weight: normal;
  height: 40px;
  line-height: 36px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border-color: #e1e1e1;
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  font-size: 100%;
}
.hs-blog-sidebar-search form input.hs-search-field__input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hs-blog-sidebar-search button {
  background-color: transparent;
  border: 0 none;
  bottom: 0;
  font-size: 16px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  text-transform: none;
  font-family: sans-serif;
  line-height: 1.15;
  color: rgb(105, 105, 105);
  cursor: pointer;
}
.hs-blog-sidebar-search button > * {
  display: none;
}
.hs-blog-sidebar-search button:before {
  content: "\f002";
  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;
}
.blog-sidebar h3 {
  color: #adc32b;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.hs-blog-sidebar-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-blog-sidebar-category ul li {
  line-height: 24px;
  position: relative;
  padding: 5px 0;
}
.hs-blog-sidebar-category ul li::before {
  content: "\f1b0";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 14px;
  color: #adc32b;
}
.hs-blog-sidebar-category ul li a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  color: #696969;
}
.hs-blog-sidebar-category ul li a:hover {
  color: #adc32b;
}
.blog .blog-sidebar > div + div {
  margin-top: 40px;
}
.hs-blog-post .entry-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.hs-blog-post .entry-title {
  /*font-size: 25px;*/
  margin-bottom: 5px;
  text-transform: uppercase;
  color:#000;
  font-family: Dosis;
  font-style: normal;
  font-weight: bold;
}
.hs-blog-post .entry-footer {
  line-height: 30px;
  padding: 11px 0;
  border-width: 1px 0;
  border-style: dashed;
  margin: 30px 0 40px;
  border-color: #adc32b;
  float: left;
  width: 100%;
}
.hs-blog-post .entry-tags {
  float: left;
}
.hs-blog-post .entry-footer label {
  text-align: left;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
  display: inline-block;
  max-width: 100%;
  color: #000;
  font-family: 'Dosis', sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hs-blog-post .entry-footer  a {
  color: #696969;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.hs-blog-post .entry-footer a:hover{
  color: #adc32b;
}
.hs-blog-post .entry-social {
  float: right;
}
.entry-social a {
  border: 1px solid;
  float: left;
  font-size: 13px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #b4b4b4;
  border-color: #e1e1e1;
}
.hs-blog-post .entry-social a {
  color: #b4b4b4;
  border-color: #e1e1e1;
}
.entry-social a:hover{
  color: #fff;
  border-color: #adc32b;
  background-color: #adc32b;
}
.hs-blog-post .entry-footer a:hover .fa::before {
  color: #fff;
}
.blog .custom-banner-section h1 {
  margin: 0 0 5px;
  padding: 0;
}
.blog .custom-banner-section .page-breadcrumb {
  color: #fff;
  position: relative;
  z-index: 10;
}
.blog .custom-banner-section .page-breadcrumb a {
  color: #fff;
}
.blog .custom-banner-section .page-breadcrumb a:hover {
  color: #adc32b;
}
.popular_posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popular_posts ul li {
  line-height: 24px;
  position: relative;
  padding: 0;
  clear: both;
}
.popular_posts ul li + li {
  margin-top: 20px;
}
.popular_posts .entry-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  width: 30%;
  margin-right: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.hs-blog-post .blog-sidebar .popular_posts .entry-thumbnail {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.popular_posts .entry-thumbnail a{
  display: block;
  position: relative;
}
.popular_posts .entry-body {
  overflow: hidden;
  line-height: 20px;
}
.popular_posts .entry-title {
  font-size: 17px;
  margin: 0;
  line-height: 1.1;
  color: #000;
  font-family: Dosis;
  font-style: normal;
  font-weight: bold;
}
.popular_posts .entry-title a {
  color: #000;
}
.popular_posts .entry-title a:hover {
  color: #adc32b;
}
.popular_posts .entry-thumbnail a::before{
  display:none !important;
}
.blog-pagination {
  text-align: right;
  display: block;
  padding: 20px 0 0;
  margin: 0;
  border-top: 2px dashed;
  border-color: #adc32b;
}
.blog-pagination a {
  border: 2px solid;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  color: inherit;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border-color: #e1e1e1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.blog-pagination a:hover {
  border-color: #adc32b;
  background-color: #adc32b;
  color: #fff;
}
.hs-blog-post .custom-banner-section {
  background: #0a0000;
}
.blog-content .widget-type-blog_comments .hs_error_rollup {
  max-width: 500px;
}
.blog-pagination a.active {
  border-color: #adc32b;
  background-color: #adc32b;
  color: #fff;
  cursor: default;
}
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 50px;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-container .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
}
.post-body ul {
  margin: 14px 0;
}
.post-body img {
  vertical-align: bottom;
}
.hs-blog-post .blog-section {
  overflow: hidden;
}
.blog-comments {
  padding-bottom: 30px;
}






@media (max-width: 1199px) {
  .blog-banner-wrap .section-radius-bottom:after {
    height: 500px;
  }
  .hs-blog-listing .entry {
    padding: 0;
  }

}

@media (max-width: 991px) {
  .blog-banner-wrap {
    padding: 90px 0 70px;
  }
  .blog-banner-wrap .section-radius:after {
    height: 250px;
    box-shadow: 0 85px 0 85px #fff;
    -webkit-box-shadow: 0 85px 0 85px #fff;
  }
  .blog-body {
    padding: 35px 0;
  }
  .blog .body-container-wrapper {
    padding: 35px 0;
  }


}

@media (max-width: 767px) {
  .hs-blog-listing .entry-date {
    bottom: 20px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .blog .blog-sidebar {
    padding: 0;
    margin-top: 35px;
  }
  .hs-blog-post .entry-title,
  .hs-blog-listing .entry-title{
    font-size:18px;
  }
  .blog-content .widget-type-blog_comments .hs_error_rollup {
    max-width: 100%;
  }

}

@media (max-width: 479px) {
  .blog-banner-wrap {
    padding: 65px 0;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  .blog-pagination a{
    padding:0 10px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.comment-date {
  display: block !important;
}
.error-page:before {
  color: #999b9c;
}
#hs-search-module .hs-input {
  margin-bottom: 30px;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin: 0 0 18px !important;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page .form-container .hs-form-field>label,
.systems-page .form-container .hs-input[type=checkbox] {
  display: inline-block;
}
.systems-page .form-container .hs-form-field>label {
  margin-bottom: 5px;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .form-container ul.no-list.hs-error-msgs,
.systems-page .form-container ul.no-list.hs-error-msgs li {
  margin: 0;
  padding: 0;
}