﻿/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, 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 {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    color: #4F4F4F;
    line-height: 1;
}

ol, ul {
    list-style: none;
    text-align: left;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.cbp-hrmenu {
    background-color: white;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

    .cbp-hrmenu .navPointer {
        position: absolute;
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* BEGIN General Styles */

html {
    min-width: 1024px;
    overflow-y: scroll;
    width: 100%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    cursor: pointer;
    font-family: "Open Sans Semibold", "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    color: #6158DF !important;
}

    a:hover {
        color: #6158DF;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.horizontal li {
        display: inline-block;
        vertical-align: top;
    }

    ul.vertical li {
        display: block;
        vertical-align: top;
    }

    ul.nodisc {
        list-style-type: none;
    }

.hpsite-container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1155px;
    width: 1024px;
}

.fluid-img {
    margin: auto;
}

#pageBody {
    background-color: #FFF;
    font: 12px/18px 'Open Sans';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

input[type=text] {
    -moz-border-radius: 5px;
    border: 0px solid #8d8d8d;
    border-radius: 0px;
    border-bottom: 2px solid #666666;
    background-color: #fdfcf9;
    color: #4F4F4F;
    font-size: 17px;
    height: 40px;
    padding: 5px;
    width: 100%;
}

input[type=number] {
    -moz-border-radius: 5px;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    color: #4F4F4F;
    font-size: 17px;
    height: 40px;
    padding: 5px;
    width: 100%;
}

textarea {
    -moz-border-radius: 5px;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    color: #4F4F4F;
    font-size: 17px;
    padding: 5px;
    width: 413px;
}

input[type=password] {
    -moz-border-radius: 5px;
    border: 0px solid #8d8d8d;
    background-color: #fdfcf9;
    border-bottom: 2px solid #666666;
    outline: 0px;
    border-radius: 0px;
    color: #4F4F4F;
    font-size: 22px;
    height: 50px;
    padding: 5px;
    margin-top: -8px;
    width: 413px;
}

.styled-select {
    -moz-border-radius: 5px;
    background: url("../svg/caret-down-grey.svg") no-repeat 94% center #ffffff !important;
    border: 1px solid #8d8d8d;
    border: 0px;
    border-bottom: 2px solid #666666;
    border-radius: 0px;
    background-color: #fdfcf9 !important;
    color: #4F4F4F;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    overflow: hidden;
    width: 450px;
    background-size: 13px 10px !important;
}


    .styled-select.input-validation-error {
        /*background: url("/Images/V3/btn_drop_down_error.png") no-repeat 100% center #FFEDED;*/
        border-color: #ff0000;
        background-color: #ffebeb !important;
        border-bottom: 3px solid #e60005;
    }


    .styled-select select {
        -webkit-appearance: none;
        background: transparent;
        border: 0;
        border-radius: 0;
        color: #4F4F4F;
        font-size: 22px;
        height: 40px;
        line-height: normal;
        padding: 7px 5px 5px 5px;
        width: 474px;
    }

select {
    -moz-border-radius: 5px;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    color: #4F4F4F;
    font-size: 17px;
    height: 40px;
    padding: 7px 5px 5px 5px;
    width: 413px;
}

    select:after {
        content: "test";
        position: absolute;
    }

    select::-ms-expand {
        display: none;
    }

input[type=checkbox].green-checkbox {
    display: none;
}

    input[type=checkbox].green-checkbox ~ label.substituteImage {
        background: url("../png/css_check_box_style.png") 0 0 no-repeat;
        display: inline-block;
        height: 22px;
        width: 22px;
    }

    input[type=checkbox].green-checkbox.checked ~ label.substituteImage {
        background: url("../png/css_check_box_style.png") -38px 0 no-repeat;
        display: inline-block;
        height: 22px;
        width: 22px;
    }

.radioBtn {
    display: none;
}

    .radioBtn + label {
        cursor: pointer;
        padding-left: 10px;
    }

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

.checkboxImage {
    width: 25px;
    height: 25px;
    padding: 3px;
    position: relative;
    margin-right: 7px;
    background-color: #efeded;
    float: left;
    border: 2px solid #34a350;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .checkboxImage:before,
    .checkboxImage:after {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 4px;
    }

    .checkboxImage:before {
        height: 10px;
        left: 5px;
        top: 7px;
        transform: rotateZ(-40deg);
        -webkit-transform: rotateZ(-40deg);
        -moz-transform: rotateZ(-40deg);
        -o-transform: rotateZ(-40deg);
        -ms-transform: rotateZ(-40deg);
    }

    .checkboxImage:after {
        height: 14px;
        right: 6px;
        top: 4px;
        transform: rotateZ(50deg);
        -webkit-transform: rotateZ(50deg);
        -moz-transform: rotateZ(50deg);
        -o-transform: rotateZ(50deg);
        -ms-transform: rotateZ(50deg);
    }

    .checkboxImage:before,
    .checkboxImage:after {
        display: none;
    }

input[type="checkbox"]:checked ~ .checkboxImage:before,
input[type="checkbox"]:checked ~ .checkboxImage:after {
    display: block;
}

input[type="checkbox"]:checked ~ .checkboxImage {
    background-color: #34a350;
}

label:active input[type="checkbox"] ~ .checkboxImage {
    box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
    -webkit-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
    -moz-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
    -o-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
    -ms-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
}

label:active input[type="checkbox"]:checked ~ .checkboxImage {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

.green-radio {
    display: none;
}

    .green-radio + label {
        -webkit-appearance: none;
        background-color: #FFFFFF;
        border: 3px solid #cacece;
        border-radius: 50px;
        display: inline-block;
        margin: 9px 0 0 0;
        padding: 9px;
        position: relative;
    }

    .green-radio.checked + label:after {
        background: #34A350;
        border-radius: 50px;
        content: ' ';
        font-size: 32px;
        height: 12px;
        left: 3px;
        position: absolute;
        text-shadow: none;
        top: 3px;
        width: 12px;
    }

    .green-radio.checked + label {
        border: 3px solid #adb8c0;
        box-shadow: 0 1px 2px #000000, inset 0 -15px 10px -12px #000000, inset 15px 10px -12px #ffffff, inset 0 0 10px #000000;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
        color: #99a1a7;
    }

.toolTip {
    display: inline-block;
    position: relative;
}

    .toolTip > .toolTipIcon {
        background-image: url(../png/normal_tip_icon3_u54.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        display: inline-block;
        position: absolute;
        margin-top: -15px;
        cursor: pointer;
    }

    .toolTip > .toolTipBody::before {
        content: url(../svg/tooltippointer.svg);
        position: absolute;
        top: 8px;
        left: -10px;
    }

    .toolTip > .toolTipBody {
        display: none;
        position: absolute;
        top: -22px;
        left: 26px;
        padding: 10px;
        border-radius: 6px;
        background-color: #555555;
        box-sizing: border-box;
        color: #FFFFFF;
        font-size: 11px;
        line-height: 1.4em;
        word-wrap: break-word;
        z-index: 100;
    }
    @media only screen and (max-width:576px)
    {
        .toolTipDog{
            position:unset;
        }
        .toolTip > .toolTipBody {
            height: fit-content;
            width: 95vw;
            top: 10px;
            z-index: 1;
            left: -60px;
        }

        .toolTip > .toolTipBodyDog
        {
            top:unset !important;
            bottom:-80px !important;
            left:-10px;
        }

        .toolTip > .toolTipBody:before {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            top: -10px;
            left: 60px;
        }
    }

        .toolTip > .toolTipBody > .toolTipCancel {
            background-image: url(../svg/tooltipcancel.svg);
            background-repeat: no-repeat;
            height: 10px;
            width: 10px;
            float: right;
            cursor: pointer;
        }

        .toolTip > .toolTipBody > a {
            color: #FFFFFF;
        }


.err, .error {
    color: red;
}

@media only screen and (max-width: 799px) {
    .validation-summary-errors {
        font-size: 14px !important;
        line-height: 1.4em !important;
    }
}

.validation-summary-errors {
    color: #ff0000;
    background: #ffebeb;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 1px;
    width: auto;
}

    .validation-summary-errors ul {
        color: red !important;
        list-style-type: disc;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 20px;
    }

        .validation-summary-errors ul li {
            margin: 5px 0 0 18px;
            padding: 0;
        }

ul.validation-summary-errors {
    margin-left: 35px;
}

input.input-validation-error {
    background-color: #FFEbEb !important;
    border-bottom: 3px solid #ff0000 !important;
}

    input.input-validation-error + added-label {
        color: red;
    }

span.field-validation-error {
    display: block;
    height: 16px;
    margin-left: 15px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
}

.cite {
    color: #666666;
    font: 11px/13px 'Open Sans';
}

    .cite span {
        float: left;
        font-size: 10px;
        margin: -7px 0 7px 0;
    }

ul.blackdisc {
    list-style-type: disc;
    margin-left: 25px;
}

    ul.blackdisc li {
        margin-bottom: 10px;
    }

ol.numbered {
    list-style-type: decimal;
    margin-left: 25px;
}

ol.boldnumbered {
    list-style-type: decimal;
    margin-left: 25px;
}

    ol.boldnumbered > li {
        line-height: 1.4em;
        margin-right: 5px;
        margin-bottom: 10px;
    }

ol.boldnumbered > li::marker {
    font-weight: 600;
}

.mobile-show {
    display: none;
}

.mobile-show-block {
    display: none;
}

.tablet-show {
    display: none;
}

.funnel-show {
    display: none;
}

.inline-mobile-block {
    display: inline;
}

.inline-mobile-hide {
    display: inline;
}

.drop-shadow {
    -moz-box-shadow: 0 0 10px 0px #999;
    -webkit-box-shadow: 0 0 10px 0px #999;
}

.title {
    font-weight: 600;
    margin-bottom: 16px;
    font-family: "Open Sans Semibold", "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 34px;
}

/* END General Styles */

/* BEGIN Header Styles */

#header-wrapper {
    min-width: 1024px;
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 82px;
}

#header-top {
    background-color: #f0f0ee;
    min-height: 84px;
}

#header-right {
    float: right;
    font: 17px 'Open Sans';
    margin: 20px 0 20px 20px;
    vertical-align: middle;
    display: flex;
    margin-top: 35px;
}

    #header-right #contactInfo {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        margin-top: 20px;
    }

@media(max-width: 855px) {
    #header-right #contactInfo {
        display: block;
    }
}

