﻿body, html {
    font-family: 'Noto Sans', sans-serif;
}

h3 {
    font-size: 22px;
}

/* Color helpers */
.highlight-green {
    color: #009933;
}


/* General helpers */
.hidden {
    display: none;
}


/* Button globals */
a.black-cta {
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    padding: 10px 35px;
    border: 1px solid black;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

    a.black-cta:hover, a.black-cta:focus {
        background-color: black;
        color: #f6f7f7;
    }

a.ghost-cta {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    padding: 10px 35px;
    border: 1px solid white;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

    a.ghost-cta:hover, a.ghost-cta:focus {
        background-color: white;
        color: black;
    }

#artesian-science .a-heading {
    text-align: center;
}


/* Above Ground page */
#above-ground-benefits {
    padding: 17.5px 0;
}

    #above-ground-benefits h3 {
        text-align: center;
        font-weight: bold;
        font-size: 38px;
        margin-top: 5px;
        color: #009933;
        margin-bottom: 0;
    }

    #above-ground-benefits h4 {
        margin-top: 10px;
        margin-bottom: 75px;
        text-transform: uppercase;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        letter-spacing: 5px;
        color: black;
    }

    #above-ground-benefits .benefit-card img {
        max-height: 75px;
        margin: 0 auto;
        display: block;
    }

    #above-ground-benefits .bennie-col .benefit-card img {
        max-width: 55px;
        max-height: unset;
    }

    #above-ground-benefits .benefit-card p {
        text-align: center;
        padding: 0 35px;
        margin-top: 25px;
        line-height: 1.2em;
    }

/* Artesian Science Modal */
#science-graphic {
    width: 100%;
    height: 400px;
    background: url('../images/illustration-the-science-of.png');
    background-size: cover;
    background-position: center center;
    border: 0 !important;
    outline: 0 !important;
    display:block;
}

#exampleModal .modal-dialog {
    min-width: 750px;
}

@media screen and (max-width:749px) {
    #exampleModal .modal-dialog {
        min-width: calc(100% - 35px);
    }
}

/* See the difference - Carousel band */
#see-the-difference {
    padding: 35px 0;
}


/* Trait recommendation tool */
#trait-recommendation-tool {
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.2)), url('../images/recommendation-tool_bg.jpg');
    background-position: top center;
    background-size: cover;
    padding: 35px 0;
    min-height: 373px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

    #trait-recommendation-tool > .container {
        min-height: 200px;
    }

    #trait-recommendation-tool h4 {
        color: white;
        font-size: 28px;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        line-height: 1.2em;
        margin-top: 0;
    }

.question-container {
    background-color: white;
    margin-bottom: 35px;
    padding: 15px;
}

.tool-question, .tool-options {
    display: inline-block;
}

.tool-question {
    margin-right: 15px;
}

.tool-options label:first-of-type {
    margin-right: 15px;
}

.tool-box {
    margin: 17.5px 0;
    min-height: 157px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.tool-results p {
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 17.5px 0;
    text-align: center;
}

.tool-logo {
    max-width: 200px;
}

#trait-recommendation-tool h3.a-heading {
    text-align: center;
    font-weight: bold;
    margin: 0 0 35px;
}

.trait-col {
    min-height: 252px;
}

/* Innovation stinger */
#innovation-stinger {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.5)), url(../images/randd_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 85px 0;
    background-position-x: left;
    background-position-y: 95%;
}

@media screen and (max-width:992px) {
    #innovation-stinger {
        background-position: bottom center;
    }
}

#innovation-stinger h2 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 1.3em;
}


/* Stewardship stinger */
#stewardship-stinger {
    padding: 35px 0;
}

    #stewardship-stinger p {
        text-align: center;
        margin: 17.5px 0 20px;
    }

#stewardship-stinger-col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}

#stewardship-stinger-col h3 {
    font-weight: 700;
}

/* MKT BANNER */

.mktbs-title.a-heading.green {
    color: #009933;
}

