.reco-calc .stage {
    padding: 50px 0;
    display:none;
}

.progress-bar {
    background-color: #283745;
    color: #fff;
    height: 40px;
    width:0;
    text-align: right;
    overflow:hidden;
}
    .progress-bar span {
        padding:0 3rem;
    }


.reco-calc h2 {
    color:#283745;
    text-align: center;
    font-weight:500;
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
    text-transform:none;
}

.reco-calc p {
    text-align: center;
    margin: 0 auto 15px;
}

.reco-calc .calc-animals {
    margin:8rem 0 3.5rem;
}

.reco-calc .q-cont {
    padding: 25px 0;
}
    .reco-calc .q-cont label.error {
        display:none;
        width:100%;
        color:red;
        text-align:center;
        margin-top:1rem;
    }

.reco-calc input[type="text"]{
    display: block;
    height: 4rem;
    line-height: 4rem;
    padding: 0 .5rem;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    max-width: 540px;
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
}

.reco-calc input:not([type="submit"]):not([type="radio"]) {
    border-bottom: 2px solid #283745;
}

.reco-calc .btn-cont,
.reco-calc .continue-back {
   display: flex; 
   flex-wrap: wrap;
   justify-content: center;
}
    .reco-calc .btn-cont.weight-select {
        margin-bottom:3rem;
    }

.reco-calc a.bt-icon-lg {
    display: block;
    background-color: rgba(255,255,255,1);
    border: 1px solid #fff;
    width: 40%;
    max-width: 260px;
    text-align: center;
    margin: 15px 15px 0;
    text-decoration: none;
    padding: 30px 10px;
    font-size: 1.9rem;
    font-weight:700;
    text-transform: uppercase;
    color:#59595b;
    transition: all .25s;
}
    .reco-calc a.bt-icon-lg svg {
        height:8rem;
    }

@media only screen and (min-width:768px) {
    .reco-calc a.bt-icon-lg svg {
        height:18rem;
    }
}

.reco-calc a.bt-icon-lg span {
    display: block;
}
.reco-calc a.bt-icon-lg svg {
    display: block;
    fill:#59595b;
    margin: 0 auto 15px;
    transition: all .25s;
}
.reco-calc a.bt-icon-lg:hover svg {
    fill:#000000;
}
.reco-calc a.icon-dog svg {
    height: 70px;
}
.reco-calc a.icon-cat svg {
    height: 70px;
}

.reco-calc a.bt-icon-lg:hover {
    border: 1px solid #59595b;
    background-color: rgba(255,255,255,.7);
    color:#000;
}

.reco-calc a.bt-icon-lg.selected {
    border: 2px solid #283745;
    color:#283745; 
    cursor: default;
}
.reco-calc a.bt-icon-lg.selected:hover {
    background-color: rgba(255,255,255,1);
    border: 1px solid #283745;
    color:#283745; 
    cursor: default;
}
.reco-calc a.bt-icon-lg.selected svg {
    fill:#283745;
}

.reco-calc a.bt-icon-lg.bowl {
    width: 100%;
    max-width: 180px;
    padding: 10px;
}

@media only screen and (min-width:768px) {
    .reco-calc a.bt-icon-lg.bowl {
        width: 40%;
    }
}

.reco-calc a.bt-icon-lg.bowl img{
    max-height: 125px;
}

.reco-calc a.bt-icon-lg.disabled {
    pointer-events: none;
    opacity:.25;
}

.reco-calc a.btn-default {
    width: 165px;
}

a.reset-calculator {
    width:auto;
    margin:0;
}

.reco-calc a.btn-back,
.prod-recco a.btn-back {
    display: block;
    color:#283745;
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0 25px 0 0;
}

.reco-calc a.btn-back svg,
.prod-recco a.btn-back svg {
    fill: #283745;
    height: 14px;
    width: 13px;
    top: -1px;
    position: relative;
}

.reco-calc a.btn-pr-choice {
    display: block;
    background-color: rgba(255,255,255,1);
    border: 1px solid #fff;
    text-align: center;
    min-width: 350px;
    margin: 5px 15px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 1.9rem;
    font-weight:700;
    text-transform: uppercase;
    color:#59595b;
    transition: all .25s;
}
    .reco-calc .weight-select a.btn-pr-choice {
        min-width:100px;
    }

@media only screen and (min-width:768px) {
    .reco-calc .weight-select a.btn-pr-choice {
        min-width:150px;
    }
}

.reco-calc a.btn-pr-choice.disabled{
    pointer-events: none;
    opacity:.25;
}

.reco-calc a.btn-pr-choice:hover {
    color:#000;
    border: 1px solid #59595b;
    background-color: rgba(255,255,255,.7); 
}

.reco-calc a.btn-pr-choice.selected,
.reco-calc a.btn-pr-choice.selected:hover {
    background-color: rgba(255,255,255,1);
    border: 2px solid #283745;
    color:#283745; 
    cursor: default;
}