#header-right .greenText {
    color: #34a350;
}

#headerLogo {
    background: url('../png/logo_hppi.png') 0 0 no-repeat;
    background-size: 180px 46px;
    float: left;
    height: 67px;
    margin-top: 20px;
    position: relative;
    width: 238px;
}

@media(min-width:768px) {
    #desktopMenuOurCoverageImage {
        background: url("../jpg/img_menu_our_coverage.jpg");
        float: right;
        position: absolute;
        right: 15px;
        width: 413px;
        height: 304px;
    }

    #desktopMenuCompareReviewsImage {
        background: url("../jpg/img_menu_compare_reviews.jpg");
        float: right;
        width: 521px;
        height: 315px;
    }

    #desktopMenuGivingBackImage {
        background: url("../jpg/img_menu_giving_back.jpg");
        float: right;
        width: 718px;
        height: 304px;
    }

    #desktopMenuPetCareBlogImage {
        background: url("../jpg/img_menu_the_scoop.jpg");
        float: right;
        width: 668px;
        height: 304px;
    }

    #desktopMenuAboutUsImage {
        background: url("../jpg/img_menu_about_us.jpg");
        float: right;
        width: 668px;
        height: 304px;
    }

    #desktopMenuPartnerProgramImage {
        background: url("../jpg/img_menu_become_partner.jpg");
        float: right;
        width: 552px;
        height: 304px;
    }

    #desktopMenuForCustomersImage {
        background: url("../jpg/img_menu_for_customer.jpg");
        float: right;
        position: absolute;
        right: 10px;
        z-index: 0;
        width: 668px;
        height: 304px;
    }

    .transbox1 {
        width: 488px !important;
        height: inherit;
    }
}

