/* 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 */
* {
  font-family: 'Source Sans Pro', sans-serif;
}
* html,
* body {
  width: 100%;
  overflow-x: auto !important;
}
* #smartwell-wrapper {
  overflow-x: visible;
  margin-top: 0;
}
* #smartwell-wrapper .container-smartwell {
  background-color: white;
}
* #smartwell-wrapper .container-smartwell h1.smartwell_heading,
* #smartwell-wrapper .container-smartwell h3.smartwell_heading {
  color: black;
}
* #smartwell-wrapper .container-smartwell h2.smartwell_heading {
  color: #fff;
}
* #smartwell-wrapper .container-smartwell h1.smartwell_heading {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 60px;
  color: #30b4ba;
  letter-spacing: 1px;
  text-transform: uppercase;
}
* #smartwell-wrapper .container-smartwell h1.smartwell_heading.hero_text {
  color: white;
  font-size: 60px;
  font-weight: 600;
  margin-top: 160px;
}
* #smartwell-wrapper .container-smartwell .divTable {
  display: table;
  width: 100%;
  color: white;
  margin-top: 20px;
}
* #smartwell-wrapper .container-smartwell .divTableRow {
  display: table-row;
}
* #smartwell-wrapper .container-smartwell .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
* #smartwell-wrapper .container-smartwell .divTableCell,
* #smartwell-wrapper .container-smartwell .divTableHead {
  border: 0px;
  display: table-cell;
  padding: 3px 10px;
  width: 33%;
}
* #smartwell-wrapper .container-smartwell .divTableCell a {
  color: white;
}
* #smartwell-wrapper .container-smartwell .divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
* #smartwell-wrapper .container-smartwell .divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
* #smartwell-wrapper .container-smartwell .divTableBody {
  display: table-row-group;
}
* #smartwell-wrapper .container-smartwell h2.smartwell_heading {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
* #smartwell-wrapper .container-smartwell h2.smartwell_heading .h2_backlight {
  background-color: #16a6b5;
  padding: 10px 30px;
  border-radius: 18px;
  color: white;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
