/* Global Variables */
.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;
}
/* Mixins Up Here */
/* Import functions */
.a .animo-intro {
  background-color: pink;
  padding: 60px 0 0 0;
  color: red;
}
.a .animo-intro .intro-center {
  text-align: center;
  width: 80%;
  color: red;
}
.a .animo-intro .intro-center .animo_h1 {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.a .animo-features {
  background-color: lightblue;
  margin-top: 60px;
  margin-bottom: 0;
}
.a .animo-features .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.a .animo-features .row .animo-icon-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 5px 0 0 0;
  font-weight: 400;
  color: #455C6B;
}
.a h3.animo {
  font-weight: 300;
}
.a p.animo {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #4A4A4A;
}
.a p.lg-callout {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.a .slide-1 {
  padding: 60px 0 0 0;
}
.a .slide-2 {
  background-color: #ffffff;
  height: 300px;
  position: relative;
  z-index: 5;
}
.a .iphone {
  box-shadow: 0 30px 100px #fdfdfd;
  display: inline-block;
  text-align: center;
}
.feeder-bowls {
  background: url('https://media.surepetcare.com/website/images/feeder_connect/feeder-bowls.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  text-align: center;
  padding-top: 0px;
  text-align: left;
  color: #FFFFFF;
}
.feeder-bowls p {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 20px;
}
.feeder-bowls h2 {
  margin-top: 60px;
  font-size: 36px;
  color: #FFFFFF;
}
.col_img_box {
  padding: 3px;
}
.feeder-bowls .color-block .color_blob {
  padding-top: 24px;
}
.feeder-bowls .color-block .color_blob img:hover {
  filter: brightness(120%);
  filter: saturate(3);
  filter: drop-shadow(0 0 10px #000000);
  cursor: pointer;
}
.feeder-bowls img {
  margin-left: -10px;
}
.newsletter_lead_gen_footer {
  background: url('https://media.surepetcare.com/website/images/newsletter/newsletter_lead_gen_footer.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 300px;
  text-align: center;
  padding-top: 85px;
}