.reco-calc a.btn-pr-choice.btn-pr-icon {
    padding: 0 20px;
    line-height: 50px;
}

.reco-calc a.btn-pr-choice.btn-pr-icon svg {
    display: inline-block;
    height: 33px;
    margin-right: 12px;
    fill:#59595b;
    transition: all .25s;
}

.reco-calc a.btn-pr-choice.btn-pr-icon:hover svg {
    fill:#000;
}
.reco-calc a.btn-pr-choice.btn-pr-icon.selected:hover svg,
.reco-calc a.btn-pr-choice.btn-pr-icon.selected svg{
    fill:#283745;
}

.reco-calc a.btn-pr-icon-round {
    text-align: center;
    text-decoration: none;
    font-weight:700;
    text-transform: uppercase;
    color:#59595b;
    width: 145px;
    margin-bottom:20px;
    transition: all .75s;
} 

.reco-calc a.btn-pr-icon-round:hover {
    color:#000;
} 

.reco-calc a.btn-pr-icon-round.selected {
    color:#283745;
    cursor:default;
}

.reco-calc a.btn-pr-icon-round span{
    display: block;
}

.reco-calc a.btn-pr-icon-round.disabled{
    pointer-events: none;
    opacity:.25;
}

.reco-calc a.btn-pr-icon-round .icon-cont-round {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(255,255,255,1);
    border: 1px solid #fff;
    border-radius: 50px;
    padding:15px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    transition: all .25s;
}

.reco-calc a.btn-pr-icon-round:hover .icon-cont-round {
    border: 1px solid #59595b;
    background-color: rgba(255,255,255,.7); 
}

.reco-calc a.btn-pr-icon-round.selected .icon-cont-round,
.reco-calc a.btn-pr-icon-round.selected:hover .icon-cont-round {
    border: 2px solid #283745;
    background-color: rgba(255,255,255,1); 
}

.reco-calc a.btn-pr-icon-round .icon-cont-round svg {
    width:55px;
    max-height:60px;
    fill:#59595b;
    transition: all .75s;
}
.reco-calc a.btn-pr-icon-round:hover .icon-cont-round svg {
    fill:#000;
}
.reco-calc a.btn-pr-icon-round.selected:hover .icon-cont-round svg,
.reco-calc a.btn-pr-icon-round.selected .icon-cont-round svg  {
    fill:#283745;
}

.reco-calc .select-cont {
    background:#fff;
    padding:0 3rem 3rem 3rem;
    display:none;
}
    .reco-calc .select-cont:first-child {
        padding-top:3rem;
        display:block;
        margin-top:2.5rem;
    }
    .reco-calc .select-cont label {
        color:#283745;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:1rem;
    }
    .reco-calc .select2-dropdown {
        border-bottom:2px solid #283745;
    }
    .reco-calc .select2-container--default .select2-selection--single {
        border-bottom:1px solid #283745;
    }
    .reco-calc .select2-container--default .select2-selection--single .select2-selection__arrow {
        background-image:url(https://instinctpetfood.com/wp-content/themes/instinctpetfood/images/select-arrow-blue.svg);
    }

.add-another {
    cursor:pointer;
    padding-top:2.5rem;
    display:none;
}
    .add-another img {
        display:block;
        width:7.5rem;
        margin:0 auto 2.5rem;
    }

.product-select .clear-option {
    cursor:pointer;
    position:absolute;
    top:1.5rem;
    right:1.5rem;
}
    .product-select .clear-option svg {
        width:2rem;
        height:2rem;
    }
    .product-select[data-question="mixer-topper"] .clear-option {
        display:none;
    }
.product-select .clear-option .cls-1 {
    fill:#000;
}

/* Every question set has a stage- area */
#stage-intro {
    display: flex;
}

#stage-intro .bkg-blob {
    position:absolute;
    width: 270px;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

#stage-intro h1 {
    color:#283745;
    text-align: center;
    font-weight:500;
    line-height: 3.5rem;
    font-size: 3.5rem;
    margin-bottom: 10px;
}

#stage-intro h1 span {
    font-weight:700;
}

#stage-intro .animals-all{
    width: clac( 100% + 30px);
    height: 370px;
    overflow: hidden;
    margin: 0 -15px;
}
#stage-intro .animals-all img {
    position: absolute;
}

#stage-intro .animals-all img.pr-dog-1 {
    display: none;
}

#stage-intro .animals-all img.pr-dog-2 {
    top: 30px;
    left: 6%;
}

#stage-intro .animals-all .pr-cat-1 {
    display: none;
}
#stage-intro .animals-all .pr-cat-2 {
    top: 77px;
    left: 38%;
    width: 310px;
}

#stage-intro p {
    margin-bottom: 25px;
}

.pet-story {
    height:100%;
    width:16.6666667%;
    flex-direction:column;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    display:none;
}
    .pet-story p {
        display:none;
    }
    .pet-story span.highlight {
        color:#b84e0d;
        font-weight:700;
    }
        #feeding-calculator .pet-story span.highlight {
            color:#283745;
        }
        .pet-story span.pet-pronoun {
            color:unset;
            font-weight:500;
        }
        .pet-story span.init-caps {
            text-transform:capitalize;
        }