.agrisure-banner .mktbs-call-out {
    padding: 20px;
    background-color: white;
    border-bottom: 0;
}

.agrisure-banner:not(.artesian-banner) .mktb-bk {
    background-position-y: top;
}

.a-page-content {
    padding-bottom: 0;
    margin-bottom: -10px;
}

/* NOT in page nav */
@media screen and (min-width:992px) {
    .a-page-content #in-page-nav {
        position: relative !important;
        top: -25px !important;
    }
}

.a-page-content nav#in-page-nav a {
    font-weight: bold;
}

    .a-page-content nav#in-page-nav a.active {
        color: #009933;
    }

    .a-page-content nav#in-page-nav a:hover, .a-page-content nav#in-page-nav a:focus {
        color: #009933;
        border-bottom-color: #009933;
    }

/* AGRISURE MAIN */

.a-main .a-section {
    padding-bottom: 35px;
}

    .a-main .a-section:not(:first-of-type) {
        padding-top: 35px;
    }

@media screen and (max-width:991px) {
    .a-main .a-section:first-of-type {
        padding-top: 35px;
    }
}

.a-main .a-p {
    line-height: 1.2;
    margin: 0;
}

.a-main .a-heading {
    margin: 0;
    line-height: 1.4em;
}

    .a-main .a-heading.green, .a-main .a-p.green {
        color: #009933;
        text-align: center;
    }

    .a-main .a-heading.white, .a-main .a-p.white {
        color: white;
    }

.a-main .a-p.lime-green {
    color: #009933;
}

.a-main .a-p.upper {
    text-transform: uppercase;
}

.a-main .a-p.bold, .a-main .a-heading.bold {
    font-weight: bold;
}

.a-main .a-p.italic {
    font-style: italic;
}

.a-main .a-heading.center, .a-main .a-p.center {
    text-align: center;
}

.a-main .a-section.green {
    /*background-color:#009933;*/
    /*	background-color:#006600;*/
    background-color: #0d2a0c;
}

.a-learn-more {
    display: block;
    transition: all .2s ease-in-out;
}

    .a-learn-more .a-p {
        transition: all .2s ease-in-out;
    }

.adorn {
    display: block;
    width: 30px;
    height: 0px;
    border-top: 1px solid black;
    margin: 11px 0 10px;
}

    .adorn.white {
        border-top: 1px solid white;
    }

.a-learn-more:hover {
    background: #009933;
}

    .a-learn-more:hover .a-p {
        color: white;
        transition: all .3s ease-in-out;
    }

/* AGRISURE TECH */

#a-tech .a-card-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -1rem;
}

    #a-tech .a-card-row .a-card {
        background: white;
        max-width: 33%;
        flex: 1;
        min-width: 250px;
        min-height: 450px;
        -moz-box-shadow-bottom: 0 0 15px rgba(0,0,0,0.5);
        -webkit-box-shadow-bottom: 0 0 15px rgba(0,0,0,0.5);
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
        margin: 1rem 2rem;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

@media screen and (max-width:500px) {
    #a-tech .a-card-row {
        margin: 0;
    }

        #a-tech .a-card-row .a-card {
            min-width: 100%;
        }
}

#a-tech .a-card-row .a-card .a-card-image {
    height: 210px;
    width: 100%;
    background-size: cover;
}

#a-tech .a-card-row .a-card:nth-child(1) .a-card-image {
    background-image: url('../images/a-tech-row-1.png');
}

#a-tech .a-card-row .a-card:nth-child(2) .a-card-image {
    background-image: url('../images/a-tech-row-2.png');
}

#a-tech .a-card-row .a-card:nth-child(3) .a-card-image {
    background-image: url('../images/a-tech-row-3.jpg');
    background-position-x: center;
}