/* nav bar styles */

.navMenuContainer {
    background-color: #34a350;
    height: 63px;
}

@media(min-width: 768px) {
    /*#main-wrapper {
        margin-top: 84px;
    }*/
    #headerDesktopSignIn {
        display: inline-block;
        position: relative;
        text-align: center;
        margin-left: 50px;
        width: 50px;
    }

        #headerDesktopSignIn a div {
            width: 50px;
            height: 34px;
            background-image: url("../png/signin_icon.png");
            background-size: 50px 34px;
        }

        #headerDesktopSignIn a span {
            font-size: 13px;
            color: black;
            position: relative;
            font-weight: 300;
        }
}

@media(max-width: 767px) {
    #headerDesktopSignIn {
        display: none;
    }
    .mobileMozilla {
        margin-bottom: 17px;
    }

    #miniOrangeButtonHome {
        width: 100% !important;
    }

    #headerDesktopSignInMobile {
        padding-top: 15px;
        width: 50px;
    }

        #headerDesktopSignInMobile a {
            padding: 0px;
            margin-left: auto;
            margin-right: auto;
        }

            #headerDesktopSignInMobile a div {
                /*width: 50px;
                height: 34px;
                background-image: url("/Images/V3/header/signin_icon.png");*/
                background-size: 50px 34px;
                margin-left: auto;
                margin-right: auto;
            }

            #headerDesktopSignInMobile a span {
                font-size: 13px;
                color: black;
                position: relative;
                font-weight: 300;
            }

    .paw-icon {
        position: relative;
        width: 16px;
        margin: 0 auto;
    }

        .paw-icon .svg-toe:nth-of-type(1) {
            top: 5px;
            left: -4px;
        }

        .paw-icon .svg-toe {
            position: absolute;
            -webkit-transform: rotate(23deg);
            -ms-transform: rotate(23deg);
            transform: rotate(23deg);
        }

            .paw-icon .svg-toe:nth-of-type(2) {
                top: 11px;
                left: -1px;
            }

            .paw-icon .svg-toe:nth-of-type(3) {
                top: 14px;
                left: 4px;
            }

            .paw-icon .svg-toe:nth-of-type(4) {
                top: 12px;
                left: 10px;
            }

        .paw-icon .svg-heart {
            -webkit-transform: rotate(23deg);
            -ms-transform: rotate(23deg);
            transform: rotate(23deg);
        }

    .orangeBtn {
        -moz-border-radius: 10px;
        border-radius: 100px !important;
    }
}

/* END Header Styles */

/* BEGIN Main Content Styles */

#featureContainer {
    position: relative;
    text-align: center;
}

#main-wrapper {
    height: auto;
    min-width: 1024px;
    width: auto;
}

.twoColumnContainer {
    /*    margin: 0 auto;*/
    overflow: hidden;
    /*    width: 1024px;*/
}

.twoColumnMain {
    float: left;
    height: 100%;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
    /*    width: 700px;*/
}

.twoColumnMainWrapper {
    padding: 0 15px;
}

.twoColumnRight {
    float: left;
    height: 100%;
    margin-bottom: -20000px;
    padding-bottom: 20000px;
    padding-left: 20px;
    width: 301px;
}

.textureBackground {
    background: url('../jpg/bg_texture.jpg');
}

.textureBackgroundColor {
    background-color: #F7F7F4;
}

#theScoop {
    background: url('../png/img_title_pet_care_blog.png') 0 0 no-repeat;
    height: 80px;
    padding: 29px 0 0 270px;
}

.lightGrayBackground {
    background-color: #f8f8f8;
}

.backgroundImage {
    position: relative;
    z-index: -20;
}

.g-wrapper {
    background-color: #f8f8f8;
    padding: 20px;
}

.copy {
    color: #4F4F4F;
    font-family: "OpenSans-Regular", "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    vertical-align: middle;
}
.copy_title {
    color: #4F4F4F;
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    vertical-align: middle;
}

