@charset "UTF-8";:root {
    --pet-cat-background-color: #f6e5ef !important;
    --pet-dog-background-color: #e5f1eb !important;
    --pet-cat-landing-page-check-cat-btn: #d81a86
}
body {
    font-family: Gotham Narrow Light;
    color: #373737!important;
    overflow-x: hidden
}
body .pet-cat {
    background-color: var(--pet-cat-background-color)
}
body .pet-dog {
    background-color: var(--pet-dog-background-color)
}
p,a {
    margin-bottom: 20px
}
header {
    display: none!important
}
h1,h2 {
    width: 100%;
    font-weight: 700;
    color: #373737;
    font-family: Arboria
}
h3 {
    width: 100%;
    font-style: normal;
    font-weight: 700!important;
    font-size: 38px;
    line-height: 3rem;
    margin-bottom: 20px
}
h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 20px
}
h5 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    font-family: arboria
}
h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}
p.medium {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}
p.consent {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px
}
input,select {
    padding: 12px 18px;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 40px!important
}
span.select2 {
    margin-bottom: 40px
}
section#section1 h4.step {
    margin-top: 0!important
}
#section1 h3,#section3 h3 {
    color: #373737
}
.container {
    max-width: 1366px
}
.left-col {
    padding: 32px 15px 0
}
.left-col img {
    max-width: 321px;
    width: 100%
}
.right-col img {
    width: 100%
}
.site-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0
}
a.btn,#section1-next,#section2-next,#section3-next,#section4-next {
    font-family: arboria;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    width: 100%;
    max-width: 273px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 130px
}
.light-yellow {
    background-color: #fff2c0!important
}
.consent a {
    color: #373737;
    text-decoration: underline
}
section.footer {
    background-color: #fff;
    display: flex;
    padding: 14px 20px 20px 10px
}
section.footer .container {
    max-width: 100%
}
section.footer .row {
    display: block
}
section.footer .row:first-child {
    margin-bottom: 20px
}
section.footer a {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    padding: 0 10px
}
section.footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0
}
p.mm-number {
    float: right
}
section.questionnaire {
    background-color: #e5f1eb
}
body .pet-dog section.derm-questionnaire {
    background-color: #e5f1eb
}
body .pet-cat section.derm-questionnaire {
    background-color: #f6e5ef!important
}
.dark-orange {
    color: #ff6400
}
.light-blue {
    color: #00c1d5
}
.light-orange {
    color: #ff8a00
}
.options-desktop {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 1fr;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px
}
@media only screen and (max-device-width: 768px) {
    .options-desktop {
        grid-template-columns:repeat(2,1fr)
    }
}
@media only screen and (max-width: 480px) {
    .options-desktop {
        grid-template-columns:repeat(1,1fr)
    }
}
.questionnaire-container {
    max-width: 860px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1.5rem
}
.header-title {
    margin-top: 3rem
}
@media only screen and (max-device-width: 767px) {
    .header-image-div {
        display:flex;
        justify-content: center
    }
    .header-title {
        margin-top: 2rem
    }
}
#section1 .questionnaire-container {
    margin: auto
}
a.back-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #373737;
    margin-top: 20px
}
p.label {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background-color: #ff6400;
    max-width: 104px;
    padding: 10px 6px;
    text-align: center
}
select#age {
    max-width: 143px;
    width: 100%;
    margin-bottom: 50px
}
input::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    opacity: .3
}
input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    opacity: .3
}
.dark-pink {
    background-color: #fe9dba!important
}
.purple {
    background-color: #a550c3!important
}
.gray-btn {
    margin: 0 auto;
    width: 320px!important;
    max-width: 320px!important
}
.pet-dog .gray-btn {
    background-color: #f8f8f8!important;
    color: #a3a3a3!important
}
.pet-cat .gray-btn {
    background-color: #725164!important;
    color: #fff!important
}
.pet-dog .gray-btn.active {
    background-color: #007a3e!important;
    color: #fff!important
}
.pet-cat .gray-btn.active {
    background-color: #aa0061!important;
    color: #fff!important
}
@media only screen and (max-width: 768px) {
    #section1-next {
        margin:0 auto;
        max-width: none;
        width: 98%!important
    }
    .pet-dog #section1-next {
        background-color: #f8f8f8!important;
        color: #a3a3a3!important
    }
    .pet-cat #section1-next {
        background-color: #725164!important;
        color: #fff!important
    }
    .pet-dog #section1-next.active {
        background-color: #007a3e!important;
        color: #fff!important
    }
    .pet-cat #section1-next.active {
        background-color: #aa0061!important;
        color: #fff!important
    }
}
#section2-next {
    margin: 0 auto;
    max-width: none;
    width: 98%!important
}
.pet-dog #section2-next {
    background-color: #f8f8f8!important;
    color: #a3a3a3!important
}
.pet-cat #section2-next {
    background-color: #725164!important;
    color: #fff!important
}
.pet-dog #section2-next.active {
    background-color: #007a3e!important;
    color: #fff!important
}
.pet-cat #section2-next.active {
    background-color: #aa0061!important;
    color: #fff!important
}
.row.two-options {
    justify-content: space-around
}
.btn.purple,.btn.dark-green {
    color: #fff
}
label.checkbox-field {
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}
label.checkbox-field:focus-visible {
    outline: 3px solid #007bff;
    outline-offset: 2px;
    border-radius: 4px
}
.pet-cat label.checkbox-field:focus-visible {
    outline-color: #aa0061
}
.pet-dog label.checkbox-field:focus-visible {
    outline-color: #00aa30
}
label.checkbox-field:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px;
    border-radius: 4px
}
.pet-cat label.checkbox-field:focus {
    outline-color: #aa0061
}
.pet-dog label.checkbox-field:focus {
    outline-color: #00aa30
}
.none-of-the-above {
    margin-left: 5px;
    margin-right: 5px
}
.options-desktop label.checkbox-field {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 8px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}
.row.two-options label.checkbox-field {
    max-width: 420px
}
label.checkbox-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    pointer-events: none
}
label.checkbox-field input:focus-visible {
    outline: none
}
label.checkbox-field input:focus {
    outline: none
}
.pain-img video {
    pointer-events: none
}
.check-container {
    pointer-events: none
}
span.checkmark {
    display: flex;
    padding: 10px;
    height: 20px;
    border-radius: 4px;
    background-color: #fe9dba;
    opacity: .5;
    margin-right: 10px
}
.derm .checkbox-field:hover input~.checkmark {
    background-color: #77a148;
    opacity: 1
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.checkbox-field input:checked~.checkmark:after {
    display: block
}
span.checkmark.yes:after {
    display: block;
    background: url(../png/checkbox-field-check.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 3px
}
span.checkmark.no:after {
    display: block;
    background: url(../png/close-2.png);
    width: 14px;
    height: 14px;
    top: 13px;
    left: 13px
}
.pain-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 24px;
    position: relative
}
.pain-img:focus-visible,.pain-img.checkbox-field-wrapper:focus-visible {
    outline: 3px solid #007bff;
    outline-offset: 2px
}
.pet-cat .pain-img:focus-visible,.pet-cat .pain-img.checkbox-field-wrapper:focus-visible {
    outline-color: #aa0061
}
.pet-dog .pain-img:focus-visible,.pet-dog .pain-img.checkbox-field-wrapper:focus-visible {
    outline-color: #00aa30
}
.pain-img:focus,.pain-img.checkbox-field-wrapper:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px
}
.pet-cat .pain-img:focus,.pet-cat .pain-img.checkbox-field-wrapper:focus {
    outline-color: #aa0061
}
.pet-dog .pain-img:focus,.pet-dog .pain-img.checkbox-field-wrapper:focus {
    outline-color: #00aa30
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .pain-img:not(:last-child) {
        margin-bottom:20px
    }
}
.pet-dog .pain-img.click-bg {
    border: 3px solid #00aa30
}
.pet-cat .pain-img.click-bg {
    box-shadow: #aa0061 0 1px 4px,#aa0061 0 0 0 3px
}
.pet-cat .pain-img.click-bg .checkbox-field {
    color: #aa0061
}
.pet-dog .pain-img.checkbox-field-wrapper:hover:not(.click-bg) {
    border: 3px solid rgba(0,170,48,.5);
    cursor: pointer
}
.pet-dog .pain-img.checkbox-field-wrapper:hover:not(.click-bg) .check-container {
    display: block!important;
    opacity: .5
}
.pet-dog .pain-img.checkbox-field-wrapper:hover.click-bg {
    cursor: pointer
}
.pet-cat .pain-img.checkbox-field-wrapper:hover:not(.click-bg) {
    box-shadow: #aa006180 0 1px 4px,#aa006180 0 0 0 3px;
    cursor: pointer
}
.pet-cat .pain-img.checkbox-field-wrapper:hover:not(.click-bg) .checkbox-field {
    color: #aa0061b3
}
.pet-cat .pain-img.checkbox-field-wrapper:hover:not(.click-bg) .check-container {
    display: block!important;
    opacity: .5
}
.pet-cat .pain-img.checkbox-field-wrapper:hover.click-bg {
    cursor: pointer
}
.checkbox-field input~.checkmark.multiple-choice:after {
    display: block
}
.checkbox-field input~.checkmark.multiple-choice:after {
    display: block;
    border: none;
    transform: none;
    left: 14px;
    top: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center
}
h4.step {
    text-align: center
}
label.checkbox-field.consent-check {
    background: none;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px
}
.white {
    background-color: #fff!important
}
.row.consent-btns {
    margin-top: 2.5rem;
    justify-content: space-between
}
label.checkbox-field.consent-check span.checkmark {
    background-color: #fff;
    border: 2px solid #fe9dba
}
.acknowledgement-result-text {
    display: flex;
    flex-direction: row;
    align-items: center
}
.acknowledgement-result-text p {
    width: 100%
}
.acknowledgement-result-text label {
    background: none;
    width: auto;
    cursor: auto;
    margin: 0
}
img.article-thumbnail {
    background-color: #d5d5d5;
    height: 249px;
    width: 100%
}
.row.acknowledgement-btns a {
    margin-right: 20px
}
.row.acknowledgement-btns {
    margin-top: 60px
}
.row.article-field h6 {
    min-height: 60px
}
i.fas.fa-arrow-left {
    margin-right: 8px
}
i.fas.fa-arrow-right {
    margin-left: 8px
}
.mobile-dog-img {
    display: none
}
.col-md-6.right-col {
    align-items: center;
    display: flex
}
.pain-img img {
    max-width: 100%;
    margin-bottom: 0
}
.row.two-options label.checkbox-field.full-label {
    max-width: 100%
}
section.derm-questionnaire span.checkmark {
    background-color: #77a148
}
section.derm-questionnaire .options-desktop label.checkbox-field {
    text-align: center
}
section.derm-questionnaire label.checkbox-field.consent-check span.checkmark {
    border: 2px solid #000;
    opacity: 1
}
.derm label.checkbox-field.full-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 100px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
    flex: 100%;
    max-width: none;
    margin: 20px auto 36px;
    border-radius: 5px
}
.derm label.checkbox-field.full-label:focus-visible {
    outline: 3px solid #007bff;
    outline-offset: 2px
}
.pet-cat .derm label.checkbox-field.full-label:focus-visible {
    outline-color: #aa0061
}
.pet-dog .derm label.checkbox-field.full-label:focus-visible {
    outline-color: #00aa30
}
.derm label.checkbox-field.full-label:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px
}
.pet-cat .derm label.checkbox-field.full-label:focus {
    outline-color: #aa0061
}
.pet-dog .derm label.checkbox-field.full-label:focus {
    outline-color: #00aa30
}
.derm label.checkbox-field.full-label img {
    margin-right: 12px
}
.derm label.checkbox-field.full-label span {
    margin-top: 5px
}
.derm .row.two-options {
    margin-bottom: 40px
}
label.acknowledgement-checkbox-field {
    cursor: auto;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    width: auto;
    display: block;
    position: relative;
    padding: 17px 0 0 64px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    min-height: auto;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px
}
label.acknowledgement-checkbox-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
label.acknowledgement-checkbox-field span.checkmark {
    opacity: 1
}
.pain-img label.checkbox-field.clicked {
    border: none!important
}
.clicked span.checkmark {
    opacity: 1
}
@media only screen and (max-width: 768px) {
    .col-md-6.left-col {
        max-width:100%;
        flex: 0 0 100%
    }
    .container-fluid {
        padding: 0!important
    }
    .container,.container-sm {
        max-width: 100%!important
    }
    section.footer a {
        display: block;
        margin-bottom: 0;
        padding: 0
    }
    p.mm-number {
        margin-top: 50px;
        float: none
    }
    .mobile-hide {
        display: none
    }
    .mobile-dog-img {
        display: block;
        position: relative;
        top: -100px;
        left: -120px;
        margin-bottom: -90px
    }
    .mobile-dog-img img {
        transform: rotate(50.31deg);
        max-width: 100%;
        width: 278px;
        height: 278px
    }
    .derm .mobile-dog-img {
        display: none
    }
    .col-md-6.right-col {
        display: none!important
    }
    a.btn {
        margin: 32px auto;
        max-width: 335px
    }
    select#age {
        max-width: 100%
    }
    .row.two-options {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin: auto
    }
    .row.two-options label.checkbox-field {
        max-width: 100%;
        padding: 12px 0 12px 64px
    }
    input[type=range] {
        margin-bottom: 0!important
    }
    .row.consent-btns a {
        margin: 20px
    }
    .row.consent-btns {
        justify-content: center
    }
    .row.article-field .col-md-6 {
        margin-top: 32px
    }
    section#section3 h5 {
        margin-top: 48px
    }
    .acknowledgement-result-text {
        margin-bottom: 20px
    }
    .acknowledgement-result-text p {
        margin-bottom: 0
    }
    label.acknowledgement-checkbox-field {
        padding: 0 0 0 64px
    }
    span.checkmark {
        top: 0
    }
    .first-yes-no span.checkmark,.second-yes-no span.checkmark {
        top: 12px
    }
    .consent-check span.checkmark {
        top: 20px
    }
    .derm .row.two-options label.checkbox-field {
        margin-bottom: 20px
    }
}
@media only screen and (max-width: 700px) {
    .options-desktop {
        justify-content:center
    }
    label.checkbox-field.full-label {
        max-width: 335px;
        margin: auto
    }
}
.country-selector-container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px
}
.country-selector-container h1 {
    margin-bottom: 30px
}
.country-selector-container h3 {
    color: #585858;
    margin-bottom: 20px;
    font-family: gothamcond-medium;
    font-style: normal;
    font-size: 2rem!important;
    line-height: 2.25rem!important
}
.countries-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px
}
.countries-list a {
    font-family: gothamnarrow-medium;
    font-weight: 400;
    font-style: normal;
    flex-grow: 1;
    width: 33%;
    color: #585858;
    margin-bottom: 10px
}
.countries-list img {
    margin-bottom: 0;
    margin-right: .5rem
}
.countries-list.column,.countries-list.column a {
    display: block
}
@media only screen and (max-width: 768px) {
    .countries-list a {
        width:100%
    }
}
span.select2-selection.select2-selection--single {
    padding: 12px 18px!important;
    border: none!important;
    border-bottom: 1px solid!important;
    height: auto;
    border-radius: 0
}
span#select2-breed-container {
    padding-left: 0
}
span#select2-breed-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px!important
}
span.select2-selection__arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent!important
}
span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100%!important
}
input.select2-search__field {
    margin-bottom: 0!important
}
input.form-submit-btn {
    display: none
}
p.error-message1,p.error-message2,p.error-message3,p.error-message4,p.error-message5 {
    margin-top: -30px;
    color: #ff2b2b;
    font-size: 20px
}
p.error-message5 {
    margin-top: 0
}
form#SubmitForm {
    display: none
}
span.dog-name-text,span.cat-name-text {
    text-transform: capitalize
}
.none-of-the-above label {
    margin-top: 20px
}
.pain-type-image {
    width: 165px;
    margin: 0 auto;
    position: relative;
    z-index: 15
}
.click-bg:after {
    background: #007a3e!important;
    margin-top: -296px
}
.section-4-container {
    background-color: #fff;
    padding: 35px 30px
}
.section-4-container h6 {
    font-family: Gotham Narrow Medium;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 23px
}
.section-4-container p {
    width: 90%
}
.article-container {
    font-family: Gotham Narrow Medium
}
.h4-red {
    font-family: GothamCondSSm;
    color: #007a3e;
    margin-bottom: 0!important;
    text-transform: uppercase
}
.symptom-box {
    display: none;
    margin-bottom: 25px
}
.symptom-box.active {
    display: flex
}
.symptom-box span {
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 18px;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%)
}
.section-4-red {
    background-color: #007a3e;
    color: #fff;
    padding: 56px
}
.section-4-red input {
    width: 95%
}
.data-use-link {
    color: #fff;
    text-decoration: underline
}
.btn.orange {
    color: #fff;
    background-color: #ff6400;
    font-size: 20px
}
.article-container img {
    width: 100%;
    margin-bottom: 20px
}
.article-container h6 {
    margin-top: 24px;
    margin-bottom: 16px
}
.check-other {
    font-weight: 700;
    color: #007a3e;
    text-decoration: underline
}
.thankyou-container {
    background-color: #fff;
    width: 100%
}
.thankyou-container .questionnaire-container {
    padding-bottom: 0
}
.visit-zoetis {
    color: #ff6400;
    font-weight: 700;
    text-decoration: underline;
    text-align: center
}
.pet-dog #none-btn.clicked {
    border: 3px solid #00aa30
}
.pet-dog #none-btn.clicked .check-container {
    display: block!important;
    opacity: 1
}
.pet-cat #none-btn.clicked {
    box-shadow: #aa0061 0 1px 4px,#aa0061 0 0 0 3px
}
.pet-cat #none-btn.clicked .check-container {
    display: block!important;
    opacity: 1
}
#none-btn:hover:not(.clicked) {
    cursor: pointer
}
.pet-dog #none-btn:hover:not(.clicked) {
    border: 3px solid rgba(0,170,48,.5)
}
.pet-dog #none-btn:hover:not(.clicked) .check-container {
    display: block!important;
    opacity: .5
}
.pet-cat #none-btn:hover:not(.clicked) {
    box-shadow: #aa006180 0 1px 4px,#aa006180 0 0 0 3px
}
.pet-cat #none-btn:hover:not(.clicked) .check-container {
    display: block!important;
    opacity: .5
}
#none-btn:hover.clicked {
    cursor: pointer
}
.pain-type-image.static {
    display: block;
    width: 165px
}
.pain-type-image.animated {
    width: 165px
}
#section1 .col-md-6 img,#section3 .col-md-6 img {
    width: 400px;
    max-width: 100%
}
footer-links ul {
    margin-left: 30px!important
}
footer-links li {
    display: inline-block
}
footer-links li:after {
    content: "|";
    margin: 0 5px
}
footer-links li:last-child:after {
    content: "";
    margin: 0
}
footer-links li a {
    color: #000
}
.container {
    padding-left: 15px;
    display: block
}
.section-4-red p {
    color: #fff;
    font-size: 16px
}
.section-4-container p {
    margin-bottom: 1.5rem
}
.email_address_label {
    font-weight: 700;
    font-size: 20px!important;
    margin-bottom: 1rem;
    margin-top: 1rem
}
.thankyou-container p {
    font-size: 16px;
    text-align: center
}
#section5 p {
    font-size: 20px
}
#section1-next {
    pointer-events: none
}
#section1-next.active {
    pointer-events: auto!important
}
.site-info a {
    margin-bottom: 0
}
@media only screen and (max-width: 400px) {
    .pain-img .pain-type-image {
        max-width:none;
        transform: translate(-9%)
    }
}
@media screen and (max-width: 455px) and (min-width: 430px) {
    .pain-img .pain-type-image {
        max-width:none;
        transform: translate(-4%)
    }
}
@media screen and (max-width: 429px) and (min-width: 401px) {
    .pain-img .pain-type-image {
        max-width:none;
        transform: translate(-7%)
    }
}
@media screen and (max-width: 400px) and (min-width: 220px) {
    .options-desktop .justify-content-start {
        justify-content:space-evenly!important
    }
    .symptom-box span {
        position: relative;
        margin-left: -40px;
        max-width: 85%
    }
    .pain-img.click-bg:after {
        position: absolute;
        margin-top: 21px;
        margin-left: 12px;
        height: 105px;
        width: 106px
    }
    .pain-img:after {
        position: absolute;
        margin-top: 18px;
        margin-left: 12px;
        height: 105px;
        width: 106px
    }
    .pain-img .checkbox-field {
        margin-bottom: 2rem!important
    }
    .click-bg label {
        line-height: 24px
    }
    .desktop-options .justify-content-center {
        justify-content: start!important
    }
}
.half-opacity {
    opacity: .5
}
#section3 p {
    font-size: 16px
}
#section1-next {
    max-width: 100%!important
}
.symptom-box img {
    width: 40px!important
}
.row.site-info {
    margin-left: 0;
    margin-right: 0
}
.arboria {
    font-family: arboria
}
.f-16 {
    font-size: 16px!important
}
.check-link {
    font-family: Gotham Narrow Light;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #373737
}
.consent-check a {
    color: #fff;
    font-weight: 700
}
:root {
    --borderWidth: 3px;
    --height: 14px;
    --width: 8px;
    --borderColor: white
}
.check-container {
    width: 20px;
    height: 20px;
    border-radius: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    margin: .25rem;
    border: none!important
}
.pet-dog .check-container {
    background-color: #00aa30!important
}
.pet-cat .check-container {
    background-color: #aa0061!important
}
.check-icon {
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
    margin-left: 6px;
    margin-bottom: 3px
}
.screener-title {
    color: #373737!important;
    font-weight: 700!important;
    vertical-align: top!important;
    margin-bottom: 1.6rem
}
.screener-description {
    color: #373737;
    font-size: 1rem;
    font-weight: 400;
    line-height: 23px
}
.screener-problems-title {
    color: #373737;
    font-family: Arboria;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    vertical-align: top;
    padding-bottom: 12px;
    margin: 0;
    margin-top: 1rem
}
.screener-problems-description {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    margin-top: 1rem;
    margin-bottom: 0
}
.screener-problems-sub-description {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0%
}
.option-type-title .show-type-title {
    display: block;
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem
}
.options-title-content-container:not(.reduced-height) .option-type {
    padding: 0
}
.option-type {
    color: #373737;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 27px;
    padding-top: 4px;
    z-index: 321;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important
}
.pet-dog .option-type {
    box-shadow: 0 4px 10px #e7f1eb
}
.screener-results-content--subtitle {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5rem;
    font-size: 1.125rem!important
}
.pet-cat .screener-results-content--subtitle {
    color: #aa0061
}
.pet-dog .screener-results-content--subtitle {
    color: #377844
}
.screener-results-content--title {
    color: #000;
    font-weight: 600;
    line-height: 2.5rem;
    font-size: 2.125rem;
    margin-bottom: 2.5rem
}
.screener-positive-results-container,.screener-neutral-results-container {
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem
}
.screener-positive-results-list--container,.screener-neutral-results-list--container {
    width: 100%;
    flex: 50%;
    min-width: 330px;
    max-width: 100%
}
.screener-positive-results-list--title,.screener-neutral-results-list--title {
    color: #000;
    font-size: 1.25rem!important;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: .75rem
}
.screener-positive-results-list--item,.screener-neutral-results-list--item {
    display: flex;
    align-items: center;
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem
}
.screener-positive-results-list,.screener-neutral-results-list {
    list-style: none;
    padding: 0
}
#first-results .screener-positive-results-list--item:before,#first-results .screener-neutral-results-list--item:before {
    content: "";
    background: #377844;
    border-radius: 10px;
    padding: 5px;
    -webkit-margin-end: 12px;
    margin-inline-end:12px;font-size: 0
}
.pet-cat #first-results .screener-positive-results-list--item:before,.pet-cat #first-results .screener-neutral-results-list--item:before {
    background: #aa0061
}
.pet-dog #first-results .screener-positive-results-list--item:before,.pet-dog #first-results .screener-neutral-results-list--item:before {
    background: #377844
}
#second-results .screener-positive-results-list--item:before,#second-results .screener-neutral-results-list--item:before {
    content: "";
    background: #377844;
    border-radius: 10px;
    padding: 5px;
    -webkit-margin-end: 12px;
    margin-inline-end:12px;font-size: 0
}
.pet-cat #second-results .screener-positive-results-list--item:before,.pet-cat #second-results .screener-neutral-results-list--item:before {
    background: #aa0061
}
.pet-dog #second-results .screener-positive-results-list--item:before,.pet-dog #second-results .screener-neutral-results-list--item:before {
    background: #377844
}
.screener-neutral-results-main-container {
    margin-bottom: 6px
}
.screener-neutral-results-main-container h2 {
    margin-bottom: 2.5rem;
    font-size: 34px!important
}
.screener-results-content--description {
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1rem!important
}
.screener-suggestion--container {
    display: flex;
    flex-wrap: wrap
}
.screener-suggestion--item {
    background-color: #fff;
    border-radius: 12px;
    flex: calc(33.3333333333% - 20px);
    padding: .875rem;
    min-width: 273px;
    margin-right: 10px
}
.screener-articles--item {
    background-color: #fff;
    border-radius: 12px;
    flex: calc(33.3333333333% - 20px);
    min-width: 273px;
    margin-right: 10px
}
@media only screen and (max-width: 660px) {
    .screener-articles--item {
        min-width:100%;
        margin: 0 0 20px
    }
}
@media only screen and (max-device-width: 768px) {
    .screener-articles--item {
        flex:calc(50% - 20px);
        max-width: 45%;
        margin: 0 20px 20px 0
    }
}
@media only screen and (max-device-width: 1024px) {
    .screener-suggestion--item {
        flex:calc(33.3333333333% - 20px);
        padding: .875rem;
        min-width: 100%;
        margin: 0 0 20px!important
    }
    .screener-articles--item {
        flex: calc(33.3333333333% - 20px);
        max-width: 45%;
        margin: 0 20px 20px 0
    }
    .screener-article--content-container .btn {
        min-width: 95%!important
    }
}
.screener-suggestion--title-container {
    display: flex;
    gap: 14px;
    align-items: center;
    word-break: break-word
}
img.screener-suggestion--logo {
    width: 56px;
    height: 56px;
    align-self: flex-start
}
p.screener-suggestion--item-title {
    margin: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.5rem
}
.pet-cat p.screener-suggestion--item-title {
    font-size: 18px!important
}
.pet-dog p.screener-suggestion--item-title {
    font-size: 1.25rem!important
}
.screener-suggestion--content-container {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 8px
}
.pet-cat .screener-suggestion--content-container {
    background: #f5e9f5
}
.pet-dog .screener-suggestion--content-container {
    background: #f4faf3
}
p.screener-suggestion--item-content {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 1rem!important
}
.another-pet--container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    background-color: #fbfaf9;
    left: 50%;
    margin-top: 2rem;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    overflow-x: hidden
}
.another-pet--img {
    display: initial;
    height: auto;
    max-height: 180px;
    width: auto;
    max-width: 100%
}
.another-pet--img.mobile-img {
    display: none
}
.another-pet--content.another-pet--image-container {
    height: 100%;
    max-height: 100%;
    align-self: self-end;
    display: flex;
    justify-content: flex-start
}
p.another-pet--title {
    margin: 0 0 12px;
    color: #000;
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.5rem!important
}
.another-pet--cta {
    color: #aa0061;
    font-size: 1rem;
    text-decoration: underline;
    line-height: 1.25rem;
    alignment-baseline: ideographic;
    text-decoration-color: #aa0061!important
}
.another-pet--cta:hover {
    color: #aa0061;
    text-decoration-color: #aa0061!important
}
.another-pet--container .another-pet--text-container {
    margin: 2rem .875rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
@media only screen and (min-width: 767px) {
    .another-pet--container .another-pet--text-container {
        align-items:flex-end
    }
}
.another-pet--inner-container {
    display: flex;
    background-color: #fbfaf9;
    align-items: center;
    box-sizing: content-box;
    max-width: 100%!important
}
.data-overlay {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw
}
.data-overlay--header {
    display: flex;
    padding: 15px 25px;
    background-color: #fff;
    align-items: center
}
i.fas.fa-arrow-left {
    color: #373737
}
a#close-overlay {
    margin: 0
}
a#close-overlay:hover i.fas.fa-arrow-left {
    color: #000
}
i.fas.fa-close {
    color: #373737
}
a#button-x {
    margin: 0
}
a#button-x:hover i.fas.fa-close {
    color: #000
}
.data-overlay--content {
    padding-bottom: 4rem
}
.data-overlay--submit-container {
    margin-top: 2rem
}
.data-overlay--term-and-conditions {
    margin-top: 1rem
}
.data-overlay--content-container.container {
    margin-top: 2.5rem;
    max-width: 860px!important
}
@media only screen and (max-device-width: 1024px) {
    .data-overlay--content-container.container {
        margin-top:2.5rem;
        padding: 1rem 3rem 3rem!important
    }
}
@media only screen and (max-device-width: 768px) {
    .data-overlay--content-container.container {
        margin-top:2.5rem;
        padding: 1rem 3rem 3rem!important
    }
    .data-overlay--content-title,.data-overlay--content-description {
        margin-bottom: 0
    }
}
.data-overlay--content-title {
    color: #373737;
    font-weight: 700;
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 1.5rem;
    font-size: 2.2rem
}
.data-overlay--content-description {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1rem
}
.data-overlay--content-description-second {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2rem
}
.data-overlay--content-question {
    color: #585858;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem
}
.data-overlay--content-question.age {
    margin-bottom: 3rem
}
.data-overlay--name-input,.data-overlay--email-input,.data-overlay--breed-name-input {
    width: 100%;
    color: #6a6a6a;
    font-size: .875rem;
    margin-bottom: 1.75rem!important;
    border-bottom: none
}
#data-overlay--breed-select {
    color: #6a6a6a;
    width: 100%;
    font-size: .875rem;
    margin-bottom: 1.75rem!important;
    border-bottom: none
}
.data-overlay--checkbox-item {
    display: flex;
    align-items: flex-start;
    padding: .5rem 0
}
.data-overlay--checkbox-item label,.data-overlay--checkbox-item label p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1rem;
    display: inline
}
.data-overlay--checkbox-input {
    min-width: 24px;
    min-height: 24px;
    margin-right: 10px!important
}
.data-overlay--checkbox-input-error,.data-overlay--content-question-error {
    font-size: 13px;
    color: red;
    font-weight: 400;
    margin: 0
}
.data-overlay--term-and-conditions-text {
    font-size: 11px;
    line-height: 15px;
    vertical-align: top
}
.bad-news .row,.good-news .row {
    margin-bottom: 2rem
}
.good-news-area .good-news-title {
    font-size: 16px!important;
    line-height: 22px!important;
    font-weight: 700!important
}
.good-news-area .good-news-description {
    font-size: 14px!important;
    line-height: 19px!important;
    font-weight: 500!important
}
a.screener-start-cta {
    width: 100%;
    max-width: 100%!important;
    min-width: 100%;
    margin: 1.5rem 0
}
#section1 .row {
    margin-bottom: 1rem
}
:root {
    --default-padding: 0px;
    --header-height: 90px
}
.sticky {
    position: sticky;
    top: 0;
    padding: 16px 0 var(--default-padding);
    padding-bottom: .5rem;
    z-index: 321312;
    margin-bottom: 0;
    box-sizing: content-box
}
.pet-cat .sticky {
    background-color: var(--pet-cat-background-color);
    box-shadow: 1px 0 5px 0 var(--pet-cat-background-color)
}
.pet-dog .sticky {
    background-color: var(--pet-dog-background-color);
    box-shadow: 0 10px 7px #e7f1eb
}
.options-title-container {
    position: relative
}
.container.another-pet--inner-container {
    overflow: hidden;
    padding: 0!important
}
.option-type-title {
    display: none
}
.option-type-title.show-type-title {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: .5rem
}
a#section3-next {
    margin: 32px auto
}
.data-overlay--checkbox-item .data-overlay--content-required-question {
    color: red;
    margin-left: .25rem;
    line-height: 0;
    font-size: 1rem
}
.data-overlay--content-question .data-overlay--content-required-question {
    color: red;
    margin-left: .25rem;
    line-height: 0
}
img.data-overlay--logo {
    max-height: 44px;
    height: 100%;
    width: auto;
    margin: 0 auto
}
.pain-img video {
    padding: 1px;
    width: 190px;
    height: auto;
    align-self: center
}
@media only screen and (max-width: 768px) {
    .screener-positive-results-list--container,.screener-neutral-results-list--container {
        min-width:100%
    }
}
@media only screen and (min-width: 768px) {
    a.screener-start-cta {
        display:none
    }
}
@media only screen and (max-width: 767px) {
    a.screener-start-cta {
        position:sticky;
        bottom: 6px;
        z-index: 321312;
        background-color: var(--pet-cat-background-color);
        box-shadow: 0 0 10px 10px var(--pet-cat-background-color);
        margin-bottom: 0;
        box-sizing: content-box
    }
}
footer {
    background: #3a3a3a!important;
    font-size: 14px;
    color: #b7b7b7
}
footer .logo-wrapper {
    padding-bottom: 20px
}
footer.footer-wrapper .footer-links-wrapper ul li {
    border-right: 1px solid #b7b7b7
}
.footer-panel-item .main-logo {
    text-align: center;
    max-width: 132px;
    margin: 0 auto
}
.footer-cards,.footer-link--list {
    flex-direction: column;
    display: flex
}
footer-links li a {
    color: #fff
}
footer-links ul {
    padding-left: 0
}
.footer-links {
    background-color: #000
}
footer .flex-row {
    padding-top: 20px
}
.footer-cards,.footer-link--list {
    flex-direction: column;
    display: flex
}
.footer-link--list {
    align-items: center;
    gap: 36px;
    margin: 48px auto
}
.footer-content--item,a.footer-link--item,p.footer-cards--text,p.footer-copyright--item {
    color: #fff;
    line-height: initial;
    margin: 0
}
a.footer-link--item {
    font-size: 1.125rem;
    text-decoration: underline
}
.footer-logo-container .logo {
    width: 100%;
    max-width: 132px
}
.footer-content--item {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700
}
.footer-cards {
    margin-top: 24px;
    gap: 48px
}
.footer-cards--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .footer-cards .footer-cards--item:not(:last-child) {
        margin-right:0;
        margin-bottom: 48px
    }
    @media only screen and (min-width: 767px) {
        .footer-cards .footer-cards--item:not(:last-child) {
            margin-bottom:0;
            margin-right: 48px
        }
    }
    .footer-cards .footer-cards--item>*:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px
    }
    @media only screen and (min-width: 767px) {
        .footer-cards .footer-cards--item>*:not(:last-child) {
            margin-bottom:0;
            margin-right: 24px
        }
    }
}
p.footer-cards--text {
    font-size: 1.125rem;
    text-align: center
}
img.footer-cards--icon {
    width: 100%;
    max-width: 64px;
    height: 100%;
    max-height: 64px
}
.footer-content.footer-content-cta {
    margin: 36px auto
}
.footer-content.footer-content-cta a {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.75rem;
    text-decoration: underline
}
.footer-copyright {
    display: flex;
    justify-content: center;
    padding: 24px;
    border-top: 1px solid #4a4a4a
}
p.footer-copyright--item {
    text-align: center;
    font-size: .875rem;
    font-weight: 400
}
.footer-logo-container {
    display: flex;
    justify-content: center
}
.footer-logo-container logo {
    margin: 24px auto 0;
    padding: 0
}
@media only screen and (min-width: 439px) {
    .footer-link--list {
        flex-direction:row;
        justify-content: center
    }
    .footer-cards {
        margin-top: 64px
    }
    .footer-content.footer-content-cta {
        margin: 64px auto 48px
    }
    .footer-copyright {
        padding: 24px 0 44px;
        margin: 0 24px
    }
}
@media only screen and (min-width: 767px) {
    .footer-cards {
        flex-direction:row;
        justify-content: center;
        margin-top: 55px
    }
    .footer-content.footer-content-cta {
        margin: 55px auto 48px
    }
}
.white-small-without-vertical-line {
    padding-top: 1.5%;
    padding-bottom: .5%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}