.reco-calc a.btn-pr-choice.btn-pr-icon.icon-puppy svg,
.reco-calc a.btn-pr-choice.btn-pr-icon.icon-kitten svg{
    height: 22px;
}

.notice {
    margin-top: 25px;
}

span.justtext {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product-recommendations {
    background-color: ;
    padding: 50px 0;
    display:none;
}

#product-recommendations h2 {
    text-transform:none;
    font-weight:500;
}

#product-recommendations .intro {
    padding-bottom: 50px;
}

span.feeding-amount {
    display:block;
    text-align:center;
}

.prodloading {
    text-align:center;
}

#product-recommendations .prod-listing > div {
    margin-top:3rem;
}
    #product-recommendations .prod-listing > div:first-child {
        margin-top:0;
    }

@media only screen and (min-width:992px) {
    #product-recommendations .prod-listing > div {
        margin-top:0;
    }
}

#product-recommendations .prod-listing h3 {
    color:#283745;
    text-align: center;
    margin-bottom: 15px;
}
#product-recommendations .prod-listing p {
    color:#283745;
    text-align: center;
    padding: 0 25px;
}
    #product-recommendations .prod-listing p.measurement {
        font-size:3rem;
        margin-top:1.5rem;
    }
        #product-recommendations .prod-listing p.measurement sup {
            font-size:0.5em;
            top:-0.7em;
        }

#product-recommendations .prod-listing a { 
    background-color: #fff;
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 40px 0;
    text-decoration:none;
}
#product-recommendations .prod-listing a span { 
    color:#59595b;
    display: block;
    text-align: center;
    padding: 0 15px;
    font-weight: 600;
    font-size:1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
}
#product-recommendations span.unit-calories {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
}

@media only screen and (min-width:992px) {
    #product-recommendations .prod-listing a span { 
        height:60px;
    }
}

#product-recommendations .prod-listing a img {
    display: block;
    margin: 0 auto;
    max-height: 260px; 
}

#product-recommendations .continue-back {
    margin-top: 100px;
}

span.not-found {
    display:none;
}

.results-row {
    margin-top:5rem;
}
    #reco-form .results-row {
        margin:1.5rem 0;
    }
    .results-row span {
        display:block;
        color:#283745;
        font-size:1.8rem;
        font-weight:bold;
        text-align:center;
        margin-bottom:1.5rem;
    }
    .results-row form {
        display:flex;
        flex-wrap:wrap;
        position:relative;
        margin-bottom:3rem;
        justify-content:center;
    }
        .results-row input[type="text"] {
            width:calc(100% - 15rem);
            margin-right:1rem;
        }
        .results-row input[type="submit"] {
            flex:1;
        }
        .results-row .radio-container {
            display:flex;
            justify-content:center;
            flex: 0 0 100%;
            margin-top:1.5rem;
        }
            .results-row .radio-container label {
                color:#283745;
                font-weight: bold;
            }
    .form-success {
        display:none;
    }
        .form-success h3 {
            margin-bottom:3rem;
        }


@media only screen and (min-width:700px) {
    .reco-calc a.btn-default {
        width: 250px;
    }
    .reco-calc a.btn-back,
    .prod-recco a.btn-back {
        padding: 0 45px 0 0;
    }
    .reco-calc a.bt-icon-lg {
        padding: 30px;
    }
    
    #stage-intro h1 {
        line-height: 4rem;
        font-size: 4rem;
        margin-bottom: 50px;
    }
    #stage-intro .bkg-blob {
        width: 325px;
        top: 30px;
    }
    #stage-intro .animals-all{
        width: 100%;
        height: 430px;
        overflow: visible;
        margin: 0;
    }
    #stage-intro .animals-all img.pr-dog-1 {
        display: block;
        top: 153px;
        left: 16%;
    }
    
    #stage-intro .animals-all img.pr-dog-2 {
        display: block;
        top: 50px;
        left: 54%;
        transform: translateX(-50%);
    }
    
    #stage-intro .animals-all .pr-cat-1 {
        display: block;
        top: 223px;
        left: 56%;
        width: 130px;
    }
    #stage-intro .animals-all .pr-cat-2 {
        display: block;
        top: 87px;
        left: 59%;
        width: 310px;
    }
    #stage-intro h2 {
        font-weight:500;
        line-height: 4rem;
    }
    #stage-intro p {
        margin-bottom: 50px;
    }
    
    .reco-calc a.btn-pr-choice {
        margin: 15px;
    }

    #product-recommendations{
        padding: 100px 0;
    }
}

@media only screen and (min-width:992px) {
    #product-recommendations .prod-listing p.setter {
        height: 100px;
    }
}

@media only screen and (min-width:1200px) {
    #product-recommendations .prod-listing p.setter {
        height: 70px;
    }
}