.smallCopy {
    color: #333333;
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.petLetter {
    color: #4f4f4f;
    font-family: 'Kite One';
    font-size: 19px;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 20px;
    vertical-align: middle;
}

.socialFooter {
    text-decoration: none;
}

.greenHeader {
    color: #008762;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.subHeader {
    font-size: 26px;
    color: #4F4F4F;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-top:25px;
}

.guidelines {
    margin-top:25px;
}

.smallGreenHeader {
    color: #19a64a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.lightHeader {
    color: #4f4f4f;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: lighter;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.greenQuote {
    -moz-border-radius: 10px;
    background: #19a64a;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'Kite One';
    font-size: 19px;
    line-height: 1.6em;
}

.jeffQuote {
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.pascalQuote {
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.miniGetMyQuoteContainer {
    display: inline-block;
    vertical-align: top;
    width: 384px;
}

    .miniGetMyQuoteContainer .orangeBtn {
        height: 40px;
        padding: 10px 0 0;
        position: relative;
        right: -6px;
        top: 0;
        vertical-align: top;
        width: 173px;
    }

    .miniGetMyQuoteContainer .miniQuoteTextBox {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        border: 1px solid #4F4F4F;
        border-radius: 10px;
        color: #4F4F4F;
        display: inline;
        font-family: "Open Sans";
        font-size: 14px;
        padding: 7px 0 7px 13px;
        vertical-align: top;
    }

.orangeBtn {
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    background-color: #008762;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    margin-left: -21px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    z-index: 2;
}

    .orangeBtn.disabled {
        background-color: #d3d3d3;
        cursor: default;
        pointer-events: none;
    }

    .orangeBtn.rounded {
        -moz-border-radius: 10px;
        border-radius: 100px !important;
        margin: 0;
        padding-top: 4px;
    }

        .orangeBtn.rounded img {
            height: 20px;
            width: 14px;
        }

.outlineBox {
    border: 1px solid #bcbcbc;
}

    .outlineBox.rounded {
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.whiteBtn {
    -moz-border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #008762;
    border-radius: 10px;
    color: #008762;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 600;
    height: 34px;
    margin-left: -21px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    width: 169px;
    z-index: 2;
}

    .whiteBtn:hover {
        background-color: #008762;
        color: #FFFFFF;
    }

    .whiteBtn.rounded {
        -moz-border-radius: 8px;
        border-radius: 100px;
        margin: 0;
        padding-top: 7px;
    }

.buttonSet {
    /*background-image:url(/Images/V3/funnel/check-selected.svg);
    background-size:50px 50px;*/
    background-color: #fdfcf9;
    border: 2px solid #34a350;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #666666;
    width: 98px;
    height: 44px;
    box-sizing: border-box;
    border-style: solid;
    border-radius: 50px;
}

    .buttonSet.buttonSetLeft {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .buttonSet.buttonSetRight {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .buttonSet.buttonSetMiddle {
        border-radius: 0px;
    }

    .buttonSet.selected {
        border-width: 0px;
        background-color: #666666;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.486275) inset;
        color: white;
        border-color: #12692f;
    }

.transparentBox {
    background-color: rgba(255, 255, 255, .5);
    border: 2px solid rgba(0, 0, 0, .2);
}

    .transparentBox h3 {
        font-family: 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #333333;
    }

.popup-form {
    -moz-border-radius: 20px;
    background-color: #FFFFFF;
    border: 3px solid #25a54e;
    border-radius: 20px;
    box-shadow: 4px 4px 8px -1px #666666;
    color: #4f4f4f;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 30px 30px 30px;
    position: relative;
    max-height: 95%;
}

    .popup-form .closebox {
        background: transparent url(../png/btn_close_modal.png) no-repeat;
        cursor: pointer;
        height: 21px;
        position: absolute;
        right: 21px;
        top: 21px;
        width: 24px;
    }

    .popup-form .closebutton {
        bottom: 17px;
        color: #dd744d;
        cursor: pointer;
        position: absolute;
        right: 30px;
        text-decoration: underline;
    }

        .popup-form .closebutton img {
            margin-bottom: -4px;
            margin-right: 7px;
        }

.fqtabs .greenTabs li {
    background-color: #37a250;
    color: #ffffff;
    padding: 13px 0 0;
}

.greenCircleNumber {
    background: #37a250;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    font-weight: bolder;
    height: 36px;
    margin-left: 10px;
    padding: 8px;
    text-align: center;
    width: 36px;
}

div.grayBox {
    -moz-border-radius: 8px;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 9px 16px 6px;
}

    div.grayBox .greenTitle {
        color: #19A64A;
        font-size: 23px;
        margin: 15px 14px;
    }

div.customerReviewBox {
    margin: 0 0 40px;
    padding: 20px 20px 40px 20px;
    vertical-align: bottom;
}

div.divider {
    background: url(../jpg/bg_divider.jpg) repeat-x #f8f8f8;
    height: 1px;
    margin: 6px auto 12px;
}

div.grayBox.withIcon {
    padding: 16px 16px 16px 80px;
}

div.whiteBox {
    -moz-border-radius: 8px;
    background-color: #FFF;
    border-radius: 8px;
    padding: 16px 16px 6px;
}

.chatButtons {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
}
/* END Main Content Styles */
/* BEGIN Home Page Styles */
.greenHomeQuote {
    color: #34a350;
    font-family: 'Kite One';
    font-size: 19px;
    line-height: 1.6em;
}

.ScoopSubtitle {
    color: #666666;
    font-family: 'Kite One';
    font-size: 22px;
    font-weight: lighter;
    margin-top: 13px;
}

#cat-insurance {
    line-height: 1.6em;
    margin-right: 18px;
    padding: 16px;
    width: 310px;
}

#dog-insurance {
    line-height: 1.6em;
    margin-right: 18px;
    padding: 16px;
    width: 310px;
}

.videoImage {
    min-height: 219px;
    width: 100%;
}

div#Branding {
    z-index: 200;
}

#miniGetMyQuote1 {
    margin: 0 auto;
    width: 900px; /*783px;*/
}

    #miniGetMyQuote1 p.smallCopy.bold.left {
        clear: left;
        margin-right: 10px; /*20px;*/
        max-width: 70%; /*60%;*/
        position: relative;
        top: -3px;
        width: 483px; /*379px;*/
    }

#Branding {
    background-color: #f9deb2;
    bottom: 0;
    height: 110px;
    position: fixed;
    vertical-align: middle;
    width: 100%;
}

    #Branding table {
        height: 103px;
        text-align: left;
        width: 1024px;
    }

        #Branding table tr td {
            vertical-align: middle;
        }