span.mmno {
    float: right
}
.another-test--container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}
.another-test-content--title {
    color: #000;
    font-weight: 600;
    line-height: 2.5rem;
    font-size: 2.125rem!important
}
p.another-test--item-title {
    margin: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1.25rem!important
}
.another-test--item {
    background-color: #fff;
    border-radius: 8px;
    flex: calc(33.3333333333% - 20px);
    padding: .875rem;
    min-width: 273px;
    max-width: 299px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px #00000040;
    color: #aa0061!important;
    text-decoration-color: #aa0061!important
}
.another-test--title-container {
    display: flex;
    gap: 14px;
    align-items: center
}
.another-test--main {
    padding-bottom: 0!important
}
img.another-pet--logo {
    width: 65px;
    height: 65px;
    align-self: flex-start
}
.screener-articles-main-container .screener-articles-content--title {
    margin-top: 4rem;
    margin-bottom: 6px;
    padding-bottom: .5rem
}
.screener-articles-main-container h2 {
    font-size: 2rem!important;
    line-height: 1.2!important
}
.screener-articles-content--description {
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1rem!important
}
.screener-articles--container {
    display: flex;
    flex-wrap: wrap
}
.screener-articles--content-container {
    margin-top: 1.5rem;
    background: #f4faf3;
    padding: 1rem;
    border-radius: 8px
}
.screener-article--content-container {
    padding: 1rem;
    border-radius: 8px;
    padding-bottom: 0
}
.screener-article--image {
    width: 100%;
    height: auto;
    align-self: flex-start;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}