* #smartwell-wrapper .container-smartwell ul li {
  color: #ffffff;
  padding: 9px 0px;
  list-style: none;
  border-bottom: 0px solid #f0f0f0;
}
* #smartwell-wrapper .container-smartwell h3.smartwell_heading {
  font-weight: 300;
  color: black;
}
* #smartwell-wrapper .container-smartwell .sw_seg_1 .smartwell-hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 60px;
  min-height: 606px;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_1 .smartwell-hero {
    background: url('https://media.surepetcare.com/website/images/connect-with-your-pet/connect_with_your_pet_hero.jpg') no-repeat center;
    background-size: cover;
  }
}
@media (max-width: 749px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_1 .smartwell-hero {
    background: url('https://media.surepetcare.com/website/images/connect-with-your-pet/connect_with_your_pet_hero.jpg') no-repeat center 0;
    background-size: cover;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_1 .smartwell-hero .watch-video {
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 15px 8px 16px;
  cursor: pointer;
  font-weight: 400;
  background-color: #6970744d;
}
* #smartwell-wrapper .container-smartwell .sw_seg_1 .smartwell-hero .fa-play {
  padding: 0px 9px 0px 5px;
  font-size: 13px;
}
* #smartwell-wrapper .container-smartwell .sw_seg_2 {
  padding-top: 14em;
  padding-bottom: 2em;
  background: #263a43;
}
* #smartwell-wrapper .container-smartwell .sw_seg_2 ul.smrtwl_what li {
  margin-top: 50px;
  padding: 0 60px;
  font-size: 24px;
  font-weight: 300;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 {
  margin-bottom: 6em;
  background-color: white;
}
@media (min-width: 750px) and (max-width: 969px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 {
    margin-bottom: 1em;
  }
}
@media (max-width: 749px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 {
    margin-bottom: 0em;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .sw_inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .sw_inner {
    width: 80%;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tab_header {
  margin: 0 auto;
  min-height: 200px;
}
@media (max-width: 749px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tab_header h1.smartwell_heading {
    font-size: 3em;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container {
  margin-top: 80px;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .nav-tabs.nav-justified > .active > a,
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .nav-tabs.nav-justified > .active > a:hover,
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .nav-tabs.nav-justified > .active > a:focus {
  border-color: transparent;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .nav-tabs.nav-justified > li > a {
  border-color: transparent;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_col.smrtwll_first_col {
  border-top: 3px solid black;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_col h2 {
  font-size: 2em;
}
@media (max-width: 749px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_col h2 {
    font-size: 1.5em;
    margin-bottom: 13px;
    margin-top: 5px;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_col p {
  font-size: 1.4em;
  color: #000;
}
@media (max-width: 749px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_col p {
    font-size: 1.0em;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_col img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .tabbable ul li {
  list-style-type: none;
  vertical-align: middle;
  /*margin left & right here fixed the issue! */
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container li.tabbable.active {
  border-bottom: 4px solid #30b4ba;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container div.smrtwell_tab_menu_content {
  text-align: center;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container div.smrtwell_tab_menu_content {
    text-align: unset;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container div.smrtwell_tab_menu_content img.smrtwell_tab_menu_icon {
  height: 34px;
  padding-bottom: 7px;
  padding-right: 6px;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container div.smrtwell_tab_menu_content img.smrtwell_tab_menu_icon {
    height: 100px;
    padding-bottom: 0px;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container div.smrtwell_tab_menu_content h2.smartwell_tab_heading {
  margin-top: 2px;
  margin-bottom: 1px;
  display: inline-block;
  font-size: 20px;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container div.smrtwell_tab_menu_content h2.smartwell_tab_heading {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_menu {
  padding-bottom: 20px;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_menu .smartwell_tab_heading {
  text-transform: uppercase;
  color: black;
  font-size: 1em;
  font-weight: bolder;
  letter-spacing: 1px;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_menu .smartwell_tab_heading {
    font-size: 1.6em;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_panes {
  margin-top: 3em;
}
* #smartwell-wrapper .container-smartwell .sw_seg_3 .smartwell_tabs_container .smartwell_tab_panes h2.smartwell_heading {
  font-weight: bold;
}
* #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero {
  background: url('https://media.surepetcare.com/website/images/connect-with-your-pet/CWYP_Footer_Banner.jpg') no-repeat center 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 10px;
  min-height: 920px;
}
* #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwell_explore {
  background-color: #263a43;
  margin-bottom: 20px;
  border-radius: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
}
* #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwell_explore span.smrt_well_footer_text {
  font-size: 18px;
  padding-right: 10px;
  padding: 10px;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 60px;
  color: #30b4ba;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwell_explore span.smrt_well_footer_text {
    font-size: 24px;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwel_products_explore {
  padding-top: 610px;
  padding-bottom: 20px;
  border-radius: 20px;
}
@media (min-width: 970px) and (max-width: 1169px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwel_products_explore {
    margin-top: 0px;
  }
}
@media (min-width: 1170px) {
  * #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwel_products_explore {
    margin-top: 0px;
  }
}
* #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwel_products_explore .smrtwel_ex_prod_name {
  color: white;
  display: block;
  margin-top: 10px;
}
* .years-logos {
  display: block;
  margin: 0 auto;
  width: 10%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
* .masked {
  position: sticky;
}
* .banner-top {
  color: #ffffff;
  font-size: 85px;
  text-align: center;
  font-weight: 600;
}
.video {
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  width: 100%;
  height: 140%;
  object-fit: cover;
}
.rel-1 {
  position: relative;
  z-index: 1;
}
.opener {
  color: #fff;
  padding: 250px 0 26px;
}
@media (min-width: 1000px) {
  .animo-gps .container {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .animo-gps .container {
    width: 100%;
  }
}
.text-block-speed-300 {
  font-size: 18px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: -35px;
  padding-bottom: 4px;
}
.speed-tab-home-icon::before {
  background-image: url(https://www.surepetcare.com/images/compare/tick-blue.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  margin-right: 0px;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  left: 0px;
  right: 10px;
  padding-right: 44px;
}
.text-block-speed-left li {
  padding: 9px 0px;
  list-style: none;
  border-bottom: 0px solid #f0f0f0;
}
.speed-tab-home-icon-aw::before {
  background-image: url(https://media.surepetcare.com/website/images/connect-with-your-pet/CWYP_awd.png);
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  margin-right: 0px;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  left: 0px;
  right: 10px;
  padding-right: 44px;
}
.text-block-speed-300-aw {
  font-size: 24px !important;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: 0px;
  padding-bottom: 4px;
  color: #16a6b5 !important;
}
.smrtwell_tab_menu_icon-wd {
  width: 10%;
}
@media (max-width: 749px) {
  * .banner-top {
    color: #ffffff;
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  * #smartwell-wrapper .container-smartwell h1.smartwell_heading {
    margin-bottom: 60px;
  }
  * #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-height: auto;
  }
  * #smartwell-wrapper .container-smartwell .sw_seg_4 .smartwell-footer-hero .smrtwel_products_explore {
    padding-top: 216px;
  }
  * #smartwell-wrapper .container-smartwell .sw_seg_2 ul.smrtwl_what li {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 300;
  }
  .smrtwell_tab_menu_icon-wd {
    width: 30%;
  }
}
.learn_more {
  background-color: #16a6b5;
  padding: 5px 12px;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.connect-with-text-block-speed-100 {
  margin-left: 45px !important;
  margin-top: 0px !important;
  margin: 24px 0 0 20px;
  font-family: 'Source Sans Pro';
  font-size: 18px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e515f;
}
.connect-with-text-block-speed-100-aw {
  margin-left: 45px !important;
  margin-top: -30px !important;
  /* width: 464px; */
  /* font-size: 24px !important; */
  /* font-weight: 300; */
  /* font-stretch: normal; */
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  /* margin-bottom: -356px; */
  color: #16a6b5 !important;
}
