.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
body.home .container-section_nav {
  background: #fff;
  text-align: center;
}
body.home .container-section_nav h2 {
  font-family: 'OpenSans';
  font-size: 1.375em;
  color: #12a19a;
  text-align: center;
}
body.home .container-section_nav p {
  text-align: center;
  margin-bottom: 20px;
}
body.home .container-reviews {
  background: #12a19a;
}
body.home .working-with {
  /** Written to place the image in the center of the page**/
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 750px) {
  body.home .working-with {
    margin-left: 10.333%;
  }
}
.awards-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}
.awards-title {
  text-align: center;
}
.awards-seetherest {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 20px;
  background-image: none;
  border: 2px solid #16a6b6;
  white-space: nowrap;
  padding: 11px 24px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slideThumbOpt {
  height: 100px;
  float: left;
  display: inline-block;
  background-repeat: no-repeat;
  width: 464px;
  margin: 0px 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 45px;
}
.slideThumbOpt:hover {
  background-position: 0% 100%;
}
.slideThumbOpt.thumbDoors {
  background-image: url('/images/home/petDoorButton_sprite.png');
}
.slideThumbOpt.thumbFeeder {
  background-image: url('/images/home/petFeederButton_sprite.png');
}
@media (max-width: 976px) {
  .slideThumbOpt {
    margin: 0px 0px;
    border-top: 2px solid #fff;
  }
  .slideThumbOpt.thumbDoors {
    border-right: 1px solid #fff;
  }
  .slideThumbOpt.thumbFeeder {
    border-left: 1px solid #fff;
  }
  .slideThumbOpt:hover {
    background-position: 0% 98%;
  }
}
@media (max-width: 948px) {
  .slideThumbOpt {
    width: 50%;
    background-position: 100% 0%;
    padding: 12px 20px;
  }
  .slideThumbOpt:hover {
    background-position: 100% 98%;
  }
}
@media (max-width: 860px) {
  .slideThumbOpt {
    font-size: 20px;
    padding: 16px 13px;
  }
}
@media (max-width: 800px) {
  .slideThumbOpt {
    height: 120px;
    /*width: 169px;*/
    /*margin: 0px 7px;*/
    font-size: 18px;
    /*padding: 10px 13px;*/
    padding: 20px 30px;
    /*border:none;*/
  }
  .slideThumbOpt.thumbDoors {
    background-image: url('/images/home/pet-doorNoArrow.png') !important;
    border-right: 2px solid #fff;
    /*padding: 10px 13px !important;*/
  }
  .slideThumbOpt.thumbDoors:hover {
    background-position: 100% 0%;
  }
  .slideThumbOpt.thumbFeeder {
    background-image: url('/images/home/pet-feederNoArrow.png') !important;
    border-left: 1px solid #fff;
    /*padding: 10px 13px !important;*/
  }
  .slideThumbOpt.thumbFeeder:hover {
    background-position: 100% 0%;
  }
}
@media (max-width: 700px) {
  .slideThumbOpt {
    padding: 20px 20px;
    height: 120px;
    font-size: 18px;
  }
  .slideThumbOpt.thumbDoors {
    background-image: url('/images/home/petDoorButton_respMid.png') !important;
    border-right: 2px solid #fff;
    padding: 10px 13px !important;
  }
  .slideThumbOpt.thumbDoors:hover {
    background-position: 100% 99%;
  }
  .slideThumbOpt.thumbFeeder {
    background-image: url('/images/home/petFeederButton_respMid.png') !important;
    border-left: 1px solid #fff;
    padding: 10px 13px !important;
  }
  .slideThumbOpt.thumbFeeder:hover {
    background-position: 100% 98%;
  }
}
@media (max-width: 650px) {
  .slideThumbOpt {
    padding: 15px 10px;
  }
}
@media (max-width: 400px) {
  .slideThumbOpt {
    text-align: center;
  }
}
@media (max-width: 390px) {
  .slideThumbOpt {
    width: 170px;
    margin: 0px;
  }
  .slideThumbOpt.thumbDoors {
    border-right: 1px solid #fff;
  }
  .slideThumbOpt.thumbFeeder {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 360px) {
  .slideThumbOpt {
    width: 50%;
  }
  .slideThumbOpt.thumbDoors:hover {
    background-position: 100% 101%;
  }
  .slideThumbOpt.thumbFeeder:hover {
    background-position: 100% 100%;
  }
}
.slideThumbOpt .bigger {
  font-weight: 500;
  font-size: 35px;
  padding-left: 25px;
}
@media (max-width: 750px) {
  .slideThumbOpt .bigger {
    padding-left: 0px;
  }
}
@media (max-width: 700px) {
  .slideThumbOpt .bigger {
    font-size: 28px;
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  .slideThumbOpt .bigger {
    font-size: 24px;
  }
}
.buttonBoxBot {
  padding: 0px;
}
@media (max-width: 390px) {
  .buttonBoxBot {
    padding: 0px 10px !important;
  }
}
.buttonOptions {
  display: block;
  position: relative;
  bottom: 30px;
  margin: 0px auto;
  width: 956px;
  /*    @media (max-width:400px) {
          width: 368px;
          border-top:0px solid #fff;
          bottom: 20px;
      }*/
}
@media (max-width: 948px) {
  .buttonOptions {
    width: 100%;
  }
}
@media (max-width: 976px) {
  .buttonOptions {
    bottom: 0px;
    max-width: 928px;
  }
}
@media (max-width: 800px) {
  .buttonOptions {
    bottom: 0px;
    margin: 0px;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 390px) {
  .buttonOptions {
    width: 340px;
    bottom: 0px;
    border-top: 2px solid #fff;
    margin: 0px auto;
  }
}
@media (max-width: 360px) {
  .buttonOptions {
    width: 100%;
  }
}
section.homepage-slider .slider-item .slider-bg.slide1 {
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/home-door-bg.png);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0))), url(/images/home/home-door-bg.png);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/home-door-bg.png);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/home-door-bg.png);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/home-door-bg.png);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/home-door-bg.png);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url(/images/home/home-door-bg.png);
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section.homepage-slider .slider-item .slider-bg.slide2 {
  background: url(/images/home/graphPaper.png), url('/images/home/sketch.png');
  background-position: 50% 50%;
}
section.homepage-slider .slider-item .slider-bg.slide3 {
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/feeder-bg.jpg);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0))), url(/images/home/feeder-bg.jpg);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/feeder-bg.jpg);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/feeder-bg.jpg);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/feeder-bg.jpg);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%), url(/images/home/feeder-bg.jpg);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1), url(/images/home/feeder-bg.jpg);
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section.homepage-slider .slider-item .slider-bg,
.slider-wrapper,
#homepage-slider {
  height: 420px;
}
@media (min-width: 770px) and (max-width: 860px) {
  .slider-wrapper {
    margin-top: 60px;
  }
}
.owl-controls {
  display: block;
  position: relative;
  text-align: center;
  width: 40%;
  line-height: 0px;
  bottom: 75px;
  margin-top: -13px !important;
  left: 10%;
}
@media (max-width: 976px) {
  .owl-controls {
    margin-top: 16px !important;
  }
}
@media (max-width: 976px) {
  section.homepage-slider .slider-item.template2 .slide-content {
    margin-top: -115px;
  }
}
.slide-content {
  height: auto;
  position: absolute;
  bottom: 0px;
  /*width:50%;*/
}
.slide-content.title {
  color: #ffffff;
}
.slide-content.content {
  color: #ffffff;
}
@media (max-width: 390px) {
  .slide-content {
    margin-top: -70px !important;
  }
}
.slide_buttons {
  float: left;
  border: 2px solid #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /*padding: 6px 0px;*/
  font-size: 21px !important;
  margin: 5px;
  min-width: 155px;
}
.slide_buttons:HOVER {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media (max-width: 430px) {
  .slide_buttons {
    /*width:150px;*/
    padding: 4px 0px;
  }
}
.playvid {
  padding-top: 7px !important;
}
.slide_buttons a {
  color: #fff !important;
  width: 100%;
  display: block;
  /* line-height: 1; */
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: table-cell;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 9px;
}
.slide_buttons a:HOVER {
  color: #fff;
  text-decoration: none;
}
.buttonSingular a {
  display: block !important;
}
.slideButtonBox {
  width: 354px;
  margin: 0px auto;
}
@media (max-width: 430px) {
  .slideButtonBox {
    width: 320px;
    padding: 4px 0px;
  }
}
@media (max-width: 380px) {
  .slideButtonBox {
    width: 320px;
    padding: 4px 0px;
  }
}
.button_text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  bottom: 2px;
  letter-spacing: 1.06px;
}
@media (max-width: 430px) {
  .button_text {
    font-size: 14px;
  }
}
.notBold {
  font-weight: 300;
}
.masterSlide {
  max-width: 1170px;
  margin: 0px auto;
  display: block;
}
section.homepage-slider .slider-item.template1 .slide-content {
  width: 40%;
  margin-top: -125px;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 5;
  /*display: inline-block;*/
}
@media (max-width: 976px) {
  section.homepage-slider .slider-item.template1 .slide-content {
    margin-top: -105px;
  }
}
.title {
  white-space: pre-wrap;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
/*.owl-controls{width:1170px;margin:0px auto;}
.owl-pagination{width:40%;}*/
.owl-page {
  left: -2px;
  position: relative;
}
.btn_clear .icon-play-video {
  background: url(/images/global/play-video-cropped.svg) no-repeat right;
  background-size: 18px;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  /* overflow: visible; */
  position: relative;
  top: 2px;
  left: -4px;
  /* margin-left: 10px;*/
  margin-right: 5px;
  margin-left: 3px;
}
/*.leftButton .button_text{margin-right:13px;}*/
/*.leftButton{margin-left: 12px;}*/
.leftButtonBox,
.rightButtonBox {
  width: 50%;
  display: inline-block;
}
.leftButtonBox {
  float: left;
}
.slide2 .masterSlide .slide-content .row .col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 .title p {
  font-size: 13px;
  text-align: left;
}
.buttonSingular {
  width: 100%;
  max-width: 350px;
  float: none !important;
  display: inline-block;
}
@media (max-width: 990px) {
  section.homepage-slider .slider-item.template1 .slide-content div.title p {
    font-size: 2.6em;
  }
}
@media (max-width: 839px) {
  section.homepage-slider .slider-item.template1 .slide-content div.title p {
    font-size: 2.5em;
  }
}
@media (max-width: 839px) {
  section.homepage-slider .slider-item.template1 .slide-content div.title p,
  section.homepage-slider .slider-item.template2 .slide-content .title p {
    line-height: 45px !important;
  }
}
@media (max-width: 500px) {
  section.homepage-slider .slider-item.template1 .slide-content div.title p,
  section.homepage-slider .slider-item.template2 .slide-content .title p {
    font-size: 2.3em !important;
    line-height: 40px !important;
  }
}
@media (max-width: 777px) {
  section.homepage-slider .slider-item.template1 .slide-content,
  section.homepage-slider .slider-item.template2 .slide-content {
    left: 0%;
    width: 100%;
    padding: 0px 10%;
    margin-top: -80px;
  }
  .owl-controls {
    left: 0%;
    width: 100%;
    margin-top: 27px !important;
  }
  section.homepage-slider .slider-item .slider-bg.slide1 {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/homedoorbg_resp.png);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, #000000)), url(/images/home/homedoorbg_resp.png);
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/homedoorbg_resp.png);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/homedoorbg_resp.png);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/homedoorbg_resp.png);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/homedoorbg_resp.png);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0), url(/images/home/homedoorbg_resp.png);
    /* IE6-9 */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  section.homepage-slider .slider-item .slider-bg.slide2 {
    background: url(/images/home/graphPaper.png), url('/images/home/sketch.png');
    background-position: 50% 50%;
  }
  section.homepage-slider .slider-item .slider-bg.slide3 {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, #000000)), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0), url(/images/home/feeder-bg_resp.jpg);
    /* FF3.6+ */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media (max-width: 390px) {
  .owl-controls {
    margin-top: 30px !important;
  }
  section.homepage-slider .slider-item.template1 .slide-content {
    padding: 0px 0px;
  }
  section.homepage-slider .slider-item.template2 .slide-content {
    padding: 0px 0px;
  }
  section.homepage-slider .slider-item.template2 .slide-content .title {
    margin-left: 20px;
  }
  .buttonSingular {
    width: 80%;
    /*        margin-left: 10%;
    */
  }
}
.container-awards {
  background-color: #fff !important;
}
.container-home-links {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.container-home-links .video {
  cursor: pointer;
}
.container-home-links .row .outer {
  padding-bottom: 35px;
}
@media (max-width: 969px) {
  .container-home-links .row .outer {
    padding: 0px 5px  20px 5px;
  }
}
.container-home-links .image {
  color: #b9b9b9;
  text-align: center;
}
@media (max-width: 969px) {
  .container-home-links .image img {
    max-width: 90px;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .container-home-links .image img {
    max-width: 100%;
  }
}
.container-home-links .text {
  padding: 0px 0px 0px 10px;
}
@media (max-width: 969px) {
  .container-home-links .text {
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
}
.container-home-links .text h2 {
  margin: 0px;
  font-weight: 400;
  font-size: 22px;
  color: #9fb3bc;
  /* letter-spacing: 0.4px; */
}
@media (max-width: 749px) {
  .container-home-links .text h2 {
    font-size: 18px;
  }
}
@media (max-width: 969px) {
  .container-home-links .text .desktop {
    display: none;
  }
}
.container-home-links .text p {
  color: #b9b9b9;
  margin: 5px 0px 0px 0px;
}
@media (min-width: 748px) {
  .linkWrapper-textDiv p {
    min-height: 70px;
  }
}
@media (max-width: 947px) and (min-width: 826px) {
  .linkWrapper-textDiv p {
    min-height: 85px;
  }
}
@media (max-width: 826px) and (min-width: 749px) {
  .linkWrapper-textDiv p {
    min-height: 110px;
  }
}
.linkWrapper-textDiv h2 {
  color: #657f91 !important;
}
@media (max-width: 1181px) and (min-width: 787px) {
  .linkWrapper-textDiv h2 {
    height: 32px;
  }
}
@media (max-width: 787px) and (min-width: 749px) {
  .linkWrapper-textDiv h2 {
    height: 40px;
  }
}
.link-wrapper {
  height: 255px;
}
div.link-wrapper {
  width: 100%;
  max-width: 430px;
  height: auto;
}
.linkWrapper-picDiv {
  float: left;
  width: 30%;
  display: inline-block;
  padding-top: 20px;
}
.linkWrapper-textDiv {
  width: 70%;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  padding-left: 20px;
}
.linkWrapper-textDiv a {
  float: left;
  font-size: 0.85em !important;
  font-weight: bold !important;
  color: #4aa6b6 !important;
  width: 100%;
  white-space: initial;
  padding: 6px 25px 6px 12px;
  background-image: url(/images/global/chevron-right.svg);
  background-size: auto 13px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.linkWrapper-textDiv a .icon-chevron-right {
  float: right;
}
div.link-wrapper img {
  max-height: 85px;
  height: auto;
}
.paddingFix {
  padding-left: 0px !important;
}
.overallPadding {
  padding: 12px 25px;
}
#freewall {
  width: 100%;
  min-height: 100%;
  display: block;
  margin-bottom: -20px;
  max-width: 2000px;
  margin: 0px auto;
  background-color: #fff !important;
  overflow: hidden;
}
#freewall .tile {
  display: inline-block;
  float: left;
}
#freewall .inner {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#freewall .inner .info {
  height: 100%;
  width: 100%;
  display: table;
}
@media (max-width: 800px) {
  #freewall .inner .info {
    margin-top: 20px;
  }
}
#freewall .inner .info .small {
  display: none;
}
@media (max-width: 800px) {
  #freewall .inner .info .small {
    display: table-cell;
  }
}
#freewall .inner .info .big {
  display: table-cell;
}
@media (max-width: 800px) {
  #freewall .inner .info .big {
    display: none;
  }
}
#freewall .inner .info .text {
  vertical-align: bottom;
  padding: 40px 0px 20px 0px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 770px) {
  #freewall .inner {
    border: 2px solid #fff;
  }
}
#freewall .red {
  background-color: red;
}
#freewall .yellow {
  background-color: yellow;
}
#freewall .green {
  background-color: green;
}
#freewall .blue {
  background-color: blue;
}
#freewall .orange {
  background-color: orange;
}
@media (max-width: 770px) {
  #freewall {
    margin-top: 0px;
  }
}
/* Create two equal columns that floats next to each other */
/* Layout: */
.col-main {
  flex: 1;
}
.col-complementary {
  flex: 1;
}
/* Responsive: */
@media only screen and (min-width: 640px) {
  .layout {
    display: flex;
  }
}
.container {
  max-width: 60em;
  margin-right: auto;
  margin-left: auto;
}
.col {
  padding: 1em;
  margin: 0 2px 2px 0;
}
@media (min-width: 800px) {
  .h100 {
    height: 1000px;
  }
  .h75 {
    height: 750px;
  }
  .h70 {
    height: 700px;
  }
  .h66 {
    height: 660px;
  }
  .h50 {
    height: 500px;
  }
  .h40 {
    height: 400px;
  }
  .h35 {
    height: 350px;
  }
  .h33 {
    height: 330px;
  }
  .h30 {
    height: 300px;
  }
  .h25 {
    height: 250px;
  }
  .h20 {
    height: 200px;
  }
  .w100 {
    width: 100%;
    max-width: 2000px;
  }
  .w50 {
    width: 50%;
    max-width: 1000px;
  }
  .w33 {
    width: 33.3%;
    max-width: 666.66px;
  }
  .w66 {
    width: 66.6%;
    max-width: 1333.32px;
  }
  .w75 {
    width: 75%;
    max-width: 1500px;
  }
  .w25 {
    width: 25%;
    max-width: 500px;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .mh75 {
    height: 750px;
  }
  .mh70 {
    height: 700px;
  }
  .mh66 {
    height: 660px;
  }
  .mh50 {
    height: 500px;
  }
  .mh35 {
    height: 350px;
  }
  .mh33 {
    height: 330px;
  }
  .mh25 {
    height: 250px;
  }
  .mh22 {
    height: 220px;
  }
  .mw50 {
    width: 50%;
    max-width: 400px;
  }
  .mw33 {
    width: 33.3%;
    max-width: 266.66px;
  }
  .mw66 {
    width: 66.6%;
    max-width: 533.33px;
  }
  .mw75 {
    width: 75%;
    max-width: 600px;
  }
  .mw25 {
    width: 25%;
    max-width: 200px;
  }
  .mw100 {
    width: 100%;
    max-width: 800px;
  }
}
@media (min-width: 100px) and (max-width: 499px) {
  .sh100 {
    height: 600px;
  }
  .sh75 {
    height: 450px;
  }
  .sh50 {
    height: 300px;
  }
  .sh33 {
    height: 200px;
  }
  .sh66 {
    height: 400px;
  }
  .sh25 {
    height: 150px;
  }
  .sw50 {
    width: 50%;
    max-width: 249.5px;
  }
  .sw33 {
    width: 33.3%;
    max-width: 166.33px;
  }
  .sw66 {
    width: 66.6%;
    max-width: 332.66px;
  }
  .sw75 {
    width: 75%;
    max-width: 374.25px;
  }
  .sw25 {
    width: 25%;
    max-width: 124.75px;
  }
  .sw100 {
    width: 100%;
    max-width: 499px;
  }
}
.reducedFontSize {
  font-size: 32px !important;
}
@media (max-width: 960px) {
  .reducedFontSize {
    font-size: 29px !important;
  }
}
@media (max-width: 900px) {
  .reducedFontSize {
    font-size: 26px !important;
  }
}
@media (max-width: 860px) {
  .reducedFontSize {
    font-size: 24px !important;
  }
}
@media (max-width: 800px) {
  .reducedFontSize {
    font-size: 18px !important;
  }
}
.extraLong {
  font-size: 28px !important;
  letter-spacing: -1px;
}
@media (max-width: 960px) {
  .extraLong {
    font-size: 27px !important;
  }
}
@media (max-width: 900px) {
  .extraLong {
    font-size: 24px !important;
  }
}
@media (max-width: 860px) {
  .extraLong {
    font-size: 21px !important;
  }
}
@media (max-width: 400px) {
  .extraLong {
    font-size: 18px !important;
  }
}
.extraLongTop {
  letter-spacing: -1px;
  padding-top: 18px;
}
@media (max-width: 940px) {
  .extraLongTop {
    font-size: 20px !important;
  }
}
@media (max-width: 930px) {
  .extraLongTop {
    font-size: 18px !important;
    letter-spacing: -0.3px;
  }
  .extraLongTop.extraLong {
    font-size: 24px !important;
  }
  .extraLongTop.overallPadding {
    padding: 18px 0px 0px 20px !important;
  }
}
@media (max-width: 900px) {
  .extraLongTop {
    font-size: 16px !important;
  }
}
@media (max-width: 900px) {
  .extraLongTop.overallPadding {
    /*padding: 10px 0px 0px 15px !important;*/
    text-align: center;
    padding: 20px 210px 0px 15px !important;
  }
}
@media (max-width: 800px) {
  .extraLongTop.overallPadding {
    /*padding: 10px 0px 0px 15px !important;*/
    text-align: center;
    padding: 20px 150px 0px 15px !important;
  }
}
@media (max-width: 700px) {
  .extraLongTop.overallPadding {
    /*padding: 10px 0px 0px 15px !important;*/
    text-align: left;
    padding: 10px 10px 0px 15px !important;
  }
}
@media (max-width: 400px) {
  .extraLongTop {
    font-size: 15px !important;
  }
  .extraLongTop.extraLong {
    font-size: 21px !important;
  }
  .extraLongTop.overallPadding {
    padding: 10px 0px 0px 15px !important;
  }
}
@media (max-width: 400px) {
  .extraLongTop {
    font-size: 15px !important;
    text-align: center;
  }
  .extraLongTop.overallPadding {
    padding: 10px 0px 0px 10px !important;
  }
}
/* Container for flexboxes */
.awards-flex {
  display: flex;
  flex-wrap: wrap;
}
/* Create four equal columns */
.awards-column {
  padding: 20px;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .awards-column {
    flex: 50%;
  }
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .awards-flex {
    flex-direction: column;
  }
  .awards-column {
    flex: 50%;
    display: flex !important;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
  }
}
.slider {
  width: 100%;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: auto;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
}
/* Arrows */
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: url(https://media.surepetcare.com/website/images/animo/controls-sp.png) no-repeat 0px 0px;
  background-size: 40px;
}
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: url(https://media.surepetcare.com/website/images/animo/controls-sp.png) no-repeat -20px 0px;
  background-size: 40px;
}
/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}  */
.slick-prev {
  left: 5px;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (max-width: 749px) {
  .container-footer div.footer-inner .site-links div.img-container img {
    height: 90px;
    margin: 0 auto 20px auto;
    float: none;
  }
}