p.screener-articles-item--title {
    font-weight: 700!important;
    font-size: 16px!important;
    line-height: 22px!important;
    vertical-align: top!important
}
.screener-article--content-container .btn {
    background-color: #1d8699;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    margin: 15px auto!important;
    padding: 15px 20px!important;
    max-width: 100%
}
.screener-articles-read-more-arrow {
    margin-left: 10px
}
.screener-article-button img {
    margin-left: .5rem;
    margin-top: .2rem
}
input[type=range] {
    overflow: hidden;
    -webkit-appearance: none;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 5px
}
input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    -webkit-appearance: none;
    color: #ff8a00;
    margin-top: -1px
}
input[type=range]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #ff8a00;
    box-shadow: -860px 0 0 860px #ff8a00
}
.another-test-item-row-left {
    align-items: center;
    justify-content: center;
    text-align: center
}
.another-test-item-row-right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}
.slidecontainer {
    padding: 2rem 0;
    max-width: 100%;
    position: relative;
    min-height: 141px
}
.range-values {
    display: flex;
    justify-content: space-between
}
input,output {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-family: Arial,sans-serif
}
output {
    background: #f65c00;
    padding: 5px 16px;
    border-radius: 3px;
    color: #fff
}
input[type=number] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px
}
input[type=range] {
    overflow: initial!important;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,.6);
    border-radius: 5px;
    background-image: linear-gradient(#e35500,#e35500);
    background-size: 70% 100%;
    background-repeat: no-repeat;
    margin-bottom: 1rem!important
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    position: relative;
    top: -5px;
    margin-bottom: -10px;
    border-radius: 50%;
    background: #f65c00;
    cursor: ew-resize;
    box-shadow: 0 0 2px #555;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f65c00;
    cursor: ew-resize;
    box-shadow: 0 0 2px #555;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f65c00;
    cursor: ew-resize;
    box-shadow: 0 0 2px #555;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
.pet-dog input[type=range].inactive-thumb::-webkit-slider-thumb {
    background: #9cb19f
}
.pet-dog input[type=range].inactive-thumb::-moz-range-thumb {
    background: #9cb19f
}
.pet-dog input[type=range].inactive-thumb::-ms-thumb {
    background: #9cb19f
}
.pet-cat input[type=range].inactive-thumb::-webkit-slider-thumb {
    background: #b49ba9
}
.pet-cat input[type=range].inactive-thumb::-moz-range-thumb {
    background: #b49ba9
}
.pet-cat input[type=range].inactive-thumb::-ms-thumb {
    background: #b49ba9
}
input[type=range]::-webkit-slider-thumb:hover {
    background: #ff0200
}
input[type=range]::-moz-range-thumb:hover {
    background: #ff0200
}
input[type=range]::-ms-thumb:hover {
    background: #ff0200
}
input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent
}
input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent
}
input[type=range]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent
}
.bubble {
    color: #fff;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%);
    top: -12px;
    min-width: 18px;
    text-align: center
}
.bubble.inactive-bubble {
    display: none;
    background: #9cb19f
}
@media only screen and (min-width: 767.9px) {
    .slidecontainer {
        max-width:100%
    }
    input[type=range] {
        width: 100%
    }
}
.lp-section {
    overflow: hidden
}
.video-container:after {
    padding-top: 0!important
}
.lp-cat-main-section {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f6e5ef
}
.oa-cat-landing-rate {
    padding: 1rem!important
}
.oa-lp-hero-desc {
    font-weight: 700
}
.oa-cat-landing-medias {
    background-color: #ecd1df
}
.oa-cat-landing-rate-div {
    background-color: #fff;
    border-radius: 2rem
}
.oa-cat-landing-rate-icon-div {
    background-color: #fff;
    padding-top: 1rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem
}
.oa-cat-lp-sub-desc-div {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    overflow: hidden
}
.arthritis-cat-image-div {
    padding: 0!important;
    text-align: right
}
.lp-check-cat-image {
    display: block
}
.lp-check-cat-image-mobile {
    display: none;
    z-index: 1
}
.arthritis-cat-image {
    scale: 1.2
}
.arthritis-desc {
    padding-top: 3rem!important;
    padding-left: 2rem!important;
    padding-right: 0!important
}
.oa-cat-landing-check-cat {
    background-color: #9a1f5f;
    border-radius: 1.5rem;
    padding: 6rem 1rem 3rem!important
}
.lp-check-cat-desc-col {
    padding-top: 3.5rem;
    z-index: 2
}
.oa-cat-landing-check-cat h1,.oa-cat-landing-check-cat p {
    color: #fff
}
.oa-cat-landing-desc-list {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    font-weight: 600
}
.oa-cat-landing-desc-list ul li {
    color: #ef0b8d;
    line-height: 2rem
}
.oa-cat-landing-desc-list ul li span {
    color: #000!important
}
@media only screen and (max-device-width: 990px) {
    .oa-cat-landing-desc-list {
        background-color:#f6e5ef;
        padding: 0
    }
    .oa-lp-desc-list-ul {
        -moz-column-count: 2;
        column-count: 2
    }
    .oa-lp-desc-list-ul li {
        padding: 1rem;
        line-height: 1.5rem!important
    }
}
@media only screen and (max-width: 660px) {
    .oa-cat-landing-desc-list {
        background-color:#f6e5ef;
        padding: 0
    }
    .oa-lp-desc-list-ul {
        -moz-column-count: 1;
        column-count: 1
    }
    .oa-lp-desc-list-ul li {
        padding: 0;
        line-height: 2rem!important
    }
}
#oa-landing-check-my-cat-btn {
    z-index: 99999999;
    background-color: #9a1f5f;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    align-items: center;
    line-height: 100%
}
.oa-lp-check-my-cat-sticky-div {
    z-index: 23444444
}
.circle-wrap {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background: #e0e0e0;
    border-radius: 50%
}
.circle-wrap .circle .mask,.circle-wrap .circle .fill {
    width: 75px;
    height: 75px;
    position: absolute;
    border-radius: 50%
}
.circle-wrap .circle .mask {
    clip: rect(0px,75px,75px,37.5px)
}
.circle-wrap .inside-circle {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: white;
    line-height: 60px;
    text-align: center;
    margin-top: 7px;
    margin-left: 7px;
    color: #000;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 1.5rem
}
.mask .fill {
    clip: rect(0px,37.5,75px,0px);
    background-color: #ff6300
}
.mask.full,.circle .fill {
    -webkit-animation: fill ease-in-out 3s;
    animation: fill ease-in-out 3s;
    transform: rotate(135deg)
}
@-webkit-keyframes fill {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(135deg)
    }
}
@keyframes fill {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(135deg)
    }
}
.lp-cat-article-card {
    border-radius: 2rem!important
}
.lp-article-card-body {
    padding: 1rem
}
.lp-cat-article-btn {
    background-color: #ff6300!important;
    color: #fff!important
}
.lp-cat-article-card-body {
    padding: 2rem!important
}
.lp-cat-card-footer {
    -moz-text-align-last: center;
    text-align-last: center
}
.lp-cat-card-footer a {
    display: inline-block!important
}
.lp-articles--container {
    display: flex;
    flex-wrap: wrap
}
.lp-article--image {
    width: 100%;
    height: auto;
    align-self: flex-start;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}