#a-tech .a-card-row .a-card .a-card-copy {
    flex: 1;
    padding: 15px 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

    #a-tech .a-card-row .a-card .a-card-copy .a-card-heading {
        line-height: 1;
        font-size: 22px;
    }

    #a-tech .a-card-row .a-card .a-card-copy .a-learn-more {
        max-width: 100%;
        border: 1px solid #99cc33;
        padding: 5px 8px;
        text-decoration: none;
    }

    #a-tech .a-card-row .a-card .a-card-copy > .a-p {
        margin: 0 0 10px;
    }

    #a-tech .a-card-row .a-card .a-card-copy .a-learn-more > .a-p {
        font-size: 14px;
    }


/* RANDD */

#randd {
    background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.7)), url("../images/randd_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #randd h3.a-heading {
        margin: 35px 0;
    }

    #randd h4.a-heading {
        line-height: 1.3em;
    }

    #randd #time-line {
        margin-top: 35px;
    }

#rd-mod-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: -10px 0;
}

.rd-mod {
    width: calc(50% - 2rem);
    min-height: 115px;
    margin: 1rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width:767px) {
    #rd-mod-row {
        margin: 0;
    }

    .rd-mod {
        width: 100%;
        min-height: unset;
    }
}

.rd-mod .rd-mod-img {
    margin-right: 10px;
}

.rd-mod .a-p {
    font-size: 16px;
}

.rd-mod > .a-p > .a-p {
    font-size: initial;
}

#randd .white-divide {
    height: 1px;
    border-top: 2px solid white;
    margin: 35px 0;
}

#port .rd-mod {
    width: 100%;
    height: unset;
}

span.a-p {
    position: relative;
    top: -2px;
}

    span.a-p.av:after {
        content: url("../images/icons/av.png");
    }

    span.a-p.ad:after {
        content: url("../images/icons/ad.png");
    }

    span.a-p.aa:after {
        content: url("../images/icons/aa.png");
    }

    span.a-p.agar:after {
        content: url("../images/icons/agar.png");
    }

    span.a-p:after {
        position: relative;
    }

    span.a-p:not(.agar):after {
        left: 1rem;
    }

@media screen and (max-width:767px) {
    span.a-p.agar:after {
        left: 1rem;
    }
}

#randd .plax {
    bottom: 2rem;
    right: 2rem;
    position: relative;
    transition: all .3s ease-in-out;
    opacity: 0;
}

#randd.intersecting .plax {
    bottom: 0;
    right: 0;
    opacity: 1;
}

/* delays */
#rd-mod-row .rd-mod:nth-of-type(1).plax {
    transition-delay: .1s;
}

#rd-mod-row .rd-mod:nth-of-type(2).plax {
    transition-delay: .15s;
}

#rd-mod-row .rd-mod:nth-of-type(3).plax {
    transition-delay: .2s;
}

#rd-mod-row .rd-mod:nth-of-type(4).plax {
    transition-delay: .25s;
}

#rd-mod-row .rd-mod:nth-of-type(5).plax {
    transition-delay: .3s;
}

#rd-mod-row .rd-mod:nth-of-type(6).plax {
    transition-delay: .35s;
}

#rd-mod-row .rd-mod:nth-of-type(7).plax {
    transition-delay: .4s;
}

#rd-mod-row .rd-mod:nth-of-type(8).plax {
    transition-delay: .45s;
}

#rd-mod-row .rd-mod:nth-of-type(9).plax {
    transition-delay: .5s;
}

#port .plax {
    transition-delay: .55s;
}

/* MAP SECTION SUPPLIER */

#map-stinger {
    background-color: #e0f0c1;
    padding: 17.5px;
}

.stinger-flex-row {
    display: flex;
    flex-flow: row wrap;
}

.stinger-flex-col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 17.5px;
}

    .stinger-flex-col > .a-p {
        margin: 17.5px 0;
    }

    .stinger-flex-col .black-cta {
        background: white;
        border: 0;
    }

/* SEE THE DIFFERENCE CAROUSEL */