#BrandingPlaceHolder {
    height: 123px;
}

.footerHeader {
    Color: #4f4f4f;
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}

.footerContent {
    Color: #4f4f4f;
    font-family: "Open Sans";
    text-align: left;
}

.footerLogo {
    float: right;
    margin-top: -80px;
    width: 25px;
}

.bottomMessage {
    -moz-min-width: 240px;
    -ms-min-width: 240px;
    -o-min-width: 240px;
    -webkit-min-width: 240px;
    margin: 0 auto;
    min-width: 240px;
    padding: 5px;
    text-align: left;
    width: 75%;
}

#BrandTag {
    color: #666666;
    font-size: 14px;
    padding: 8px 35px 8px 35px;
    width: 85%;
}

    #BrandTag br {
        height: 1px;
    }

    #BrandTag img {
        margin: 5px 0 -8px 0;
    }

/* END Home Page Styles */

/* BEGIN Infographic Styles */

.infoHeader {
    color: #787A7C;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.infoText {
    color: #787A7C;
    font-size: 17px;
    font-weight: lighter;
    line-height: 24px;
}

.dogHouse {
    background: url("../png/img_home_green.png") 0 0 no-repeat;
    color: #787A7C;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    padding: 0 0 0 50px;
    width: 375px;
}

ul.infoCheckList {
    list-style-type: none;
}

    ul.infoCheckList li {
        background: url("../png/icon_check_green.png") no-repeat scroll 0 7px;
        color: #787A7C;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        padding-left: 35px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min--moz-device-pixel-ratio: 1.25), only screen and ( -o-min-device-pixel-ratio: 1.25/1), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    ul.infoCheckList li {
        background: url("../png/icon_check_green%402x.png") no-repeat scroll 0 7px;
    }
}

/* END Infographic Styles */

/* BEGIN Right Widget Styles */

.V3RightWidgetGray {
    -moz-border-radius: 10px;
    background-color: #f8f8f8;
    border: 3px solid #efeeee;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 280px;
}

    .V3RightWidgetGray .V3RightWidgetTitle {
        color: #19A64A;
        font-size: 23px;
        margin: 15px 14px;
    }

    .V3RightWidgetGray .lightArea {
        background-color: #fefefe;
        Color: #4f4f4f;
        font-size: 16px;
        padding: 8px 0 0 0;
        width: 100%;
    }

/* END Right Widget Styles */

/* BEGIN Footer Styles */

#footer-wrapper {
    background-color: #717171;
    min-width: 1024px;
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
}

.footer-column {
    color: #FFFFFF;
    display: inline-block;
    margin: 0 0 0 9px;
    padding: 15px 0 0;
    vertical-align: top;
    width: 180px;
}

ul.footerLinks li {
    display: block;
    margin: 8px 0;
}

    ul.footerLinks li a {
        color: #fff !important;
        font-weight: normal !important;
        text-decoration: none !important;
    }

.socialMediaIconsContainer {
    color: #FFFFFF;
    display: inline-block;
    margin: 0 0 0 9px;
    padding: 15px 0 0;
    vertical-align: top;
    width: 180px;
}

@media(min-width: 768px) {
    #footerSealCybersourceImage {
        background-image: url("../png/cybersource_logo.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        float: left;
        margin: 12px 12px 0 0;
        display: inline-block;
        width: 134px;
        height: 31px;
    }

    #footerBBBImage {
        background-image: url("../png/seal_bbb.png");
        float: left;
        margin: 8px 12px 0 0;
        display: inline-block;
        width: 104px;
        height: 40px;
    }

    #footerNaphiaImage {
        background-image: url("../png/seal_naphia.png");
        float: left;
        margin: 4px 12px 0 0;
        display: inline-block;
        width: 131px;
        height: 45px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min--moz-device-pixel-ratio: 1.25), only screen and ( -o-min-device-pixel-ratio: 1.25/1), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    #footerSealCybersourceImage {
        /*background-image: url("/Images/V3/footer/seal_an@2x.png");
        background-size: 100%;*/
    }

    #footerBBBImage {
        background-image: url("../png/seal_bbb%402x.png");
        background-size: 100%;
    }

    #footerNaphiaImage {
        background-image: url("../png/seal_naphia%402x.png");
        background-size: 100%;
    }
}

/* END Footer Styles *;/

/* BEGIN Fixes for Magnific Popup on iOS */

.mfp-wrap, .mfp-bg {
    min-width: 1024px;
}

/* END Fixes for Magnific Popup on iOS */

/* BEGIN Property Aliases */

.green {
    color: #058c34;
}

.orange {
    color: #6158df !important;
}

.white {
    color: #FFFFFF;
}

a.orange:hover {
    color: #6158DF;
}

a.orange:focus {
    color: #6158DF;
}


.bold {
    font-weight: bold;
}