.lp-cat-media-title {
    font-weight: 700;
    text-align: center
}
.lp-article--button {
    color: #fff!important;
    background-color: #ff6300!important;
    border-radius: 4rem!important;
    padding: 15px 20px!important;
    max-width: 100%
}
.lp-article--content-container {
    padding: .5rem;
    padding-bottom: 0
}
.lp-articles--item {
    background-color: #fff;
    border-radius: 12px;
    flex: calc(33.3333333333% - 20px);
    min-width: 273px;
    margin-right: 10px
}
p.screener-articles--item-content {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 14px!important
}
@media only screen and (max-width: 660px) {
    .lp-articles--item {
        min-width:100%;
        margin: 0 0 20px
    }
}
@media only screen and (max-device-width: 768px) {
    .lp-articles--item {
        flex:calc(50% - 20px);
        max-width: 45%;
        margin: 0 20px 20px 0
    }
    .lp-check-cat-image-mobile {
        display: block;
        padding-right: 0;
        margin-right: 0;
        float: right;
        scale: 1.4
    }
}
@media only screen and (max-device-width: 1024px) {
    .lp-check-cat-image {
        display:none
    }
    .lp-check-cat-image-mobile {
        display: block;
        padding-right: 0;
        margin-right: 0;
        float: right;
        scale: 1.7
    }
    .oa-cat-landing-check-cat .container .col-5 {
        padding-right: 0!important
    }
    .screener-suggestion--item {
        flex: calc(33.3333333333% - 20px);
        padding: .875rem;
        min-width: 100%;
        margin: 0 0 20px!important
    }
    .lp-articles--item {
        flex: calc(33.3333333333% - 20px);
        max-width: 45%;
        margin: 0 20px 20px 0
    }
    .lp-article--content-container .btn {
        min-width: 95%!important
    }
}
.lp-cat-rate-icon-area {
    display: none
}
@media screen and (max-device-width: 991px) {
    .lp-cat-rate-icon-area {
        display:block
    }
    .oa-lp-rate-desktop-title {
        display: none
    }
    .lp-cat-rate-circle-text {
        margin-top: 1rem
    }
    .oa-cat-landing-rate-div {
        position: relative;
        z-index: 1
    }
    .oa-cat-landing-rate {
        position: relative
    }
    .oa-cat-landing-rate:after {
        content: "";
        background-color: #9a1f5f;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        margin-top: 45%;
        border-top-left-radius: 1.5rem!important;
        border-top-right-radius: 1.5rem!important
    }
    .oa-cat-landing-check-cat {
        border-radius: 0;
        border-bottom-left-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important
    }
}
@media screen and (max-device-width: 720px) {
    .lp-check-cat-image-mobile {
        display:block;
        padding-right: 0;
        margin-right: 0;
        float: right;
        scale: 1.5
    }
    .oa-cat-landing-rate:after {
        margin-top: 65%
    }
}
@media screen and (max-device-width: 575px) {
    .oa-lp-hero-header-row {
        flex-direction:column-reverse
    }
    .oa-lp-hero-header-row .oa-lp-hero-desc {
        text-align: center
    }
    .lp-check-cat-image-mobile {
        display: block;
        padding-right: 0;
        margin-right: 0;
        float: right;
        scale: 1.3
    }
    .oa-cat-landing-rate {
        padding-left: 0!important;
        padding-right: 0!important
    }
}
.video-container {
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}
.video-container iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    min-height: 200px;
    height: 400px;
    padding-left: 1rem;
    padding-right: 1rem
}
.video-with-content--container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
@media screen and (max-device-width: 991px) {
    .video-container iframe {
        height:265px!important;
        width: 90%
    }
    .oa-lp-check-cta-div {
        align-items: center;
        justify-content: center
    }
}
@media screen and (max-device-width: 575px) {
    .video-container iframe {
        height:200px!important;
        width: 90%
    }
}
.oa-cat-lp-has-arthritis-div {
    background-color: #fff;
    border-radius: 2rem;
    padding: 1rem;
    padding-right: 0!important;
    overflow: hidden;
    position: relative;
    z-index: 1
}
.oa-cat-landing-cat-has-arthritis {
    position: relative
}
.oa-cat-landing-cat-has-arthritis:before {
    content: "";
    background-color: #ecd1df;
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0
}
.is-pinned-check-button {
    background-color: #fff!important;
    color: #9a1f5f!important
}
.suggestion-title {
    margin-bottom: 6px!important
}