#ag-carousel {
    margin-bottom: 17.5px;
}

    #ag-carousel .carousel-control {
        background: none;
        opacity: .75;
    }

        #ag-carousel .carousel-control:hover {
            opacity: 1;
        }

        #ag-carousel .carousel-control > span {
            color: white;
            font-size: 32px;
        }

    #ag-carousel .carousel-indicators .active {
        height: 10px;
        width: 10px;
        margin: 3px;
    }

    #ag-carousel .carousel-indicators {
        bottom: 10px;
    }

    #ag-carousel .item .item-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 17.5px;
        height: 101px;
        background: rgba(255,255,255,.6);
        width: 100%;
    }

@media screen and (max-width: 992px) {
    #ag-carousel .carousel-indicators {
        bottom: 0px;
        margin-bottom: 0px;
    }

    #ag-carousel.optimization-carousel .carousel-indicators {
        margin-bottom: 10px;
    }
}


@media screen and (max-width:500px) {
    #ag-carousel .carousel-indicators {
        bottom: 0px;
        margin-bottom: -10px;
    }

    #ag-carousel .item .item-caption {
        position: relative;
        height: 25%;
    }

    #ag-carousel.optimization-carousel .carousel-indicators {
        margin-bottom: -35px;
    }
}

#ag-carousel .item .item-caption .a-p {
    color: black;
    font-size: 12px;
    text-align: center;
}

#ag-carousel .carousel-indicators li.active {
    background-color: #009933;
}

#ag-carousel .carousel-indicators li {
    border-color: #009933;
    border-width: 2px;
    margin: 3px;
}

.a-main:not(.artesian) #see-the-difference > .container > .row {
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: center;
    align-items: flex-end;
}

#see-the-difference > .container > .row .col-sm-4 {
    margin-bottom: 17.5px;
}

#see-the-difference > .container {
    overflow: visible;
}

/* BENEFITS */

.bennies {
    font-weight: bold;
    text-transform: uppercase;
    color: #009933;
    text-align: center;
    font-size: 22px;
    margin-bottom: 17.5px;
}

.bennie-col h2, .bennie-col h3 {
    text-align: left !important;
}

.bennie-col .benefit-card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 17.5px;
}

    .bennie-col .benefit-card:last-of-type {
        margin-bottom: 17.5px;
    }

@media screen and (min-width:500px) {
    .bennie-col .benefit-card p {
    }
}

.bennie-col .benefit-card img {
    margin: 0 !important;
}

.bennie-col .benefit-card p {
    text-align: left !important;
}

#pdf-icon {
    width: 18px;
    margin-left: 1rem;
}

/* Artesian benefits */

.artesian-bennies .benefit-card {
    text-align: center;
}

/* Artesian Benefits Carousel TEstimonials */

#artesian-testimonials {
    background-color: #93b0b3;
}

#artTestCar .item {
    padding: 0 125px;
}

@media screen and (max-width:992px) {
    #artTestCar .item {
        padding: 0 70px;
    }
}

@media screen and (max-width:500px) {
    #artTestCar .item {
        padding: 0 35px;
    }
}

#artTestCar .carousel-control {
    background: none;
    color: white;
}

.a-p.name {
    font-size: 14px;
}

    .a-p.name > .a-p {
        display: block;
        font-style: initial;
    }

.a-p.car-p {
    margin: 17.5px 0;
}

.a-p.name {
    font-style: italic;
}

img {
    max-width: 100%;
}

.youtube-container .youtube-videos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.youtube-container a.btn-pp {
    display: inline-block;
}

.youtube-container .youtube-video-desc span {
    display: block;
    font-weight: 600;
}

.youtube-container .youtube-video-cont {
    box-sizing: border-box;
    padding: 30px 15px;
    cursor: pointer;
    flex-grow: 0 !important;
}