.grayBorder {
    border-top: solid 1px #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d7d7d7;
}

.lazyLoad {
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.light {
    font-weight: lighter;
}

.right {
    float: right;
}

.left {
    float: left;
}

.middle {
    vertical-align: middle;
}

.text-bottom {
    vertical-align: text-bottom;
}

.hideMe {
    display: none;
}

hr.dotted {
    background-color: #fff;
    border-top: 1px dashed #4f4f4f;
    color: #fff;
    height: 1px;
}

.f45 {
    font-size: 45px;
}

.f34 {
    font-size: 34px;
}

.f30 {
    font-size: 30px;
}

.f27 {
    font-size: 27px;
}

.f25 {
    font-size: 25px;
}

.f22 {
    font-size: 22px;
}

.f21 {
    font-size: 21px;
}

.f20 {
    font-size: 20px;
}

.f19 {
    font-size: 19px;
}

.f18 {
    font-size: 18px;
}

.f17 {
    font-size: 17px;
}

.f16 {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.f13 {
    font-size: 13px;
}

.f12 {
    font-size: 12px;
}

.f11 {
    font-size: 11px;
}

.fw600 {
    font-weight: 600;
}

/* END Property Aliases */


/* BEGIN Step 5 Page Styles */

#step5CustomerCenterInfo h2 {
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}

.managePolicyContainer {
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
}

    .managePolicyContainer .infoCheckList li {
        background: url("../png/icon_check_green.png") no-repeat scroll 0 5px;
        color: #4F4F4F;
        font-size: 16px;
        font-weight: normal;
        line-height: 35px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min--moz-device-pixel-ratio: 1.25), only screen and ( -o-min-device-pixel-ratio: 1.25/1), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    .managePolicyContainer .infoCheckList li {
        background: url("../png/icon_check_green%402x.png") no-repeat scroll 0 5px;
    }
}

.managePolicyContainer a {
    text-decoration: none;
}


#step5CustomerCenterInfo h2 {
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}



.returningCustomerContainer {
    display: inline-block;
    margin-left: 25px;
    margin-top: 25px;
    vertical-align: top;
}

    .returningCustomerContainer a {
        text-decoration: none;
    }

/* END Returning Customer page */

.comparisonTable tr td:nth-child(7),
.comparisonTable tr td:nth-child(8),
.comparisonTable tr td:nth-child(9),
.comparisonTable tr td:nth-child(10) {
    display: none;
}

.comparisontabs ul li:nth-child(6),
.comparisontabs ul li:nth-child(7),
.comparisontabs ul li:nth-child(8),
.comparisontabs ul li:nth-child(9) {
    display: none;
}

.comparisonBottomSeeMore tr td.comparisonBottomSeeMoreCell:nth-child(5),
.comparisonBottomSeeMore tr td.comparisonBottomSeeMoreCell:nth-child(6),
.comparisonBottomSeeMore tr td.comparisonBottomSeeMoreCell:nth-child(7),
.comparisonBottomSeeMore tr td.comparisonBottomSeeMoreCell:nth-child(8) {
    display: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.pop-over {
    border: 1px solid #fefefe;
    box-sizing: border-box;
    background-color: white;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 250ms ease-in-out;
    border: 1px solid #d3d3d3;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    z-index: 1000;
    margin-top: 68px;
    padding: 20px;
    margin-left: 145px;
    width: 250px;
    display: none;
}

.pop-over-mobile {
    display: block;
    border: 1px solid #fefefe;
    box-sizing: border-box;
    background-color: white;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 250ms ease-in-out;
    border: 1px solid #d3d3d3;
    position: relative !important;
    border-radius: 5px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    z-index: 1000;
    margin-top: 10px;
    padding: 10px;
    margin-left: 190px;
    width: 220px;
    float: right;
}

    .pop-over-mobile zz {
        margin-left: auto;
        margin-right: auto;
        width: 220px;
    }

.pop-over li a {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #333333;
    vertical-align: none;
    text-align: left;
    line-height: 1.8;
    text-transform: none;
    padding-left: 8px;
    text-decoration: none;
}

.pop-over-mobile li a {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #333333;
    vertical-align: none;
    text-align: left;
    line-height: 1.8;
    text-transform: none;
    padding-left: 8px;
    text-decoration: none;
}

.pop-over:after {
    border-style: solid;
    border-width: 0px 8px 12px 8px;
    border-color: transparent transparent white transparent;
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -8px;
    content: "";
}

.pop-over-mobile:after {
    border-style: solid;
    border-width: 0px 8px 12px 8px;
    border-color: transparent transparent white transparent;
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -8px;
    content: "";
}

.pop-over:before {
    border-style: solid;
    border-width: 0px 10px 14px 10px;
    border-color: transparent transparent lightgray transparent;
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -10px;
    content: "";
}

.pop-over-mobile:before {
    border-style: solid;
    border-width: 0px 10px 14px 10px;
    border-color: transparent transparent lightgray transparent;
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -10px;
    content: "";
}

.left:before {
    left: 85%;
}

.left:after {
    left: 85%;
}

.left-mobile:before {
    left: 80%;
}

.left-mobile:after {
    left: 80%;
}

.custom-message:before {
    left: 68%;
}

.custom-message:after {
    left: 68%;
}

.open-submenu {
    /* this is blocking fixed positioning of chat buttons */
    transform: scaleY(1);
    display: block;
}

.close-submenu {
    display: none;
}

#account-submenu a {
    font-size: 16px;
}

@media only screen and (min-width: 320px) {
    #searchResults a {
        color: inherit;
        overflow: hidden;
    }
}

