/* CSS RESET ------------------------
---------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h3, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* END RESET -----------------------
---------------------------------- */
@font-face {
    font-family: 'Ultramagnetic';
    src: url('../fonts/ywft-ultramagnetic.eot');
    src: url('../fonts/ywft-ultramagnetic.eot?#iefix') format('embedded-opentype'),
             url('../fonts/ywft-ultramagnetic.woff2') format('woff2'),
         url('../fonts/ywft-ultramagnetic.woff') format('woff'),
         url('../fonts/ywft-ultramagnetic.ttf') format('truetype'),
         url('../fonts/ywft-ultramagnetic.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GLOBAL ---------------------------
---------------------------------- */
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.nowrap {
    white-space: nowrap;
}
.clearfix:after, header:after, .row:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.flex, .flex-row, .flex-center, .flex-reverse-m {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-half {
    width: 50%;
}
/*IE 11 FLEX FIX*/
.flex-fix img {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
section {
    padding: 90px 0;
    overflow: hidden;
    opacity: 0;
}
.main-banner section {
    opacity: 1;
}
section.no-bottom {
    padding-bottom: 0;
}
section.no-padding {
    padding: 0 !important;
} 
.border-bottom {
    border-bottom: 2px solid #efede7;
}
.container {
    position: relative;
}
.width-sm {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}
.width-md {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.floatr {
    float: right;
}
.floatl {
    float: left;
}
img {
    max-width: 100%;
}
.bg-red {
    background: #ae2624;
    color: #fff;
}
.bg-grey {
    background: #efefe6;
}
.bg-ltgrey {
    background: #f3f3f4;
}
.red {
    color: #ae2624;
}
.light {
    color: #8c8d90;
}
.green {
    color: #00958f;
}
.btn {
    color: #fff;
    max-width: 345px;
    width: 100%;
    padding: 28px 20px 24px;
    background: #e43335;
    font-size: 28px;
    border-radius: 6px;
    font-family: 'Ultramagnetic', sans-serif;
    display: inline-block;
    text-align: center;
    transition: background .1s ease;
}
.btn-small {
font-size: 24px;
}
.btn:focus {
    outline: none;
}
.btn:hover, .cycle-arrows i:hover {
    background: #ae2624;
    transition: background .1s ease;
}

.btn-green {
    background: #00958f;
}
.btn-green:hover {
    background: #008264;
}
.btn-white {
    color: #ae2624;
    background: #fff;
}
.btn-white:hover {
    background: #e5e5e5;
}


.video-link{

    margin-top: 30px;
    position: relative;
    padding-bottom: 56%;
    height: 0;
}

.iframe-embed{

    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    height: 90%;
    position: absolute;
}


/* FORMS ----------------------------
---------------------------------- */
select {
    border: 1px solid #e1e5e8;
    border-radius: 6px;
    height: 30px;
    padding: 0 50px 0 15px;
    font-size: 17px;
    font-family: 'Archivo Narrow', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(/static/images/select-arrow.png) no-repeat 90%!important;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
select:focus {
    outline: none;
}
input[type="text"], {
    border: none;
    font-size: 25px;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 15px 20px;
    border-radius: 6px;
    height: 60px;
    outline: 0;
    text-align: left;
    color: #4c4b4b;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
}
/*iPad fix for weird opacity and gradient*/
input.btn {
    -webkit-appearance: none;
}
/* TYPOGRAPHY -----------------------
---------------------------------- */
body {
    color: #3f3e53;
    font-family: 'Archivo Narrow', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-nav, .sub-nav, .sandwich {
    font-family: 'Ultramagnetic', sans-serif;
}
a {
    text-decoration: none;
}
/* Links Red */
.red-link, .pre-nav a, p a, h5 a, .sub-nav a {
    color: #ae2624;
    transition: color .1s ease;
}
.red-link:hover, .pre-nav a:hover, p a:hover, h5 a:hover, .sub-nav a:hover {
    color: #3f3e53;
    transition: color .1s ease;
}
/* Links Grey */
.main-nav a {
    color: #3f3e53;
}
h1, h2, h3, h6 {
    font-family: 'Ultramagnetic', sans-serif;
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1 {
    font-size: 67px;
    line-height: 85px;
}
small {
    font-size: .7em;
    vertical-align: top;
}
h2 {
    font-size: 42px;
    font-weight: normal;
    line-height: 1.15em;
    margin: 0;
}
h3 {
    font-size: 35px;
    line-height: 1em;
}
h4 {
    font-size: 29px;
    line-height: 42px;
    font-weight: 700;
}
h5, h6 {
    font-weight: 700;
}
section p, section .btn, section ul.p {
    margin-top: 35px;
}
section h4 {
    margin-top: 30px;
}
p, ul.p, h5, h6 {
    font-size: 25px;
    line-height: 37.5px;
}
p.smallp {
    font-size: 18px;
    margin-top: 15px;
}
ul.p {
    list-style: disc;
    padding-left: 25px;
}
/*.text-banner h3 {
    line-height: 35px;
}*/
sup {
    vertical-align: super;
    font-size: .5em;
    line-height: 100%;

}
h1 sup,h3 sup, h2 sup {
    font-size: .3em;
    position: relative;
    top: -.7em;
}

/* HEADER ---------------------------
---------------------------------- */
header {
    background: url(/static/images/bg-header-img.png) no-repeat right top;
}
header .mainlogo {
    width: 220px;
}
.head-right {
    float: right;
}
.sticky-nav.sticky {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
    background: #fff;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.sticky-nav.sticky .main-nav {
    margin: 10px 0;
}
/* NAVIGATION -----------------------
---------------------------------- */
.pre-nav,.main-nav,.sub-nav .nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pre-nav {
    color: #b6bbc2;
}
.main-nav {
    text-transform: uppercase;
}
.main-nav li a {
    display: block;
    padding: 10px 0;
    position: relative;
}
.main-nav li .btn {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 40px;
}
.sub-nav {
    border-top: 1px solid #dadada;
    clear: both;
    position: relative;
}
.sub-nav li a {
    display: block;
}
/* FOOTER ---------------------------
---------------------------------- */
footer {
    clear: both;
}
footer a {
    color: #a5a5a5;
}
footer li {
    display: inline-block;
}
footer p {
    margin-top: 20px;
    font-size: 14px;
    color: #6a6d6e;
}
/* REFERENCES -----------------------
---------------------------------- */
.references {
    text-align: left;
    color: #6a6d6e;
}
.reference {
    position: relative;
}
.reference .num {
    font-size: 8px;
    position: absolute;
    top: 3px;
}
.references p{
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 0 7px;
}
/* HOMEPAGE -------------------------
---------------------------------- */
.main-banner {
    width: 100%;
    color: #6a6d6e;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.main-banner.short {
    min-height: 430px;
}
.main-banner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.main-banner .coin {
    display: block;
    position: relative;
    z-index: 9;
    margin-left: 49%;
    margin-bottom: -6%;
    width: 8.34%;
}
.main-banner .divider {
    height: 4px;
    background-color: #6a6d6e;
    width: 260px;
    margin: 10px auto 15px;
    border-radius: 50px;
}
.main-banner h1 {
    line-height: 1.22em;
}
.main-banner .adjusted-text h1 {
    line-height: 1.2em;
}
.main-banner h3 {
    line-height: 1.32em;
}
.competitor .pills {
    margin-right: 5%;
    max-width: 266px;
}
.competitor .pills span {
    float: left;
    line-height: 20px;
}
.competitor .pills span:last-of-type {
    float: right;
}
.competitor h2 {
    line-height: 36px;
}
.competitor .squished {
    font-size: .685em;
    letter-spacing: .06em;
}
.dog-hand {
    position: relative;
    height: 100%;
    max-width: 1420px;
    margin: 30px auto 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.dog-hand .hand {
    position: relative;
    height: 100%;
    margin-top: auto;
}
.hand .sparkles {
    position: absolute;
    left: 18.5%;
    width: 22%;
    top: -12%;
}
.dog-hand img {
    vertical-align: bottom;
}
.saving-module {
    background-repeat: no-repeat;
    background-position: right top;
}
/* CAROUSEL -------------------------
---------------------------------- */
.carousel .slide:focus {
    outline: 0;
}
.carousel p {
    margin: 0;
}
.stretched {
    letter-spacing: .085em;
    font-size: 1.11em;
}
.stretched sup {
    margin-left: -3px;
}
.bg-bottom-right {
    background-position: bottom right;
}
/* ABOUT PAGE --------------------
---------------------------------- */
.main-banner.layout-2 .left {
    margin-top: 100px;
}
.facts p {
    font-weight: 700;
    line-height: 28px;
}
.about-module {
    border-top: 2px solid #efede7;
}
.no-border {
    border-top: 0px; /* For Border for top module on ForVets Page */
}
.about-module .images {
    text-align: center;
}
.about-module .ok .sparkles {
    position: absolute;
    width: 35%;
}
.about-module .ok .icon {
    margin-bottom: 30px;
}
.expand {
    cursor: pointer;
    color: #ae2624;
    font-weight: 700;
}
.expand p:before {
    content: "\f462";
    font-family: 'ionicons';
    font-size: 1.3em;
    vertical-align: top;
    position: absolute;
    left: 15px;
}
.expand, .expand-body {
    margin-left: 30px;
}
.expand.collapsed p:before {
    content: "\f489";
}

.expand-body p {
    margin-top: 0;
}
/* FAQ PAGE --------------------
----------------------------- */

.accord {
    cursor: pointer;
    padding: 25px 0;
}
.accord:before {
    content: "\f3d8";
    font-family: 'ionicons';
    float: right;
    font-size: 28px;
    border: 3px solid #ae2624;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
}
.accord h6, .accord:before {
    color: #ae2624;
}
.accord h6 {
    margin-right: 100px;
}
.accord.collapsed h6, .accord.collapsed:before {
    color: #3f3e53;
}
.accord.collapsed:before {
    border-color: #3f3e53;
    content: "\f3d0";
    position: relative;
    padding-top: 4px;
}
.accord-body {
    background: #fafbfc;
}
.accord-body p:last-of-type {
    margin-bottom: 35px;
}
.faq {
    border-bottom: 2px solid #efede7;
}
.faqs {
    margin-top: 80px;
}
/* SITEMAP --------------------
---------------------------- */
.sitemap a {
    font-size: 29px;
    color: #3f3e53;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'Ultramagnetic', sans-serif;
}
.sitemap .group {
    margin-bottom: 20px;
}
.sitemap a:hover {
    text-decoration: underline;
}
/* HEARTWORM ------------------
---------------------------- */
.heartworm-banner {
    height: 520px;
    background-color: #f4f4ec;
    overflow: hidden;
}
.heartworm-banner .container {
    height: 100%;
}
.heartworm-banner .fence {
    background: url(/static/images/heartworm/fence-bg.jpg) repeat-x center bottom;
    width: 100%;
    height: 48%;
    position: absolute;
    bottom: 0;
    background-size: contain;
}
.heartworm-banner .dog {
    height: 55vw;
    max-height: 500px;
    max-width: none;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.heartworm-banner .adjusted-text {
    z-index: 2;
}
.heartworm-banner .adjusted-text h1 {
    line-height: .7em;
}
.heartworm-banner h1 small {
    font-size: .485em;
    vertical-align: baseline;
}
.heartworm-banner .squished {
    font-size: .7em;
    line-height: .9em;
}
.section-icon {
    margin-bottom: 30px;    
}
.info-tiles {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.info-tile {
    background: #efefe6;
    position: relative;
    width: 50%;
    height: 450px;
    padding: 35px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.info-tile .inner {
    max-width: 100%;
}
.info-tile.first {
    background: #ae2624;
    color: #fff;
}
.info-tile.first .icon {
    margin-bottom: 15px;
}
.info-tile.first h2 {
    font-size: 54px;
    line-height: .9em;
}
.info-tile.first small.top {
    font-size: .57em;
}
.info-tile.first small.bottom {
    font-size: .45em;
}
.info-tile.first p {
    font-size: 22px;
    line-height: 26px;
}
.info-tile p {
    margin-top: 5px;
}
.info-tile h3 {
    font-size: 29px;
}
.tile-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity .2s ease;
    text-align: left;
    padding: 130px 0 0 40px;
}
.tile-overlay:hover {
    opacity: 0;
    transition: opacity .2s ease;
}
.tile-overlay .num {
    color: #ae2624;
    font-size: 105px;
    font-family: 'Ultramagnetic', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.tile-overlay h2 {
    display: inline-block;
    vertical-align: middle;
}
.cycle {
    margin-top: 70px;
}
.cycle .slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    outline: 0 !important;
}
.cycle .slick-dots {
    position: absolute;
    z-index: 9;
    top: 0;
    height: 100%;
}
.cycle .slick-dots:before {
    content: "How Heartworm \A Disease Spreads";
    white-space: pre;
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
}
@media (min-width: 992px) {
    .cycle .slick-dots:before {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .cycle .slick-dots:before {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .cycle .slick-dots:before {
        font-size: 6vw;
    }
}
.cycle .slick-dots li {
    cursor: pointer;
    position: absolute;
}
/*top left*/
.cycle #slick-slide00 {
    top: 9%;
    left: 7%;
    width: 34%;
}
/*top right*/
.cycle #slick-slide01 {
    width: 12%;
    right: 13%;
    top: 18.5%;
}
/*bottom right*/
.cycle #slick-slide02 {
    bottom: 12%;
    right: 4.5%;
    width: 34%;
}
/*bottom left*/
.cycle #slick-slide03 {
    bottom: 15%;
    left: 16%;
    width: 15%;
}

.cycle-arrows i {
    background-color: #e43335;
    color: #fff;
    width: 48%;
    padding: 2px 0;
    border-radius: 4px;
    display: inline-block !important;
    cursor: pointer;
    font-size: 45px;
}
.cycle-arrows i:first-of-type {
    margin-right: 1%;
}
#Year_Round_Threat h1{
    font-size: 90px;
    line-height: .8em;
}
#Year_Round_Threat h1 .squished {
    font-size: .384em;
}
#Year_Round_Threat p {
    margin: 50px 0;
}
#Year_Round_Threat img {
    max-width: 50%;
}
/* COMPARISON SLIDER ----------
---------------------------- */
.comparison-slider {
    position: relative;
    width: 100%;
    margin-top: 35px;
}
.comparison-slider img, .comparison-slider  {
    width: 100%;
    max-width: 616px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.comparison-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
}
.comparison-slider .handle {
    background: #fff;
    height: 105%;
    width: 12px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    border: 3px solid #2f3044;
    cursor: col-resize;
}
.comparison-slider .lines {
    background-color: #ff0000;
    border-radius: 10px;
    border: 3px solid #2f3044;
    padding: 10px 1px;
    width: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -20.5px;
}
.comparison-slider .line {
    height: 3px;
    margin: 0 auto;
    width: 10px;
    background-color: #2f3044;
    display: block;
    margin-bottom: 2px;
}
.comparison-slider .lines:before, .comparison-slider .lines:after {
    font-family: 'ionicons';
    position: absolute;
    color: #2f3044;
    top: -3px;
    font-size: 40px;
}
.comparison-slider .lines:before {
    content: "\f125";
    right: -28px;
    padding-left: 28px;
}
.comparison-slider .lines:after {
    content: "\f124";
    left: -28px;
    padding-right: 28px;
}
.description-left, .description-right {
    width: 40%;
    float: left;
    margin: 40px 5%;
}
.description-left {
    text-align: right;
}   
.description-right {
    text-align: left;
}
.description p {
    line-height: 1.25em;
}
.keys {
    margin-top: 25px;
}
.key {
    text-align: left;
    white-space: nowrap;
    margin-top: 5px;
}
.key:before {
    content: '\f24f';
    font-family: 'ionicons';
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.key.two:before {
    color: #f9c0a4;
}
.key.three:before {
    color: #ef362b;
}
.key.four:before {
    color: #f58457;
}
.key.five:before {
    color: #ae2624;
}
.key.six:before {
    color: #711715;
}
/* SAVINGS AND REWARDS PAGE ---------------------
---------------------------------- */
.savings-rewards-module h2 {
    font-size: 37px;
}
.rebates h1 {
    line-height: .9;
    font-size: 57px;
}
.rebates .squished  {
    font-size: .83em;
    color: #909291;
}
.rebates h3 {
    font-weight: lighter;
    letter-spacing: 3px;
}
.rebates .product-lineup {
    text-align: center;
}
.product-lineup img {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}
.product-lineup .divider {
    height: 4px;
    background-color: #6a6d6e;
    width: 80px;
    margin: 10px auto 15px;
    border-radius: 50px;
    vertical-align: middle;
}
.mypet-rewards {
    padding-top: 7em;
}
.mypet-rewards .btn {
    margin-top: 2em;
}
.how-rebate-works {
    padding-top: 10%;
}
.number {
   -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.steps p {
    line-height: 1.25em;
    padding: 0 20px 0 0;
    margin: 0;
    flex-shrink: 1;
}
.steps h2 {
    padding: 0 40px 0 0;
    flex-shrink: 1;
}
.step {
    width: 33.333%;
    margin: 25px;
    flex-shrink: 1;
    padding: 30px 5px 30px 0px;
    position: relative;
    background-color: #eaeae1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
}
/* TRY NOW PAGE ---------------------
---------------------------------- */
.try-banner {
    background-color: #f4f4ec;
}
.try-banner .try-background {
    background-size: auto 110%;
    background-position: bottom right;
    background-repeat: no-repeat;
    max-width: 1300px;
    margin: 0 auto;
}
.try-banner form {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.try-banner input[type="text"] {
    margin-right: 10px;
    font-size: 18px;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.zipcode-error {
    position: absolute;
    left: 30px;
    bottom: -12px;
    color: #ae2624;
    padding: 5px;
}
.try-banner input[type="submit"] {
    font-family: 'ionicons';
    font-size: 30px;
    padding: 0;
    width: 60px;
    height: 60px;
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.results_container {
    padding-top: 20px;
}
.border {
    border-bottom: 2px solid #e9e9e9;
}
.vetFinderResultTable {
    color: #2a2a2a;
}
.paging, .paging-navigation, .paging-control {
    margin-top: 20px;
}
.paging p {
    margin-top: 0;
}
.paging, .paging p, .paging a, .result-header, .results .btn {
    font-size: 19px;
    line-height: 20px;
}
.paging p, .paging a {
    color: #2a2a2a;
}
.paging .arrow {
    font-size: 25px;
}
.paging ul, .paging p, .paging li, .paging a {
    display: inline-block;
    vertical-align: middle;
}
.paging-control ul {
    list-style: none;
}
.paging li, .paging a {
    cursor: pointer;
    margin-left: 10px;
}
.paging .active, .paging .active_page {
    font-weight: bold;
}
.milesSelector {
    float: right;
    margin: 10px 0 15px;
}
.result-header {
    clear: both;
    background: #ae2624;
    color: #fff;
}
.result-header, .results li {
    padding: 12px 25px;
}
.results li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-right: 2px solid #f4f6f8;
    border-left: 2px solid #f4f6f8;
    border-bottom: 2px solid #f4f6f8;

}
.results li:last-child {
    border-bottom: 2px solid #f4f6f8;
}
.results li:nth-child(odd) {
    background-color: #f4f6f8;
}
.results p {
    font-size: 15px;
    line-height: 17px;
    margin-top: 0;
}
.results .btn {
    margin-top: 0;
    padding: 14px;
    max-width: 130px;
    float: right;
}
.results .practiceN {
    font-weight: bold;
}
/* MODAL ----------------------
---------------------------- */
.info-modal {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0,0,0,.3);
}
.info-modal .inner {
    background-color: #fff;
    padding: 60px 75px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    max-width: 90%;
}
.info-modal h6 {
    margin-bottom: 35px;
}
.info-modal a[href^="tel:"] {
    display: block;
    font-weight: bold;
}
.info-modal .ion-close-round {
    position: absolute;
    color: #ae2624;
    top: 18px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}
.modal-open .info-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

/* FOR VETS PAGE ----------------------
---------------------------- */
.for-vets h3 {
    line-height: 1.2em;
}
.for-vets-banner .squished {
        font-size: .83em;
    }
.for-vets .images {
    margin-bottom: 5%;
}
.for-vets-banner .vet-w-dog {
    left: 20px;
    max-width: 80%;
}
.form-container {
    width: 65%;
     margin: 0 auto;
}
.send-message-form {
    text-align: left;
}
.send-message-form p {
    font-size: 25px;
    line-height: 1em;
    margin-top: 25px;
}
.send-message-form input, .big-input {
    width:100%;
    border: 2px solid #dcdcdc;
    border: none;
    font-size: 25px;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 15px 20px;
    border-radius: 6px;
    height: 60px;
    outline: 0;
    text-align: left;
    color: #4c4b4b;
}
.big-input {
    margin-bottom: 25px;
    height: 200px;
}
input.btn {
    color: #fff;
    max-width: 345px;
    width: 100%;
    height: 80px;
    background: #e43335;
    font-size: 28px;
    border-radius: 6px;
    font-family: 'Ultramagnetic', sans-serif;
    display: inline-block;
    text-align: center;
}
.send-message-form .centered-btn {
    text-align: center;
    margin-top: 40px;
}
.send-message-form .centered-btn {
    text-align: center;
    margin-top: 40px;
}
.thank-you {
    margin-top: 35px;
    text-align: center;
}
.thank-you img {
    padding-top: 20px;
}
.download {
    padding-top: 5%;
    padding-bottom: 5%;
}

.download-module {
    width: 290px;
    height: 288px;
    border-top: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: flex-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*Bei, this is to hide the divs 2 and 3 of the form. */
.hide-form {
    display: none;
}
.show-form {
    max-height: 10000px;
}


/* END ALL --------------------
---------------------------- */

/* MEDIA QUERIES --------------------
---------------------------------- */
/* DESKTOP --------------------------
---------------------------------- */

@media (min-width: 768px) {
    /* GLOBAL DESKTOP -------------------
    ---------------------------------- */
    .flex-center-d {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-fix-d img {
        width: 100%;
    }
    .man-with-dog .man {        
        position: absolute;
        right: -270px;
        bottom: -100px;
    }
    .man-with-dog .heart {
        position: absolute;
        right: 225px;
        bottom: 310px;
    }
    section {
        position: relative;
    }
    img.icon {
        margin-bottom: 35px;
    }
    .mobile-image {
        display: none;
    }

    /* TYPOGRAPHY DESKTOP ---------------
    ---------------------------------- */
    a[href^="tel:"] {
        pointer-events: none;
    }
    /* HEADER DESKTOP -------------------
    ---------------------------------- */
    .fixed-top-nav header {
        padding-bottom: 84px;
    }
    .has-subnav.fixed-top-nav header {
        padding-bottom: 131px;
    }
    .sticky-nav.sticky .mainlogo {
        width: 180px;
        margin-top: 10px;
    }
    .sticky-nav.sticky .pre-nav {
        display: none;
    }
    /* NAVIGATION DESKTOP ---------------
    ---------------------------------- */
    .main-nav {
        margin: 15px 0;
    }
    .nav-wrapper {
        padding-top: 100px;
    }
    .pre-nav ,.main-nav ,.sub-nav .nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: flex-end;
    }
    .main-nav li.active a:after, .main-nav li:hover a:not(.btn):after {
        width: 100%;
        content: '';
        background-color: #e43335;
        height: 3px;
        display: block;
        position: absolute;
        margin-top: 8px;
    }
    .main-nav li {
        font-size: 18px;
        font-weight:500;
    }
    .main-nav li {
        margin-right: 25px;
    }
    .main-nav li .btn {
        bottom: -3px;
    }
    .main-nav li:last-of-type, .pre-nav li:last-of-type {
        margin-right: 0;
    }
    .pre-nav li {
        margin-right: 12px;
        font-size: 16px;
    }
    .pre-nav span + li {
        margin: 0 12px;
    }
    .sub-nav li a {
        padding: 15px 0;
        margin: 0 15px;
        text-align: center;
    }
    .sub-nav li:last-of-type a {
        margin-right: 45px;
    }
    .sub-nav ul li.active a {
        color: #3f3e53;
    }
    .modal#mobileNav {
      display: block;
      overflow: hidden;
      position: relative;
    }
    /* FOOTER DESKTOP -------------------
    ---------------------------------- */
    footer {
        padding: 150px 0 20px;
        background: url(/static/images/bg-img-footer.png) no-repeat left top;
    }
    footer ul {
        float: right;
        margin-top: 20px;
    }
    footer ul li {
        margin-left: 20px;
    }
    footer .foot-left {
        position: static;
        margin-left: 55px;
        margin-top: -35px;
    }
    footer .foot-left p {
        line-height: 1.4;
    }
    /* REFERENCES DESKTOP ---------------
    ---------------------------------- */
    .references {
        margin-top: 50px;
        margin-bottom: -30px;
    }
    /* HOMEPAGE DESKTOP -----------------
    ---------------------------------- */
    .main-banner.layout-1 h1 {
        font-size: 74px;
    }
    .dog-infographic span:first-of-type img {
        margin-bottom: 20px;
    }
    .saving-module {
        min-height: 500px;
    }
    .saving-module .btn {
        margin-top: 50px;
    }
    .saving-module .sparkles img {
        position: absolute;
        right: -33px;
        top: 220px;
    }
    .guarantee .satisfaction, .guarantee h3 {
        vertical-align: middle;
        display: inline-block;
    }
    .guarantee .satisfaction {
        width: 140px;
        margin-bottom: 0;
    }
    .guarantee h3 {
        width: 300px;
        margin-left: 20px;
    }
    /* CAROUSEL DESKTOP------------------
    ---------------------------------- */
    .carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;

    }
    .carousel .slide:nth-of-type(2) {
        margin: 0 35px;
        padding: 0 35px;
        position: relative;
        display: inline-block;
    }
    .carousel .slide:nth-of-type(2):before, .carousel .slide:nth-of-type(2):after {
        content: '';
        height: 50px;
        background-color: #ae2624;
        border-radius: 50px;
        display: inline-block;
        width: 4px;
        position: absolute;
        bottom: 2px;
    }
    .carousel .slide:nth-of-type(2):before {
        left: 0;
    }
    .carousel .slide:nth-of-type(2):after {
        right: 0;
    }
    /* ABOUT DESKTOP --------------------
    ---------------------------------- */
    .main-banner .adjusted-text {
        padding: 50px 0;
    }
    .facts {
        margin-top: 45px;
    }
    .facts p {
        font-size: 18px;
        margin-top: 10px;
    }
    .facts .img {
        height: 46px;
        display: block;
    }
    .facts img {
        max-width: 61px;
        max-height: 46px;
    }
    .facts .fact {
        min-width: 10%;
        max-width: 240px;
        padding-right: 3%;
        margin-right: 3%;
        position: relative;
    }
    .facts .fact:after {
        content: '';
        height: 75px;
        background-color: #efede7;
        border-radius: 50px;
        display: inline-block;
        width: 2px;
        position: absolute;
        top: 40px;
        right: -1px;
    }
    .facts .fact:last-of-type {
        padding-right: 0;
        margin-right: 0;
    }
    .facts .fact:last-of-type:after {
        display: none;F
    }
    .about-module .images {
        position: absolute;
        bottom: -100px;
        width: 30%;
        right: 0;
    }
    .about-module .images.ok {
        width: 23%;
    }
    .about-module .images.hand-about {
        width: 50%;
        right: -15%;
    }
    .hand-about .hand .sparkles {
        left: 18.5%;
        top: -13%;
    }
    .about-module .flex-reverse-m .images {
        right: auto;
        left: 0;
    }
    .about-module .ok .sparkles {
        left: -17%;
        bottom: 54%;
    }

    /* HEARTWORM DESKTOP --------
    -------------------------- */
    .info-tile:nth-child(4n), .info-tile:nth-child(4n-3):not(.first) {
        background: #f4f4ec;
    }
    .heartworm-banner .dog {
        margin-right: -10%;
    }
    .heartworm-banner.main-banner .adjusted-text {
        padding-top: 80px;
    }
    .cycle .img, .cycle .slick-dots {
        width: 65%;
    }
    .cycle .img img {
        width: 100%;
    }
    .cycle .description {
        width: 28%;
        height: 290px;
        text-align: left;
        margin-left: 7%;
    }
    .cycle .description p {
        margin-top: 25px;
    }
    .cycle-arrows {
        position: absolute;
        left: 71%;
        bottom: 20%;
        z-index: 1;
        width: 28%;
    }
    /* COMPARISON SLIDER DESKTOP --
    ---------------------------- */
    .key {
        font-size: 20px;
    }
    /* SAVINGS AND REWARDS DESKTOP --
    ---------------------------- */
    .stick-to-bottom {
    bottom: 0;
    position: absolute;
    vertical-align: middle;
    }
    .savings-rewards-banner .dog-bank {
    left: 0px;
    }
    .savings-rewards-banner .padded-text {
        padding-top:75px;
        padding-bottom: 50px;
    }
    .rebate.right {
        padding-left: 50px;
    }
    .number h1 {
        font-size:125px;
    }
    .steps h2 {
        font-size: 40px;
    }
    /* TRY NOW DESKTOP ------------
    ---------------------------- */
    .paging .paging-control {
        float: left;
    }
    .paging .paging-navigation {
        float: right;
    }
    /* FOR VETS DESKTOP ------------
    ---------------------------- */
    .main-banner.for-vets-banner h1 {
        font-size: 60px;
    }
    .for-vets-banner .padded-text {
        padding-top:60px;
        padding-bottom: 70px;
    }
    .for-vets .images.licking-dog {
         bottom: -150px;
    }

    .modal-content{
    box-shadow: none;
    webkit-box-shadow:none;
    }

}
/* END DESKTOP --------------
-------------------------- */
/* SMALL DESKTOP ------------
-------------------------- */
@media (max-width: 991px) {
    /* HEARTWORM SMALL DESKTOP --
    ---------------------------*/
    .info-tile.first h2 {
        font-size: 45px;
    }
    .info-tile {
        padding: 20px;
        height: 400px;
    }
    .info-tile .icon {
        margin-bottom: 15px;
    }
    .tile-overlay {
        padding-top: 100px;
    }
    .tile-overlay h2 {
        font-size: 30px;
    }
    .tile-overlay .num {
        font-size: 80px;
    }
    #Year_Round_Threat h1{
        font-size: 60px;
    }
    /* SAVINGS AND REWARDS SMALL DESKTOP ----
    ---------------------------*/
    .savings-rewards-module h2 {
        font-size: 35px;
    }
    .rebates h1 {
        font-size: 48px;
    }
    .mypet-rewards {
        padding-top: 10%;
    }
    .mypet-rewards .btn-container{
        padding-top: 5%;
    }
    .product-lineup .divider {
        width: 60px;
    }
    .number h1 {
        font-size:100px;
    }
    .steps h2 {
        font-size: 36px;
    }
    /* TRY NOW SMALL DESKTOP ----
    ---------------------------*/
    .try-banner img.icon {
        width: 50px;
        margin-bottom: 20px;
    }
    /* FOR VETS SMALL DESKTOP ------------
    ---------------------------- */
    .for-vets-banner .vet-w-dog {
        width: 100%;
    }
    .main-banner.for-vets-banner h1 {
        font-size: 50px;
    }
    .for-vets-banner .padded-text {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .for-vets .btn-container {
        padding-top: 5%;
    }
}

/* END SMALL DESKTOP ----------------
---------------------------------- */
/* MOBILE/SMALL TABLET --------------
---------------------------------- */
@media (max-width: 767px) {
    /* GLOBAL MOBILE --------------------
    ---------------------------------- */s
    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .flex-row-m {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .flex-reverse-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .flex-fix-m img {
        width: 100%;
    }
    .container-xs {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .break-xs {
        display: block;
    }
    section {
        text-align: center;
        padding: 35px 0;
    }
    .text-left-xs {s
        text-align: left;
    }
    section.no-bottom-xs {
        padding-bottom: 0;
    }
    .btn:not([type="submit"]) {
        min-width: 200px;
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 5px;
        font-size: 16px;
        display: block;
    }
    img.icon {
        width: 32px;
        margin-bottom: 10px;
    }
    input[type="text"] {
        font-size: 19px;
    }
    .desktop-image {
        display: none;
    }
    /* TYPOGRAPHY MOBILE ----------------
    ---------------------------------- */
    sup {
        font-size: .55em;
    }
    h3 sup, h2 sup {
        font-size: .5em;
        top: 0;
    }
    h2 sup {
        top: -.1em;
    }
    .stretched sup {
        margin-left: -2px;
    }
    h1, .rebates h1 {
        font-size: 35px;
        line-height: 40px;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 0;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    section h4, section p, section ul.p {
        margin-top: 15px;
    }
    section .btn {
        margin-top: 25px;
    }
    p, ul.p, h5, h6 {
        font-size: 17px;
        line-height: 22px;
    }
    p.smallp {
        font-size: 14px;
        margin-top: 10px;
    }
    ul.p {
        padding-left: 18px;
    }
    .main-banner .divider {
        width: 125px;
        height: 3px;
        margin: 5px auto 15px;
    }
    .main-banner img {
        margin: 0 auto;
        max-width: 32%;
    }
    /* HEADER MOBILE --------------------
    ---------------------------------- */
    header {
        background-size: 150px;
    }
    header .mainlogo {
        width: 150px;
        margin-bottom: 15px;
        position: relative;
    }
    .sticky-nav {
        transition: top 0.2s ease-in-out;
        -webkit-transition: top 0.2s ease-in-out;
        -moz-transition: top 0.2s ease-in-out;
        -o-transition: top 0.2s ease-in-out;
        padding-top: 10px;
    }
    .sticky-nav.sticky:not(.sticky-mobile) {
        top: -63px;
    }
    .has-subnav .sticky-nav.sticky:not(.sticky-mobile) {
        top: -53px;
    }
    .sticky-nav.sticky {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .fixed-top-nav header {
        padding-bottom: 58px;
    }
    .has-subnav.fixed-top-nav header {
        padding-bottom: 116px;
    }
    .fixed-top-nav .mainlogo {
        margin-bottom: 10px;
    }
    /* NAVIGATION MOBILE ----------------
    ---------------------------------- */
    .nav-wrapper {
        padding-top: 35px;
    }
    #mobileNav .modal-header {
        padding-top: 45px; /*10px more than nav-wrapper*/
    }
    .nav-toggle {
        position: relative;
        float: right;
        cursor: pointer;
    }
    .nav-toggle:before {
        content: "\f20d";
        font-family: 'ionicons';
        color: #6f7273;
        font-size: 32px;
    }
    .modal-open .nav-toggle:before {
        content: '\f129';
        font-size: 24px;
    }
    #mobileNav {
        background: #e4e5dd;
    }

    #mobileNav .modal-header {
        background: #fff;
    }
    #mobileNav .flex-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .pre-nav, .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
    }
    .pre-nav li a, .main-nav li a {
        color: #ae2624;
        padding: 20px;
        display: block;
        border-bottom: 1px solid #cfcec6;
    }
    .main-nav li .btn {
        display: block;
        max-width: 100%;
        border-radius: 0;
        text-align: left;
        padding: 20px;
    }
    .sub-nav .nav {
        z-index: 1000;
        display: none;
        padding: 5px;
        margin: 8px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        width: 120px;
        position: absolute;
        right: 0;
    }
    .sub-nav {
        padding: 20px 0;
    }
    .sub-nav .open .nav {
        display: block;
    }
    .sub-nav .dropdown-toggle {
        text-align: right;
        margin-right: 15px;
        position: relative;
    }
    .sub-nav .dropdown-toggle:after {
        content: "\f35f";
        font-family: 'ionicons';
        position: absolute;
        right: -14px;
        top: 50%;
        margin-top: -8px;
    }
    .sub-nav .open .dropdown-toggle:after {
        content: "\f365";
    }
    .sub-nav .dropdown {
        float: right;
        position: relative;
        max-width: 40%;
    }
    .sub-nav .dropdown li a {
        padding: 8px 5px;
    }
    .sub-nav .sub-title {
        float: left;
        line-height: 17px;
        text-transform: uppercase;
    }

    .video-link{
        margin-top: 25px;
        margin-bottom: 20px;
    }

     
      /* FOOTER MOBILE --------------------
    ---------------------------------- */
    footer {
        text-align: center;
    }
    footer li {
        width: 50%;
        float: left;
        border: 1px solid #d3d9e0;
        border-right: none;
    }
    footer li a {
        padding: 20px 10px;
        display: block;
        font-weight: 700;
    }
    footer li:nth-child(n+3) {
        border-top: none;
    }
    footer .container {
        padding: 0;
    }
    footer .foot-left {
        padding-bottom: 25px;
    }
    footer .foot-left p {
        line-height: 1.4;
    }
    footer .logo img {
        margin: 25px 0 0 0;
    }
    /* REFERENCES DESKTOP ---------------
    ---------------------------------- */
    .references {
        margin: 30px 0;
    }
    /* HOMEPAGE MOBILE ------------------
    ---------------------------------- */
    .main-banner.layout-1, .main-banner.layout-2 {
        padding-top: 30px;
    }
    .main-banner .coin {
        width: 3%;
        margin-left: 50%;
        margin-bottom: -2.5%;
    }
    .competitor .pills {
        width: 100%;
        margin: 0 auto 45px;
    }
    .competitor h2 {
        font-size: 17px;
        line-height: 18px;
    }
    .man-with-dog {
        text-align: center;
        margin: 20px 0px 0 30px;
        position: relative;
    }
    .man-with-dog .man {
        max-width: 250px;
        vertical-align: bottom;
    }
    .man-with-dog .heart {
        width: 51.5px;
        position: absolute;
        margin-left: 10px;
    }
    #product-carousel {
        position: relative;
        margin-top: 20px;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        color: #a9aaa4;
        font-size: 60px;
        cursor: pointer;
        padding-top: 20px;
    }
    .carousel-control.next {
        right: 0;
        left: auto;
    }
    .carousel img {
        max-height: 150px;
        margin: 0 auto;
    }
    .dog-infographic {
        -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .dog-infographic span{
        margin-right: 5px;
    }
    .dog-infographic {
        margin-bottom: 20px;
    }
    .saving-module {
        background-size: 300px;
        background-position: center top;
        position: relative;
        overflow: hidden;
    }
    .saving-module .btn {
        margin-top: 15px;
    }
    .saving-module h2 {
        margin-top: 260px;
    }
    .saving-module .sparkles {
        width: 100%;
        text-align: center;
    }
    .saving-module .sparkles img {
        width: 72.5px;
        position: absolute;
        margin-left: 91px;
        margin-top: 128px;
    }
    .guarantee .satisfaction {
        display: block;
        margin: 0 auto 10px;
    }
    .guarantee .merck {
        margin: 30px auto 0;
        width: 150px;
    }
    
   
    /* ABOUT MOBILE --------------------
    ---------------------------------- */
    .main-banner.layout-2 .left {
        margin-top:0;
    }
    .main-banner .packaging {
        max-width: 50%;
        margin: -10% auto 20px;
    }
    .main-banner .adjusted-text h1 {
        font-size: 30px;
    }
    .facts {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .facts p, .facts img {
        display: inline-block;
        vertical-align: middle;
    }
    .facts p {
        font-size: 15px;
        line-height: 18px;
        width: 79%;
        margin-top: 0;
        margin-left: 5%;
    }
    .facts img {
        max-width: 30.5px;
        max-height: 27px;
    }
    .facts .fact {
        text-align: left;
        padding: 20px 0;
        border-bottom: 1px solid #d7d7d7;
        width: 100%;
    }
    .facts .fact:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
    .about-module p, .about-module .p {
        text-align: left;
    }
    .about-module {
        padding-bottom: 0;
    }
    .about-module .col-sm-8.col-sm-offset-4 {
        -webkit-flex:1 0 auto;
    }
    .about-module img {
        vertical-align: bottom;
    }
    .about-module .images {
        max-width: 120px;
        width: 100%;
        height: 100%;
        margin: 20px auto 0;
        position: relative;
    }
    .about-module .images.hand-about {
        max-width: 230px;
        margin-top: 60px;
    }
    .about-module .hand .sparkles {
        left: 18.5%;
        top: -13%;
    }
    .about-module .ok .sparkles {
        position: absolute;
        width: 35%;
        bottom: 160px;
        left: -21px;
    }
    .about-module#Guarantee .icon {
        margin: 0 auto 10px;
    }
    .guarantee .satisfaction, .about-module#Guarantee .icon {
        width: 75px;
    }
    .about-module .star {
        max-width: 70px;
    }
    /* HEARTWORM DISEASE MOBILE ------------------
    ----------------------------- */
    .heartworm-banner .adjusted-text h1 {
        font-size: 40px;
    }
    .info-tile.first p {
        font-size: 16px;
    }
    /* FAQ MOBILE ------------------
    ----------------------------- */
    .main-banner.short {
        min-height: 165px;
        padding-top: 0;
    }
    .faqs {
        text-align: left;
        margin-top: 30px;
        border-top: 2px solid #efede7;
    }
    .accord:before {
        width: 18px;
        height: 18px;
        font-size: 15px;
        border-width: 1px;
    }
    .accord h6 {
        margin-right: 30px;
    }
    .accord.collapsed:before {
        padding-top: 1px;
    }
    /* SAVINGS AND REWARDS MOBILE ------------------
    ----------------------------- */
    .savings-rewards-module h2 {
    font-size: 22px;
    }
    .savings-rewards-module .product-lineup {
        margin: 0 auto;
        width: 50%;
        padding-top: 2%;
        padding-bottom: 5%;
    }
    .rebates h1 {
        font-size: 26px;
        line-height: .7;
    }
    .rebates h3 {
        font-size: 20px;
        line-height: .7;
    }
    .rebates .product-lineup {
        margin-bottom: 20px;
    }
    .product-lineup .divider {
        height: 3px;
        width: 50px;
        margin: 5px auto;
    }
    .number h1 {
        font-size:30px;
    }
    .number {
        position: absolute;
        left: 0;
    }
    .steps h2 {
        font-size: 18px;
    }
    .step {
        text-align: center;
        height: 130px;
        width: 75%;
        margin-right: 20%;
        margin-left: 20%;
        margin-bottom: 5px;
        padding: 2% 2% 2% 4%;
        border-radius: 3px;
    }
    .steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .steps h2 {
        padding: 0px;
    }
    .steps p {
        padding: 0px 8px 0px 8px;
    }
    
    /* FOR VETS MOBILE ------------------
    ----------------------------- */
    .send-message-form p {
        font-size: 16px;
    }
    .main-banner.for-vets-banner h1 {
        font-size: 30px;
    }
    .for-vets-banner .padded-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-banner.for-vets-banner .vet-w-dog {
        max-width: 50%;
    }
    /* SITEMAP MOBILE -----------
    -------------------------- */
    .sitemap a {
        font-size: 16px;
        line-height: 28px;
    }
    /* HEARTWORM MOBILE ---------
    ---------------------------*/
    .heartworm-banner {
        height: 300px;
        padding-top: 30px;
    }
    .heartworm-banner .dog {
        height: 60%;
    }
    .section-icon {
        max-width: 60px;
        margin-bottom: 15px;
    }
    .info-tile {
        padding: 50px 30px;
        height: auto;
        width: 100%;
    }
    .info-tile:nth-child(even) {
        background: #f4f4ec;
    }
    .info-tile.first h2 {
        font-size: 28px;
    }
    .info-tile.first .icon {
        width: 150px;
        max-height: none;
        height: auto;
    }
    .info-tile .icon {
        width: 50px;
    }
    .tile-overlay {
        display: none;
    }
    .cycle {
        margin-top: 15px;
    }
    .cycle .slide {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cycle .img, .cycle .slick-dots {
        width: 90vw;
        height: 93.5vw;
    }
    .cycle .description {
        width: 100%;
        margin-bottom: 5%;
    }
    .cycle-arrows {
        max-width: 280px;
        margin: 0 auto;
    }
    .key {
        width: 200px;
        margin: 0 auto 20px;
    }
    .description-left, .description-right {
        font-size: 13px;
    }
    #Year_Round_Threat h1{
        font-size: 32px;
    }
    #Year_Round_Threat p {
        margin: 25px 0;
    }
    /* TRY NOW MOBILE ---------------
    ---------------------------------- */
    .try-banner .try-background {
        background-size: auto 45%;
        background-position: center bottom;
        padding-bottom: 180px;
    }
    .try-banner form {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .zipcode-error {
        margin-left: 15%;
    }
    .try-banner input[type="text"] {
        max-width: 280px;
    }
    .vetFinderResultTable p.light {
        margin-top: 0;
    }
    .paging {
        margin-top: 35px;
    }
    .milesSelector {
        float: none;
        margin: 20px 0;
    }
    .results .btn {
        float: left;
        margin-top: 20px;
        max-width: 120px;
        min-width: 120px;
        padding: 10px;
    }
    .result-header, .results li {
        padding: 12px 5px;
        text-align: left;
    }
    .results li {
        /*fix safari - button misalignment*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* MODAL MOBILE----------------
    ---------------------------- */
    .info-modal .inner {
        padding: 60px 30px;
    }
    .info-modal h6 {
        margin-bottom: 15px;
    }
}
/* END MOBILE ---------------
-------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    .sub-nav li a {
        margin: 0 10px;
    }
    .competitor h2 {
        font-size: 30px;
        line-height: 26px;
    }
    .competitor .pills span {
        font-size: 14px;
    }
    .main-banner .adjusted-text h1 {
        font-size: 50px;
    }
    .main-banner .coin {
        margin-left: 50%;
        margin-bottom: -7.5%;
    }
    .about-module .ok .sparkles {
        bottom: 51%;
    }
    .saving-module {
        background-size: 59%;
        min-height: 300px;
    }
    .saving-module .btn {
        max-width: 260px;
    }
    .saving-module .sparkles img {
        top: 190px;
        right: -18px;
        width: 100px;
    }
    .saving-module p {
        max-width: 320px;
    }
    .info-tile .icon {
        max-height: 60px;
    }
    .cycle .description h6 {
        font-size: 20px;
    }
    .cycle .description p {
        font-size: 18px;
        line-height: 22px;
    }
    .try-banner .try-background {
        background-size: auto 80%;
    }
    .for-vets-banner h1 {
        font-size: 50px;
    }
    .main-banner.for-vets-banner .vet-w-dog {
        max-width: 100%;
    }
    .mobile-image {
        display: none;
    }
    .rebate.right{
        padding-left: 15px;
    }
}
#javaNotification .col {
    border: 1px solid #ffde9f;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #fffecd;
}
#javaNotification h3 {
    color: #a71212;
}
#javaNotification {
    margin: 0 auto;width: 80%;
}
a.ot-sdk-show-settings {
    cursor: pointer;
    color: #a5a5a5;
 }