.youtube-container .youtube-thumb {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

    .youtube-container .youtube-thumb:before {
        content: "";
        display: block;
        width: 98px;
        height: 98px;
        background-image: url(https://www.syngenta-us.com/youtubeplayer/images/play-btn.svg);
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
        filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

.youtube-container .youtube-video-cont span {
    font-weight: 600;
    padding: 5px 0;
}

@media only screen and (min-width: 768px) {
    .youtube-container .youtube-video-cont {
        box-sizing: border-box;
        padding: 30px 10px;
        cursor: pointer;
    }

    .youtube-container.one .youtube-videos {
        flex-direction: row-reverse;
    }

    .youtube-container.one .youtube-video-desc, .youtube-container.one .youtube-video-cont {
        flex: 1 0 50%;
    }

    .sprout-container.one .youtube-videos {
        justify-content: space-around;
    }

    .youtube-container.two .youtube-video-cont {
        flex: 1 0 48%;
    }

    .youtube-container.three .youtube-video-cont, .youtube-container.four .youtube-video-cont {
        flex: 1 0 31%;
    }
}

@media only screen and (min-width: 992px) {
    .youtube-container.one .youtube-video-desc {
        flex: 1 0 30%;
    }

    .youtube-container.one .youtube-video-cont {
        flex: 1 0 60%;
    }
}

.youtube-video-container {
    display: none;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .youtube-video-container .container, .youtube-video-container .row, .youtube-video-container .col-sm-12 {
        height: 100%;
    }

.youtube-video-inner {
    display: none;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.youtube-video-frame {
    position: relative;
    background: #fff;
    padding: 0 30px;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 6px 5px 5px 0px rgba(0,0,0,0.2);
}

    .youtube-video-frame #player {
        width: 720px;
        height: 405px;
        max-width: 80vw;
    }

.video-title {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}

.video-description {
    font-size: 15px;
    line-height: 1.5em;
    padding: 5px 0 10px;
}

.youtube-video-frame span.close {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 30px;
}

#ag-carousel.abg .item img {
    height: 406px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

@media screen and (max-width:500px) {
    #ag-carousel.abg .item img {
        height: 215px;
    }
}

#ag-carousel.ag .item img {
    height: 406px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:992px) {
    #video-content {
        padding: 0 15px;
    }
}

@media screen and (max-width:767px) {
    .mktb-standard .mktbs-call-out .mktbs-title {
        margin-top: 70px;
    }
}

.a-p.legal-p {
    font-style: italic;
    font-size: 12px;
}

.youtube-video-cont[data-id='o3aHWBQtNyc'] span {
    margin-left: .5rem;
    display: block;
}

@media screen and (max-width:768px) {
    .youtube-video-cont[data-id='o3aHWBQtNyc'] span {
        margin-left: 0;
    }
}

#randd .rd-mod-img {
    width: 30px;
}

.second-col .rd-mod:not(:first-of-type) {
    margin: .5rem 0 .5rem;
}

.second-col .rd-mod:first-of-type {
    margin-bottom: 1rem;
    min-height: 85px;
}

.second-col .rd-mod {
    min-height: 100px;
}

.std-col .a-heading, .std-col .a-p {
    text-align: left;
}

.row.water {
    display: flex;
    flex-flow: row wrap;
}

.std-col.water {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.std-col .a-p.legal-p {
    margin: 35px 0;
}

.agrisure-banner.abg-banner .mktb-bk {
    background-position-y: -75px;
}

@media screen and (max-width:476px) {
    .abg-banner .logo-abs-cont {
        max-width: calc(100% - 40px);
    }

    .abg-banner.agrisure-banner .mktbs-call-out {
        padding-top: 60px;
    }
}

#mkt-banner .logo-abs-cont img#vl {
    border-right: 2px solid #b1b1b1;
    max-width: 225px;
    margin-right: 1rem;
    padding-right: 15px;
}

@media screen and (max-width:768px) {
    #mkt-banner .logo-abs-cont img#vl {
        border: 0;
    }
}

#rd-mod-row a, #port a {
    color: white;
    text-decoration: underline;
}

.page-content{
    padding-bottom:0px
}

/* Agrisure Suppliers Banner */
#agrisure-suppliers-banner {
    background-image: url('../images/suppliers-banner-rz.jpg');
    background-size: cover;
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
}

@media (min-width: 992px) {
    #agrisure-suppliers-banner {
        background-position-y: -150px;
    }
}

#agrisure-suppliers-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .65;
}