/*begin new step2 desktop css*/
.add-pet-step2 {
    margin-left: 15px;
}

/*end step2 desktop css*/

/*Bat Signal - Desktop*/
#globalMessagesAlertsContainer {
    background-color: #666666;
    margin-top: 84px !important;
    margin-bottom: -84px !important;
    display: flex;
    align-items: center;
    min-height: 45px;
}

.bat-signal-warning-img {
    width: 17px;
    height: 15px;
    align-self: flex-start;
    margin-top: 14px;
}

.bat-message-container {
    display: flex;
    align-items: center;
    padding: 2px 0;
    margin-left: -10px;
}

.bat-message-text {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    text-align: left;
    padding: 12px 2px 12px 8px;
    max-width: calc(100% - 120px);
}

.bat-dismiss-button {
    background-color: #666666;
    color: #ffffff;
    width: 99px;
    height: 30px;
    padding: 2px 2px 2px 2px;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans Semibold", "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 26px;
    border: 1px solid #ffffff;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    #globalMessagesAlertsContainer {
        margin-top: 78px !important;
        margin-bottom: -78px !important;
    }

    .bat-message-container {
        padding: 5px 20px;
    }

    .bat-dismiss-button {
        height: 36px;
        align-self: flex-start;
        margin-top: 14px;
    }
}
/*end step2 desktop css*/
#step3-malingstate-postalcode-container {
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 45px;
    background: inherit;
    background-color: rgba(242, 242, 242, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'OpenSans', 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: normal;
    color: #000000;
}
/*New Header Styles*/

@media screen and (min-width: 768px) {
    #header-top {
        position: fixed;
        /*top: 0;*/
        left: 0;
        width: 100%;
        /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);*/
        z-index: 1001;
    }

    .paw224 .is-home #header-wrapper {
        margin-top: 46px !important;
    }

    .paw224 #header-wrapper {
        overflow: visible;
    }

    .paw224 #header-top {
        background-color: #fcfaf4;
        min-height: 81px;
    }

        .paw224 #header-top .hpsite-container, .paw224 #cbp-hrmenu {
            display: none;
        }

    .new-topbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 84px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .new-topbar .header-left {
            padding: 10px 0 0 12px;
        }

        .new-topbar .headerLogo {
            display: block;
        }

            .new-topbar .headerLogo img {
                width: 140px;
                height: auto;
            }

    .paw224v1 .pet-form, .paw224v1 .sticky-overlay {
        display: none;
    }

    .paw224v1 .pet-name-trigger-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
    }

    .pet-name-trigger-group:hover, .pet-name-trigger-group:focus {
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.34902);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.34902);
    }

    .paw224v1 .pet-name-trigger {
        border: 1px solid #8d8d8d;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0 10px;
        font-size: 14px;
        width: auto;
        height: 38px;
        line-height: 38px;
    }

    .paw224v1 .pet-name-trigger-cta {
        margin-left: -1px;
        display: inline-block;
        padding: 0 16px;
        height: 38px;
        line-height: 34px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #008762;
        background: #008762;
        color: #fff !important;
        font-weight: 650 !important;
        font-size: 15px;
        text-decoration: none !important;
    }

    .paw224v1 .sticky-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fcfaf4;
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.34902);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.34902);
        z-index: 2;
    }

    .paw224v1 .pet-form, .paw224v1 .sticky-overlay {
        display: none;
    }

    .paw224v1 .sticky-overlay-form {
        position: relative;
        max-width: 990px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .paw224v1 .sticky-overlay-close {
        position: absolute;
        top: 15px;
        right: 0;
    }

        .paw224v1 .sticky-overlay-close svg {
            width: 28px;
            height: 28px;
        }

    .paw224v1 .sticky-overlay-form-heading {
        margin-bottom: 20px;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        color: #19A64A;
    }

    .paw224v1 .sticky-overlay-form-fields {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .paw224v1 .sticky-overlay input[type="text"] {
        padding: 5px 10px;
        font-size: 16px;
        height: 48px;
        max-width: 327px;
    }

    .paw224v1 .sticky-overlay .buttonSet {
        height: 48px;
    }

    .paw224v1 .sticky-overlay .orangeBtn {
        position: static;
        height: 48px;
        line-height: 48px;
        padding: 0 40px;
    }

    .paw224v1 .sticky-overlay .f16 {
        margin-left: auto;
        margin-top: 20px;
        margin-right: 25px;
        color: #008762;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
    }

    .cbp2-hrmenu {
        margin: 5px 20px 0;
    }

    .cbp2-hrlist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cbp2-hrlist-item {
        position: relative;
        margin: 0 10px;
    }

    .cbp2-hrlink {
        background: none;
        border: 0;
        padding: 0;
        font-family: 'OpenSans-Regular', 'Open Sans', sans-serif !important;
        font-size: 16px;
        font-weight: 400 !important;
        text-decoration: none !important;
        cursor: pointer !important;
        color: #444 !important;
    }

        .cbp2-hrlink .svg-triangle {
            display: inline-block;
            margin-bottom: 2px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .cbp2-hrsub {
        display: none;
        position: absolute;
        margin-top: 20px;
        z-index: 4;
        background: #fff;
        padding: 20px 22px;
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
        border-top: 7px solid #35a34e;
    }

    .cbp2-hropen .cbp2-hrsub {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cbp2-hropen:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7l6.5-7L13 7H0z' fill='%2335a34e'/%3E%3C/svg%3E");
        position: absolute;
        bottom: -21px;
        left: 50%;
        margin-left: -7.5px;
        width: 13px;
        height: 7px;
    }

    .cbp2-hrsub-col:not(:only-child) {
        min-width: 220px;
    }

    .cbp2-hrsub-col {
        width: auto;
        white-space: nowrap;
    }

    .cbp2-hrsub-header {
        font-family: 'OpenSans-SemiBold', 'Open Sans SemiBold', 'Open Sans', sans-serif;
        font-size: 14px;
        color: #35A34E;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 27px;
    }

    .cbp2-hrsub .cbp2-hrlink {
        font-size: 15px;
        color: #444 !important;
        line-height: 27px;
    }

    .cbp2-hrsub-col + .cbp2-hrsub-col {
        padding-left: 24px;
    }

    .new-topbar .header-right {
        position: relative;
        margin-top: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .new-topbar .header-right .orangeBtn {
            padding: 12px 24px;
            color: #fff;
            text-decoration: none;
            font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 700;
            border-radius: 50px;
            height: auto;
        }

        .new-topbar .header-right.menu-open > a > .orangeBtn {
            visibility: hidden;
            cursor: none;
            pointer-events: none;
        }

    .new-topbar .headerDesktopSignIn2 {
        margin-left: 24px;
        border: 0;
        background: none;
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif !important;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none !important;
    }

        .new-topbar .headerDesktopSignIn2 span {
            color: #34A350;
        }

    .new-topbar .paw-icon {
        position: relative;
        width: 16px;
        margin: 0 auto;
    }

        .new-topbar .paw-icon .svg-toe:nth-of-type(1) {
            top: 5px;
            left: -4px;
        }

        .new-topbar .paw-icon .svg-toe {
            position: absolute;
            -webkit-transform: rotate(23deg);
            -ms-transform: rotate(23deg);
            transform: rotate(23deg);
        }

            .new-topbar .paw-icon .svg-toe:nth-of-type(2) {
                top: 11px;
                left: -1px;
            }

            .new-topbar .paw-icon .svg-toe:nth-of-type(3) {
                top: 14px;
                left: 4px;
            }

            .new-topbar .paw-icon .svg-toe:nth-of-type(4) {
                top: 12px;
                left: 10px;
            }

        .new-topbar .paw-icon .svg-heart {
            -webkit-transform: rotate(23deg);
            -ms-transform: rotate(23deg);
            transform: rotate(23deg);
        }

    .new-topbar .headerDesktopSignIn2 .svg-triangle {
        display: inline-block;
        margin-bottom: 2px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .new-topbar .pop-over2 {
        margin-left: 0;
        top: -18px;
        right: 0;
        padding: 8px 22px 20px;
        border-radius: 0;
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.35) !important;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.35) !important;
        border-top: 7px solid #35a34e;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        width: auto;
    }

        .new-topbar .pop-over2:before {
            display: none;
        }

    .pop-over2:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7l6.5-7L13 7H0z' fill='%2335a34e'/%3E%3C/svg%3E");
        position: absolute;
        border: 0;
        top: -13px;
        right: 22%;
        width: 13px;
        height: 7px;
    }

    .new-topbar .pop-over2 a {
        padding: 0;
        font-family: 'OpenSans-Regular', 'Open Sans', sans-serif !important;
        font-weight: 400 !important;
        font-size: 15px;
        color: #444 !important;
        line-height: 27px;
        text-decoration: none !important;
    }

    .cbp2-hrlink:hover, .cbp2-hrlink:focus {
        color: #35a34e !important;
        text-decoration: none;
    }

    .pet-care-blog:hover, .pet-care-blog:focus {
        color: #35a34e !important;
        text-decoration: none;
    }

    .pet-care-blog {
        position: relative;
        margin: 0 12px;
        background: none;
        border: 0;
        padding: 0;
        font-family: 'OpenSans-Regular', 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        cursor: pointer;
        color: #444 !important;
    }
}

@media screen and (min-width: 1024px) {
    .new-topbar {
        max-width: 1100px;
    }
}

@media screen and (min-width: 1100px) {
    .new-topbar .headerLogo img {
        width: 196px;
        height: 50px;
    }

    .new-topbar .header-left {
        padding: 0 0 0 40px;
    }
}

.customerReview {
    padding: 96px 0px;
    text-align: center;
    
    background-color: #f0f0f0;
}
.customerReview .row{
    margin-right:-15px !important;
}
.customerReview .smallHeader {
    font-weight: 600;
    color: #4f4f4f;
    font-size:16px;
    text-transform:uppercase;
}
.customerReview .review-container{
    padding:0px 20px;
}
.customerReview .review, .customerReview .reviewer, .customerReview .CTA{
    color: #4f4f4f;
    text-align: left;
    line-height: 30px;
    font-size:20px;
    font-style:italic;
    margin-top:30px;
}
.customerReview .CTA{
    color:#6158DF;
    text-align: left;
    line-height: 30px;
    font-size:20px;
    margin-top:15px;
    display:block;
    font-weight:600;
}
.customerReview .reviewer span{
    display:block;
}

@media only screen and (max-width:576px){
    .customerReview{
        padding:30px 0px;
    }
    .customerReview .review-container{
        padding:0px 16px;
    }
    .customerReview .review, .customerReview .reviewer, .customerReview .CTA {
        line-height: 21px;
        font-size: 14px;
    }
    .customerReview .review{
        margin-top:15px;
    }
    .customerReview .reviewer{
        margin-top:0px;
    }
     .customerReview .CTA{
         font-weight:800;
     }
}