#agrisure-suppliers-banner p {
    color: #fff;
    margin: 30px 0;
}

@media (min-width: 768px) {
    #agrisure-suppliers-banner p span {
        display: block;
    }
}

.nav-col {
    line-height: 26px;
}

/* Agrisure Suppliers Banner */

#agrisure-suppliers-banner h3 {
    font-weight: 700;
    color: #fff;
}

#legal {
    margin-top: 30px;
    margin-bottom: 60px;
}

#legal p {
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

#legal p + p {
    margin-top: 16px;
}


/*Agrisure corn traits*/
#a-port-in-action {
    background-color: #0d2a0c;
    color: #ffffff;
}

#a-port-in-action.container {
    background-color: #ffffff;
    color: #000000;
}


/* agrisure duracade pest tool (accordion) */

.pest-comparison {
  background-color: #F5F5F5;
  padding: 76px 0;
}

.pest-comparison p.bold {
  color: #000;
}

.pest-comparison h2 {
  color: #009933;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
}

.scale-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .scale-list {
    display: flex;
  }
}

.control-scale-label {
  margin-top: 24px;
}

.scale-list .scale-item {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  list-style-type: none;
  margin: 0 0 16px;
}

@media (min-width: 728px) {
  .scale-list .scale-item {
    flex-basis: 33.3%;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .scale-list .scale-item {
    flex-basis: auto;
  }
}

.scale-item .pill-item  {
  background-color: #B5B5B5;
  border-radius: 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  margin-right: 0.5rem;
  text-align: center;
  width: 81px;
}

.pest-accordion {
  margin-top: 60px;
}

.pest-accordion .pill-item {
  width: 111px;
}

.pest-accordion .scale-item .pill-item  {
  display: inline-block;
}

.scale-item .pill-item.dash {
  line-height: 26px;
}


.pest-accordion li {
  list-style-type: none;
  margin: 0;
}

.pest-accordion .pest-item {
  background-color: #ffffff;
  border: 1px solid #707070;
  margin: 0 auto 15px;
  max-width: 360px;
  width: 100%;
}

.pest-accordion .pest-item-header {
  cursor: pointer;
  display: flex;
  padding-left: 12px;
}

.pest-accordion .pest-item-header-content {
  align-items: center;
  display: flex;
  width: 73.5%;
}

.pest-accordion .pest-item-header-content .circle {
  /* background-color: gray; */
  background-position: center center;
  border-radius: 37px;
  height: 74px;
  margin-right: 16px;
  min-width: 74px;
  width: 74px;
}

.pest-accordion .circle svg {
  height: 74px;
  min-width: 74px;
  width: 74px;
}

.pest-accordion .pest-item-header-content p {
  color: #009933;
  font-weight: bold;
  line-height: 23px;
  margin: 0;
}

.pest-accordion .header-active-state {
  align-self: flex-end;
  background-color: #EBEBEB;
  border-left: 1px solid #707070;
  display: flex;
  height: 97px;
  position: relative;
  width: 97px;
}

.pest-accordion .header-active-state > * {
  margin: auto;
}

.pest-accordion .pest-caret {
  transform-origin: 50% 50%;
  transition: all 300ms ease-in-out;
}

.pest-item.js-active .pest-caret {
  transform: rotate(180deg);
}

.pest-item-content {
  height: 0;
  visibility: collapse;
}

.pest-item .pest-item-content-row:first-child .pill-item {
  background-color: #B0BC22;
}

.pest-item.js-active .pest-item-content {
  border-top: 1px solid #707070;
  height: 100%;
  visibility: visible;
}

.pest-item-content .pest-item-content-row:nth-last-child(1) {
  border: 0;
}

.pest-item-content-row {
  border-bottom: 1px solid #999999;
  margin: 0 12px;
}

.pest-item-content-row-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.pest-item-content-row .product-name {
  padding-right: 4px;
  width: 62.6%;
}

.pest-item-content-row .product-name p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.pest-item-content-row .scale-item {
  align-self: center;
}