﻿/*********************************************************************
    PRODUCT PAGE GLOBAL
*********************************************************************/

section {
    position: relative;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0 0 15px 0;
}
#pp-main-cont .bkgd-dark h1,
#pp-main-cont .bkgd-dark h2,
#pp-main-cont .bkgd-dark h3,
#pp-main-cont .bkgd-dark h4,
#pp-main-cont .bkgd-dark h5,
#pp-main-cont .bkgd-dark h6,
#pp-main-cont .bkgd-dark p {
    color: #FFF;
}
#pp-main-cont .bkgd-light h1,
#pp-main-cont .bkgd-light h2,
#pp-main-cont .bkgd-light h3,
#pp-main-cont .bkgd-light h4,
#pp-main-cont .bkgd-light h5,
#pp-main-cont .bkgd-light h6,
#pp-main-cont .bkgd-light p {
    color: #000;
}

#pp-main-cont {
}

    #pp-main-cont h3 {
        line-height: 1.25em;
    }

    #pp-main-cont h1, #pp-main-cont h2, #pp-main-cont h3, #pp-main-cont h4 {
        color: #000;
    }

    #pp-main-cont .ipn-ele {
        padding: 20px 0;
    }

    #pp-main-cont section#overview {
        padding-top: 5px;
    }

    #pp-main-cont .sec-title {
        text-align: center;
        padding-bottom: 18px;
    }

        #pp-main-cont .sec-title .header-line {
            height: 2px;
            width: calc( 100% - 30px );
            display: block;
            position: absolute;
            top: 30px;
            z-index: 20;
            background-color: #fff;
        }

    #pp-main-cont.dark-text .sec-title .header-line {
        background-color: #000;
    }

    #pp-main-cont .sec-title h2 {
        position: relative;
        display: inline-block;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        background-color: #ffffff;
        margin: 0;
        padding: 10px;
        z-index: 40;
        text-transform: uppercase;
    }

        #pp-main-cont .sec-title h2.title-white {
            color: #ffffff;
            border-color: #ffffff;
        }

    #pp-main-cont.dark-text .sec-title h2.title-white {
        color: #000;
        border-color: #000;
    }

    #pp-main-cont .sec-title h2.bkg-none {
        background-color: transparent;
    }

    #pp-main-cont p {
        font-size: 16px;
        color: #000;
        margin: 0 0 20px;
        line-height: 24px;
    }

        #pp-main-cont p.footnote {
            font-size: 12px;
            line-height: 14px;
            color: #000;
            margin: 0 0 10px;
        }

    #pp-main-cont .btm-space {
        margin-bottom: 20px;
    }

    #pp-main-cont .bk-white {
        background-color: #ffffff;
    }


@media only screen and (min-width:350px) {
    #pp-main-cont .sec-title h2 {
        font-size: 20px;
        padding: 10px 20px;
    }
}

/*********************************************************************
    CAROUSEL
*********************************************************************/
#pp-main-cont .carousel__swiper h3 {
    font-size: 18px;
}
#pp-main-cont p.carousel-source {
    font-size: 12px;
    line-height: 1.5;
}
.carousel__container .carousel__swiper img {
    margin: 0 auto;
}
.carousel__container .carousel__navigation {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}
.carousel__container .carousel__arrow {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff0;
}
.carousel__container .carousel__arrow-prev {
    border-right: 11px solid var(--color-primary);
}
.carousel__container .carousel__arrow-next {
    border-left: 11px solid var(--color-primary);
}
.carousel__container .carousel-arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff0;
}
.carousel__container .carousel__arrow > * {
    pointer-events: none;
}
.carousel__container .carousel__pagination {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto !important;
}
.carousel__container .swiper-pagination-bullet {
    height: 30px;
    width: 30px;
    background-color: #fff0;
    border: 3px solid var(--color-primary);
    box-sizing: border-box;
    opacity: 1;
    margin: 0 !important;
}
.carousel__container .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.carousel__swiper[data-slides-per-view="3"] .swiper-wrapper {
    align-items: stretch;
}
.carousel__swiper[data-slides-per-view="3"] .testimonial__card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.carousel__swiper[data-slides-per-view="3"] .testimonial__card-cite {
    margin-top: auto;
}
.carousel__swiper.swiper-initialized + .carousel__navigation {
    display: flex;
}
@media only screen and (max-width: 992px) {
    .carousel__container .carousel__swiper {
        margin-bottom: 15px;
    }
}

/*********************************************************************
    TESTIMONIAL
*********************************************************************/
.testimonial__card{
    background-color: #f5f5f5;
    padding: 30px;
    margin: 0;
}
.testimonial__card-mark {
    width: 50px;
}
.testimonial__card-mark svg {
    fill: var(--color-primary);
}
.testimonial__card-quote {
    margin: 30px 0;
}
.testimonial__card-cite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.testimonial__card-cite figure,
.testimonial__card-cite figure img {
    aspect-ratio: 1 / 1;
    width: 80px;
    height: 80px;
}
.testimonial__card-cite figure {
    border: 3px solid var(--color-primary);
    border-radius: 50%;
    overflow: hidden;
}
.testimonial__card-cite cite span {
    display: block;
}
.testimonial__card-cite .testimonial__card-name {
    font-weight: 700;
    font-style: normal;
    color: var(--color-primary);
}

/*********************************************************************
    FAQ
*********************************************************************/
.faq__pill + .faq__pill {
    margin-top: 10px;
}
.faq__pill {
	color: #3D3D3D;
}
.faq__pill .faq__pill-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--color-primary);
    border-radius: 10px;
    border: none;
    text-align: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 15px;
    width: 100%;
	cursor: pointer;
    transition: all .25s;
}
.faq__pill-button .faq__pill-icon {
    display: grid;
    place-items: center;
}
.faq__pill-button .faq__pill-icon svg {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    width: 15px;
	fill: #FFF;
    transition: all .25s;
}
.faq__pill-button * {
    pointer-events: none;
}
.faq__pill .faq__pill-svg--open {
    opacity: 0;
}
.faq__pill-content p,
.faq__pill-content li,
.faq__pill-content a {
	color: currentColor;
}
.faq__pill-content ul {
	margin-left: 20px;
}
.faq__pill-content li a {
	font-weight: 600;
}
.faq__pill-content .yt_button {
	background-color: transparent;
	display: block;
	margin: 0 auto 15px;
	width: 65%;
	border: 0;
}
.faq__pill-content a {
	color: var(--color-primary);
	transition: all .25s;
	text-decoration: underline;
}
.faq__pill-content a:hover,
.faq__pill-content a:focus {
    text-decoration: transparent;
}
.faq__pill[open] .faq__pill-button {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq__pill.faq__pill[open] .faq__pill-svg--close {
    opacity: 0;
}
.faq__pill.faq__pill[open] .faq__pill-svg--open {
    opacity: 1;
}
.faq__pill[open] .faq__pill-content {
    background-color: #f5f5f5;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*********************************************************************
    VIDEOS
*********************************************************************/
.youtube-videos-manual[data-column-count="1"] .yt_button {
    flex-basis: 80%;
}
.youtube-videos-manual[data-column-count="2"] .yt_button {
    flex-basis: calc((100% / 2) - var(--gap));
}
.youtube-videos-manual[data-column-count="3"] .yt_button {
    flex-basis: calc((100% / 3) - var(--gap));
}
.youtube-videos-manual {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--gap);
    --gap: 20px;
}
.youtube-videos-manual .yt_button img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yt_button {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
}
.yt_button picture {
    position: relative;
}
.yt_button picture::before {
    content: '';
    background-image: url("https://assets.syngentaebiz.com/images/media/play-btn.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .2));
    position: absolute;
    width: 100%;
    height: 50%;
    transform: translate(-50%, 50%);
    transition: all .25s;
}
.yt_button picture:hover::before {
    transform: translate(-50%, 50%) scale(1.2);
}
.yt_button span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    line-height: 1.3;
}
/* --- YOUTUBE VIDEO CONTAINER [MODAL] --- */
.youtube-videos-manual-container {
	display: none;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.youtube-videos-manual-container .container,
.youtube-videos-manual-container .row,
.youtube-videos-manual-container .col-xs-12 {
    height: 100%;
}
.youtube-videos-manual-container .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.youtube-videos-manual-container.js-active {
    display: block;
}
.youtube-videos-manual-container .youtube-video-manual-inner {
    padding: 10px 20px;
    margin: 100px;
    width: 100%;
}
.youtube-videos-manual-container .youtube-video-frame .yt-video-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.youtube-videos-manual-container .youtube-video-frame .video-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.youtube-videos-manual-container .youtube-video-frame .yt-frame-close {
    background-color: transparent;
    border: 0;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
	margin: 0;
    padding: 0;
    transition: all .25s;
}
.youtube-videos-manual-container .youtube-video-frame .yt-frame-close:hover,
.youtube-videos-manual-container .youtube-video-frame .yt-frame-close:focus {
    opacity: .5;
}
.youtube-videos-manual-container .youtube-video-frame iframe {
    display: block;
    margin: 10px auto;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.youtube-videos-manual-container .youtube-video-frame .video-description {
    font-size: 16px;
    line-height: 1.4;
}
.youtube-videos-manual-container .video-description p:empty {
    display: none;
}
.youtube-videos-manual-container.js-active .youtube-video-manual-inner {
    display: block;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    transform: none;
}
/* --- YOUTUBE VIDEO MODAL - LOADING SPINNER --- */
.youtube-videos-manual-container .lds-spinner {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 25px;
    height: 25px;
    top: 6px;
    left: -26px;
}
.youtube-videos-manual-container .lds-spinner span {
    display: block;
    transform-origin: 32px 12px;
    animation: lds-spinner 1.2s linear infinite;
}
.youtube-videos-manual-container .lds-spinner span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 29px;
    width: 2px;
    height: 5px;
    border-radius: 20%;
    background: #000;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.youtube-videos-manual-container .lds-spinner span:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* --- YOUTUBE VIDEOS --- */
@media only screen and (max-width: 991px) {
    .youtube-videos-manual-container .youtube-video-manual-inner {
        margin: 0;
    }
    .youtube-videos-manual-container .youtube-video-frame .yt-video-banner {
        align-items: flex-start;
    }
    .youtube-videos-manual-container .youtube-video-frame .video-description {
        font-size: 14px;
    }

    .youtube-videos-manual[data-column-count="2"] .yt_button,
    .youtube-videos-manual[data-column-count="3"] .yt_button {
        flex-basis: 100%;
    }
}
/*********************************************************************
    MARRKETING BANNER
*********************************************************************/
#mkt-banner {
    margin-top: -21px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}



    #mkt-banner.mktb-standard {
    }


.mktb-standard .mktb-mobile-bk {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mktb-standard.mktb-default .mktb-mobile-bk {
    height: 250px;
}

.mktb-standard .mktb-bk {
    display: none;
}

.mktb-standard .container {
    position: relative;
    height: auto;
    margin-top: -400px;
}

.mktb-standard.mktb-default .container {
    margin-top: 0;
}

#mkt-banner .logo-abs-cont {
    background: #fff;
    padding: 15px;
}

#mkt-banner.mktb-standard .logo-abs-cont {
    bottom: auto;
    top: 250px;
    left: 15px;
}

#mkt-banner.mktb-standard.mktb-default .logo-abs-cont {
    top: 0;
    left: 0;
}

#mkt-banner .logo-abs-cont {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#mkt-banner.mktb-standard.mktb-default .logo-abs-cont {
    position: relative;
    text-align: center;
}

#mkt-banner .logo-abs-cont img {
    height: 50px;
    width: auto;
}

.mktb-standard .mktbs-call-out {
    background-color: #fff;
    margin: 250px 15px 0;
    padding: 32px 15px 30px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}

.mktb-standard .bar-btm {
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    margin-left: -20px;
}

.mktb-standard .mktbs-call-out .mktbs-title {
    color: #000;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    margin: 45px 0 20px;
    display: block;
}

.mktb-standard .mktbs-call-out p {
    color: #000;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 23px;
}

a.btn-pp,
.btn-pp {
    display: inline-block;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 7px 18px;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: all .25s;
    transition: all .25s;
}
a.btn-pp:hover,
a.btn-pp:focus-visible,
.btn-pp:hover,
.btn-pp:focus-visible {
    background-color: #fff;
    color: var(--color-primary);
}

.dark-text a.btn-pp {
    color: #000;
}


#mkt-banner-lines {
    margin-top: -21px;
}

.mktb-lines .top-line {
    height: 10px;
    width: 100%;
    display: block;
}

.mktb-lines .btm-line {
    height: 8px;
    width: 100%;
    display: block;
}


.mktb-lines .img-ves img {
    display: block;
    padding: 13px 0 7px;
    margin: 0 auto;
    height: 75px;
}

@media only screen and (min-width:768px) {
    .mktb-standard.mktb-default .container {
        margin-top: -50px;
        padding-bottom: 0;
    }

    .mktb-standard .mktb-mobile-bk {
        display: none;
    }

    .mktb-standard .mktb-bk {
        display: block;
        width: 100%;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #mkt-banner .logo-abs-cont {
        bottom: initial;
        top: 250px;
        left: 15px;
    }

    #mkt-banner.mktb-standard.mktb-default .logo-abs-cont {
        left: auto;
    }

    .mktb-standard.mktb-animation .mktb-bk {
        height: 500px;
    }

    .mktb-standard.mktb-default .mktb-bk {
        height: 250px;
    }

    .mktb-standard .container {
        position: relative;
        height: 400px;
        margin-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .mktb-standard.mktb-animation .container {
        height: 500px;
    }


    .mktb-standard.mktb-default .container {
        height: 250px;
        margin-top: 0;
    }



    .mktb-standard .mktbs-call-out {
        background-color: rgba(255,255,255,.90);
        width: 55%;
        margin: 0 0 0 15px;
        position: absolute;
        padding: 20px 20px 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    #mkt-banner.mktb-standard.mktb-default .logo-abs-cont {
        position: absolute;
        text-align: left;
    }

    #mkt-banner .logo-abs-cont {
        background: #fff;
        padding: 15px 25px 7px;
        position: absolute;
        top: 0;
        right: 10px;
        left: auto;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    }

    #mkt-banner.mktb-standard .logo-abs-cont {
        bottom: auto;
        top: 0;
        left: auto;
    }

    #mkt-banner .logo-abs-cont img {
        height: 50px;
        max-height: none;
        width: auto;
        max-width: none;
    }

    .mktb-standard .mktbs-call-out .mktbs-title {
        margin: 0 0 20px;
    }

    .mktb-lines .img-ves img {
        float: right;
        margin: 0 20px 0 0;
    }
}

@media only screen and (min-width:992px) {
    .mktb-standard .mktbs-call-out {
        width: 45%;
    }

    #mkt-banner {
        margin-top: -14px;
    }

    .mktb-standard .mktbs-call-out {
        top: 47%;
        transform: translateY(-50%);
    }

    #mkt-banner.mktb-lines {
        margin-bottom: 25px;
    }

    .mktb-lines .top-line {
        height: 6px;
    }

    .mktb-lines .btm-line {
        height: 8px;
    }
}

@media only screen and (min-width:1200px) {
    .mktb-standard .mktbs-call-out {
        width: 40%;
    }
}

/*********************************************************************
    Loading Spinner
*********************************************************************/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    top: 6px;
    left: -26px;
}

.zip-loader .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 0;
}

.lds-spinner div {
    transform-origin: 32px 12px;
    animation: lds-spinner 1.2s linear infinite;
}


.zip-loader .lds-spinner div {
    transform-origin: 10px 0;
    animation: lds-spinner 1.2s linear infinite;
}


.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 29px;
    width: 2px;
    height: 5px;
    border-radius: 20%;
    background: #000;
}

.zip-loader .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 12px;
    height: 4px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*********************************************************************
    PRODUCT DETAILS SECTION
*********************************************************************/

#label-downloads-cont {
}

#overview {
}

#label-details-cont {
    margin-bottom: 25px;
}

#overview .pd-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overview h1, #overview h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
    line-height: 26px;
}

#overview a.btn-label-dwld {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    /*max-width: 315px;*/
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}

    #overview a.btn-label-dwld:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #overview a.btn-label-dwld span {
        position: absolute;
        top: 5px;
        left: 6px;
    }

        #overview a.btn-label-dwld span svg {
            fill: #fff;
            height: 30px;
            width: 24px;
        }

.dark-text #overview a.btn-label-dwld span svg {
    fill: #000;
}

#label-details-cont div {
    position: relative;
}

.label-detail-single {
    width: calc( 33.33% - 12px);
    float: left;
    padding: 14px 1% 5px;
    background-color: #f5f5f5;
    margin: 6px;
    border: 1px solid #b5b5b5;
    min-height: 145px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .label-detail-single:hover {
        background-color: #f5f5f5;
    }

    .label-detail-single.active {
        cursor: default;
        pointer-events: none;
        background-color: #fff;
        z-index: 100;
        border-bottom-color: #e6e6e6;
        border-bottom: none;
    }

    .label-detail-single.disabled {
        opacity: .25;
        cursor: default;
    }

        .label-detail-single.disabled:hover {
            background-color: #f5f5f5 !important;
            border-color: #b5b5b5 !important;
        }


    .label-detail-single .lds-svg {
        text-align: center;
    }

        .label-detail-single .lds-svg svg {
            fill: #808285;
            width: 50px;
            height: 55px;
        }

    .label-detail-single.disabled:hover .lds-svg svg {
        fill: #808285 !important;
    }


    .label-detail-single .lds-title {
        font-size: 13px;
        line-height: 18px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }

.three-by-detail-container,
.six-by-detail-container {
    width: calc(100% - 12px);
    float: left;
    min-height: 60px;
    background-color: #fff;
    display: block;
    margin: -6px 6px 0;
    display: none;
    border: 1px solid #b5b5b5;
    margin-top: -8px;
    z-index: 1;
}

    .three-by-detail-container.open,
    .six-by-detail-container.open {
        display: block;
    }

    .three-by-detail-container > div,
    .six-by-detail-container > div {
        display: none;
    }

    .three-by-detail-container .show,
    .six-by-detail-container .show {
        display: block;
    }

.details-cont .btn-close {
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 0;
    font-weight: 700;
    cursor: pointer;
    height: 30px;
    width: 30px;
    z-index: 1000;
    text-align: center;
    line-height: 30px;
}

.states,
.crop-list,
.worker-safety {
    padding: 10px;
}

.product-composition {
    padding: 10px;
}

    .product-composition .composition-title {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        padding: 5px 8px;
        display: block;
        margin-top: 5px;
        max-width: 250px;
    }

    .product-composition ul {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-columns: 100px 2;
        -moz-columns: 100px 2;
        columns: 100px 2;
    }

        .product-composition ul li {
            font-size: 15px;
            font-weight: 600;
            color: #000;
            margin: 0 0 5px 0;
        }

    .crop-list ul,
    .states ul {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-columns: 100px 2;
        -moz-columns: 100px 2;
        columns: 100px 2;
    }

        .crop-list ul li,
        .states ul li {
            font-size: 15px;
            font-weight: 600;
            color: #000;
            margin: 0 0 5px 0;
        }

/*.crop-list ul,*/
.pest-list ul {
    list-style: none;
    margin: 0;
    padding: 20px 10px 10px;
    -webkit-columns: 100px 2;
    -moz-columns: 100px 2;
    columns: 100px 2;
}

    /*.crop-list ul li,*/
    .pest-list ul li {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        margin: 0 0 5px 0;
    }

.states .state-list {
    display: none;
}

    .states .state-list.open {
        display: block;
    }


.crop-list .crop-lists {
    display: none;
}

    .crop-list .crop-lists.open {
        display: block;
    }

.crop-list .current-crops p.crop-disclaimer {
    margin: 20px 0 0 20px !important;
    font-weight: 600;
}



.state-btn-cont {
    padding: 10px 0 15px;
}

a.toggle-states {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
    text-decoration: none;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    padding: 5px 8px;
    display: block;
    margin-top: 5px;
    max-width: 250px;
}

    a.toggle-states:hover {
        border-color: #000;
        opacity: .5;
    }

    a.toggle-states.active {
        color: #fff;
        cursor: default;
        pointer-events: none;
        border: none;
    }

a.toggle-crops {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
    text-decoration: none;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    padding: 5px 8px;
    display: block;
    margin-top: 5px;
    max-width: 250px;
}

    a.toggle-crops:hover {
        border-color: #000;
        opacity: .5;
    }

    a.toggle-crops.active {
        color: #fff;
        cursor: default;
        pointer-events: none;
        border: none;
    }


.product-use-rates,
.special-label-cont {
    padding: 15px;
}

    .product-use-rates select,
    .special-label-cont select {
        width: 90%;
        padding: 5px 10px;
        font-size: 16px;
    }


    .special-label-cont .slc-state-list ul {
        list-style: none;
        padding: 0 0 10px;
        margin: 0;
        -webkit-columns: 100px 2;
        -moz-columns: 100px 2;
        columns: 100px 2;
    }

        .special-label-cont .slc-state-list ul li a {
            font-size: 16px;
            font-weight: 600;
            color: #000066;
            text-decoration: underline;
        }

            .special-label-cont .slc-state-list ul li a:hover {
                color: #000;
            }

    .special-label-cont .slc-state-options {
        display: none;
    }

        .special-label-cont .slc-state-options a {
            font-size: 15px;
            font-weight: 600;
            color: #000066;
            display: block;
        }

    .product-use-rates .pur-cont p:first-child {
        padding: 15px 0 0;
    }

#pp-main-cont .product-use-rates .pur-cont p,
#pp-main-cont .worker-safety p {
    margin-bottom: 10px;
    font-size: 15px;
}

    #pp-main-cont .product-use-rates .pur-cont p.list-head {
        margin-bottom: 0;
    }

.product-use-rates .pur-cont ul {
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    -webkit-columns: 100px 2;
    -moz-columns: 100px 2;
    columns: 100px 2;
}

    .product-use-rates .pur-cont ul li {
        font-size: 15px;
        color: #000;
    }

.slc-results .sl-single h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

#pp-main-cont .slc-results .sl-single p {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

#pp-main-cont .slc-results a.btn-pp {
    display: block;
    margin: 25px 0 10px;
    text-align: center;
    max-width: 350px;
}

@media only screen and (min-width:350px) {
    .label-detail-single .lds-svg svg {
        width: 70px;
        height: 75px;
    }
}


@media only screen and (min-width:500px) {
    .states ul, .crop-list ul, .pest-list ul, .special-label-cont .slc-state-list ul, .product-composition ul {
        -webkit-columns: 100px 3;
        -moz-columns: 100px 3;
        columns: 100px 3;
    }
}

@media only screen and (min-width:650px) {
    a.toggle-crops, a.toggle-states {
        display: inline-block;
        padding: 5px 12px;
    }
}

@media only screen and (min-width:768px) {
    #label-details-cont {
        margin-bottom: 0;
    }

    .label-detail-single .lds-title {
        font-size: 13px;
    }

    .label-detail-single {
        width: calc( 16.66% - 12px);
        min-height: 137px;
        /*background-color:transparent;
        border:none;*/
        -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    }

        .label-detail-single:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .label-detail-single.active {
            cursor: default;
            pointer-events: none;
            border-top-color: #404040 !important;
            border-right-color: #404040 !important;
            border-left-color: #404040 !important;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    ul.scol {
        width: 50%;
        float: left;
    }

    .three-by-detail-container {
        display: none;
    }

    .six-by-detail-container {
        border: none;
        background-color: #fff;
        border: 1px solid #404040;
    }

    .states ul,
    .crop-list ul,
    .pest-list ul,
    .special-label-cont .slc-state-list ul,
    .product-composition ul {
        padding: 15px;
        -webkit-columns: 100px 4;
        -moz-columns: 100px 4;
        columns: 100px 4;
    }

    .product-use-rates select,
    .special-label-cont select {
        width: 60%;
    }

    .product-use-rates .pur-cont ul {
        -webkit-columns: 100px 3;
        -moz-columns: 100px 3;
        columns: 100px 3;
    }

    #pp-main-cont .slc-results hr {
        display: none;
    }

    #pp-main-cont .slc-results .sl-single {
        width: 48%;
        float: left;
        padding: 15px;
    }

    .label-detail-single .lds-svg svg {
        width: 60px;
        height: 60px;
    }


    .special-label-cont .slc-state-options h4 {
        width: 70%;
    }

    .special-label-cont .slc-state-options a {
        display: inline-block;
        padding-left: 30px;
    }

    .special-label-cont .slc-state-options.shown {
        display: block;
    }
}


@media only screen and (min-width:992px) {
    .label-detail-single {
        min-height: 125px;
    }

    .states ul,
    .crop-list ul,
    .pest-list ul,
    .special-label-cont .slc-state-list ul,
    .product-composition ul {
        -webkit-columns: 100px 5;
        -moz-columns: 100px 5;
        columns: 100px 5;
    }

    .product-use-rates .pur-cont ul {
        -webkit-columns: 100px 4;
        -moz-columns: 100px 4;
        columns: 100px 4;
    }

    #pp-main-cont .worker-safety p {
        width: 80%;
    }
}

@media only screen and (min-width:1200px) {
    .states .state-btn-cont {
        width: 18%;
        float: left;
    }

        .states .state-btn-cont a {
            display: block;
            margin: 10px;
            text-align: center;
        }

    .states ul {
        width: 80%;
        float: left;
    }

    .crop-list .state-btn-cont {
        width: 18%;
        float: left;
    }

        .crop-list .state-btn-cont a {
            display: block;
            margin: 10px;
            text-align: center;
        }

    .crop-list ul {
        width: 80%;
        float: left;
    }

    .product-composition .state-btn-cont {
        width: 18%;
        float: left;
    }

        .product-composition .state-btn-cont .composition-title {
            display: block;
            margin: 10px;
            text-align: center;
            max-width: none;
        }

    .product-composition ul {
        width: 80%;
        float: left;
    }
}


/*********************************************************************
    PRODUCT BENEFITS SECTION
*********************************************************************/
#pp-main-cont #benefits .sec-title {
    padding: 15px;
}

#pp-main-cont #benefits .sec-title {
    padding: 15px;
}

    #pp-main-cont #benefits .sec-title h2 {
        padding: 0px 15px;
    }

    #pp-main-cont #benefits .sec-title .header-line {
        top: 35px;
        width: calc( 100% - 60px );
        left: 30px;
    }


#benefits .pb-copy-cont {
    margin: 0 15px 30px;
    background-color: white;
}

    #benefits .pb-copy-cont h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        color: #000;
        text-align: center;
    }

    #benefits .pb-copy-cont ul {
    }

        #benefits .pb-copy-cont ul li {
            font-size: 16px;
            line-height: 20px;
            color: #000;
        }

@media only screen and (min-width:992px) {


    #benefits .pb-copy-cont h3 {
        margin: 15px auto;
    }
}

@media only screen and (min-width:1200px) {

    #benefits .pb-copy-cont h3 {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #benefits .pb-copy-cont h3 {
        margin: 1em;
    }
}

/*********************************************************************
    SUPPORTING DOCUMNNETS SECTION
*********************************************************************/
#supporting-materials {
}

    #supporting-materials .doc-links a {
        display: block;
        font-size: 18px;
        line-height: 22px;
        color: #000;
        padding: 7px 0 7px 27px;
        position: relative;
        text-decoration: none;
    }

        #supporting-materials .doc-links a:hover {
            text-decoration: underline;
        }

        #supporting-materials .doc-links a span {
            position: absolute;
            top: 6px;
            left: 0;
        }

            #supporting-materials .doc-links a span svg {
                fill: #000;
                height: 23px;
                width: 18px;
            }


/*********************************************************************
    PERFORMANCE SECTION
*********************************************************************/
#performance {
}

    #performance hr {
        border-top: 5px solid #f5f5f5;
    }


.intro-copy {
    text-align: center;
}

    .intro-copy h3 {
        position: relative;
        color: #000;
        font-size: 20px;
        text-align: center;
        margin: 10px 0 20px;
    }

    .intro-copy.title-bar h3 {
        display: inline-block;
        background: #fff;
        padding: 20px;
    }

    .intro-copy.title-bar .tb-bar {
        height: 2px;
        width: calc(100% - 30px);
        display: block;
        background: #cccccc;
        margin: 0 auto;
        position: absolute;
        top: 40px;
        left: 0;
    }



#pp-main-cont .intro-copy p {
    margin-bottom: 0;
}

.testimonial-container {
    width: 100%;
    border: 1px solid #b5b5b5;
    -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);
    margin: 0 0 50px;
    padding: 30px;
}

    .testimonial-container .col-sm-3 {
        height: 100%;
    }

.testimonial-sidebar {
    height: 100%;
    background: #f5f5f5;
}

.testimonial-select {
    padding: 15px;
    cursor: pointer;
    background-color: #f5f5f5;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}

    .testimonial-select:hover {
        background-color: #E8E8E8;
    }

    .testimonial-select.pc-active {
        font-weight: 600;
        color: #fff;
        border-bottom: 3px solid #b5b5b5;
        cursor: default;
    }

.testimonial {
    display: none;
    position: absolute;
    left: -100%;
}

    .testimonial.pc-active {
        display: block;
        position: relative;
        left: 0;
    }

#pp-main-cont .testimonial p {
    width: 100%;
    font-style: italic;
    margin: 30px 0 0 0;
}

.testimonial-image {
    text-align: center;
    padding-right: 15px;
}

.testimonial-nav, .carousel-mobile-nav {
    text-align: center;
    padding-top: 30px;
}

    .testimonial-nav span, .carousel-mobile-nav span {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #ccc;
        margin-left: 10px;
        cursor: pointer;
    }

        .testimonial-nav span:first-child, .carousel-mobile-nav span:first-child {
            margin-left: 0;
        }

        .testimonial-nav span.pc-active, .carousel-mobile-nav span.pc-active {
            border: none;
        }

.sprout-video-container .lds-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(4);
}

    .sprout-video-container .lds-spinner div {
        transform-origin: 12px 12px;
    }

        .sprout-video-container .lds-spinner div:after {
            left: 12px;
            background: #fff;
        }

.load-more-videos {
    text-align: center;
    display: none;
    margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
    .testimonial-container {
        padding: 0;
    }

    .testimonial {
        padding: 30px 30px 30px 0;
    }
}

.carousel-container {
    position: relative;
    padding: 0;
    margin: 50px 0;
}

#pp-main-cont .carousel-container p {
    margin: 15px 0;
}

.carousel-item {
    display: none;
}

    .carousel-item.active {
        display: block;
    }

.carousel-nav {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    border-bottom: 15px solid transparent !important;
    border-top: 15px solid transparent !important;
    top: 96.5%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

    .carousel-nav.left {
        border-right-style: solid;
        border-right-width: 10px;
        left: 0;
        padding-left: 15px;
    }

    .carousel-nav.right {
        border-left-style: solid;
        border-left-width: 10px;
        right: 0;
        padding-right: 15px;
    }

@media only screen and (min-width:768px) {
    .carousel-container {
        padding: 0 25px;
    }

    .carousel-nav {
        top: 50%;
    }

    .carousel-nav.left {
        padding-left: 0;
    }

    .carousel-nav.right {
        padding-right: 0;
    }
}
/*********************************************************************
    FORM SECTION
*********************************************************************/
#performance-form label {
    display: block;
}
#performance-form input,
#performance-form select {
    width: 100%;
    border: 1px solid #000;
    height: 35px;
    margin-bottom: 15px;
}
#thanks svg {
    display: block;
    margin: 0 auto 15px;
    width: 70px;
}
#thanks h3 {
    text-align: center;
}
@media only screen and (max-width: 991px) {

}
/*********************************************************************
    CONTACT SECTION
*********************************************************************/
#contact.pp-contact {
    padding: 30px 0 50px;
}
/* Widen the form area (default template is col-sm-10 col-sm-push-1) */
#contact .col-sm-push-1 {
    left: 0;
}
#contact > .container > .row > .col-sm-10.col-sm-push-1 {
    width: 100%;
    float: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
/* Square card - flat, sharp corners, primary-color left accent */
#contact .form-container {
    margin-top: 75px;
    position: relative;
    background: #fff;
    padding: 35px 40px 0px;
    border: 1px solid #e3e6e8;
    border-left: 6px solid var(--color-primary);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

#contact .form-container label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
}
#contact .form-container .required {
    color: var(--color-primary);
    margin-right: 3px;
}
#contact .form-container input[type="text"],
#contact .form-container input[type="email"],
#contact .form-container select {
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    margin-bottom: 18px;
    border: 1px solid #ccd0d4;
    border-radius: 0;
    background: #fff;
    font-size: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#contact .form-container input:focus,
#contact .form-container select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(0, 103, 176, 0.15);
}
#contact .form-container .form-footer {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #eceff1;
    align-items: center;
}
#contact .form-container .footnote {
    font-size: 13px;
    color: #555;
    margin: 0;
}
#contact .form-container .footnote a {
    color: var(--color-primary);
    text-decoration: underline;
}
#contact .form-container .error-list {
    color: #c0392b;
    font-size: 13px;
    margin-top: 6px;
    min-height: 1em;
}
#contact .form-container input.error,
#contact .form-container select.error {
    border-color: #c0392b;
}
#contact .form-container .field-error {
    display: block;
    color: #c0392b;
    font-size: 12px;
    margin-top: -14px;
}
#contact .form-container .btn-pp {
    min-width: 180px;
}
#contact .hidden {
    display: none;
}
#contact .thanks-card {
    margin-top: 75px;
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid #e3e6e8;
    border-left: 6px solid var(--color-primary);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
#contact .thanks-card svg {
    display: block;
    margin: 0 auto 15px;
    width: 70px;
    height: 70px;
    fill: var(--color-primary);
}
#contact .thanks-card h3 {
    color: var(--color-primary);
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    #contact .form-container,
    #contact .thanks-card {
        padding: 25px 20px;
    }
    #contact .form-container .form-footer .col-sm-6 + .col-sm-6 {
        margin-top: 15px;
    }
}
/*********************************************************************
    TALK OR BUY SECTION
*********************************************************************/
#faq {
    padding-bottom: 40px;
}
#talk-or-buy {
    background-image: image-set(
        url(https://assets.syngentaebiz.com/images/media/background-about-us-q326-roots-desktop.avif) type('image/avif'),
        url(https://assets.syngentaebiz.com/images/media/background-about-us-q326-roots-desktop.png) type('image/png')
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
    margin-top: 40px;
}
#talk-or-buy_container {
    display: flex;
    gap: 20px;
}
.tob_card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tob_card a {
    margin-top: auto;
}
.tob-divider {
    display: block;
    background: var(--color-primary);
    width: 2px;
}
@media only screen and (max-width: 991px) {
    #talk-or-buy {
        background-image: image-set(
            url(https://assets.syngentaebiz.com/images/media/background-about-us-q326-roots-mobile.avif) type('image/avif'),
            url(https://assets.syngentaebiz.com/images/media/background-about-us-q326-roots-mobile.png) type('image/png')
        );
    }
    #talk-or-buy_container {
        display: block;
    }
    .tob-divider {
        margin: 30px 0 20px;
        width: 100%;
        height: 1px;
    }
}
/*********************************************************************
    PROMOTION SECTION
*********************************************************************/
.pp-promotion {
    background-image: image-set( url('https://assets.syngentaebiz.com/images/media/hero-supporting-american-agriculture-questions-q226-desktop.avif') type('image/avif'), url('https://assets.syngentaebiz.com/images/media/hero-supporting-american-agriculture-questions-q226-desktop.png') type('image/png') );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0;
}
.pp-promotion:empty {
    display: none;
}
.pp-promotion .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .pp-promotion {
        background-image: image-set(
            url('https://assets.syngentaebiz.com/images/media/hero-supporting-american-agriculture-questions-q226-mobile.avif') type('image/avif'),
            url('https://assets.syngentaebiz.com/images/media/hero-supporting-american-agriculture-questions-q226-mobile.png') type('image/png')
        );
    }
}
/*********************************************************************
    RELATED PRODUCTS SECTION
*********************************************************************/
#related-products {
    margin-top: 0;
}

    #related-products .rel-prod-bk {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    #related-products .sec-title .half-line {
        height: 2px;
        display: block;
        position: absolute;
        background: #fff;
        top: 30px;
    }

.dark-text #related-products .sec-title .half-line {
    background: #000;
}

#related-products .sec-title .half-line.left {
    width: calc(50% - 155px);
    left: 15px;
}

#related-products .sec-title .half-line.right {
    width: calc(50% - 155px);
    right: 15px;
}


#related-products .rp-cont {
    padding: 0 15px 15px;
}

    #related-products .rp-cont a.rp-single {
        padding: 15px;
        margin-bottom: 15px;
        display: block;
        text-decoration: none;
        background-color: #fff;
    }

    #related-products .rp-cont .rp-single img {
        height: 50px;
        margin-bottom: 8px;
    }

    #related-products .rp-cont .rp-single .rp-cta {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-decoration: underline;
        margin-bottom: 0;
    }


@media only screen and (min-width:768px) {
    #related-products {
    }

        #related-products .rel-prod-bk {
            background-image: image-set(
                url("https://assets.syngentaebiz.com/images/media/bkg-related-products.avif") type('image/avif'),
                url("https://assets.syngentaebiz.com/images/media/bkg-related-products.png") type('image/png')
            );
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }


        #related-products .rp-cont {
            display: flex;
            min-height: 320px;
        }

            #related-products .rp-cont a.rp-single {
                width: 31.3%;
                margin: 0 1%;
                float: left;
            }

            #related-products .rp-cont.rp-two a.rp-single {
                width: 50%;
                float: left;
            }

    .dark-text #related-products .sec-title .half-line {
        background: #fff;
    }

    #pp-main-cont #related-products .sec-title h2.title-white {
        color: #fff;
    }
}

/*********************************************************************
    SYNGENTA NEWS SECTION
*********************************************************************/

#syngenta-news {
}

    #syngenta-news h3 {
        color: #000;
        margin-bottom: 5px;
    }

    #syngenta-news .btn-pp {
        display: block;
        text-align: center;
    }

a.article-single {
    text-decoration: none;
    color: #000;
}

    a.article-single article {
        margin-bottom: 25px;
    }

        a.article-single article .article-img {
            display: none;
        }

        a.article-single article .article-copy h4 {
            color: #000;
            margin: 0 0 5px;
            text-decoration: underline;
        }

        a.article-single article .article-copy p {
            margin-bottom: 0 !important;
        }

#syngenta-news #thrive-news,
#syngenta-news #kmgm-news {
    margin-bottom: 40px;
}

.news-cont .btn-pp {
    margin-top: 25px;
}

@media only screen and (min-width: 600px) {

    a.article-single article .article-img {
        display: block;
        width: 150px;
        height: 150px;
        float: left;
        margin-right: 15px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all .75s;
        transition: all .75s;
    }

    a.article-single:hover article .article-img {
        transform: scale(1.1);
    }

    a.article-single article .article-copy {
        width: calc(100% - 180px);
        float: left;
        padding-top: 15px;
    }

    #syngenta-news .btn-pp {
        max-width: 280px;
    }
}

@media only screen and (min-width:768px) {
    a.article-single article .article-copy {
        padding-top: 0;
    }

    #syngenta-news .blog-descriptor {
        height: 156px;
    }
}

@media only screen and (min-width: 992px) {
    #syngenta-news .blog-descriptor {
        height: 110px;
    }
}


/*********************************************************************
    IMAGE/COPY MODULE
*********************************************************************/
.image-copy {
    margin: 50px 0;
}

    .image-copy .ic-cont .img-cont img {
        margin: 0 auto;
    }


@media only screen and (min-width: 768px) {
    .image-copy .ic-cont {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

        .image-copy .ic-cont.img-right {
            flex-direction: row-reverse;
        }

        .image-copy .ic-cont .img-cont {
            flex: 1 0 60%;
            padding: 0 15px 0 0;
        }


        .image-copy .ic-cont.img-right .img-cont {
            padding: 0 0 0 15px;
        }

        .image-copy .ic-cont .copy-cont {
            flex: 1 0 40%;
            padding: 0 0 0 15px;
        }

        .image-copy .ic-cont.img-right .copy-cont {
            padding: 0 15px 0 0;
        }
}

@media only screen and (min-width: 1200px) {
}

.sprout-container,
.youtube-container {
    margin-top: -30px;
}

.addtotop {
    margin-top: 20px;
}

.seed-treatment #benefits {
    margin-top: -30px;
}


/*********************************************************************
    video banner
*********************************************************************/

.hv-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    min-height: 400px;
    max-height: 500px;
    overflow: hidden;
}

    .hv-cover video {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

@media only screen and (min-width:768px) {

    .mktb-standard.mktb-video-banner .container {
        height: 500px;
    }
}

/*Tavium Css*/
.tav-btn-cont {
    margin-bottom: 30px;
    display: block;
}

a.tav-btn {
    display: block;
    background-color: rgb(92,184,178);
    border: 3px solid rgb(92,184,178);
    color: #000000;
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}



    a.tav-btn .tav-icon {
        width: 100px;
        display: block;
        float: left;
        padding-right: 15px;
    }

    a.tav-btn span {
        display: block;
        width: 58%;
        float: left;
    }

    a.tav-btn b.arrow {
        padding-left: 0;
        -webkit-transition: all .5s; /* Safari */
        transition: all .5s;
    }


    a.tav-btn:hover {
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        a.tav-btn:hover b.arrow {
            padding-left: 8px;
        }


@media only screen and (min-width:350px) {
    a.tav-btn span {
        width: 63%;
    }
}

@media only screen and (min-width:426px) {
    a.tav-btn span {
        width: 70%;
    }
}



@media only screen and (min-width:768px) {
    .tav-btn-cont {
        display: flex;
    }

    a.tav-btn {
        text-align: center;
        width: 31.33%;
        margin: 0 1%;
        padding: 20px 20px 10px;
    }

        a.tav-btn .tav-icon {
            width: 75px;
            display: block;
            float: none;
            padding-right: 0;
            margin: 0 auto 15px;
        }

        a.tav-btn span {
            width: 100%;
        }
}

@media only screen and (min-width:992px) {
    a.tav-btn .tav-icon {
        width: 70px;
        float: left;
        padding-right: 18px;
    }

    a.tav-btn span {
        float: left;
        width: 70%;
        text-align: left;
    }
}

@media only screen and (min-width:1200px) {

    a.tav-btn .tav-icon {
        width: 100px;
        display: block;
        float: left;
        padding-right: 18px;
    }

    a.tav-btn span {
        width: 65%;
    }
}


#tavium-form input, #tavium-form select {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 2px solid rgb(92,184,178);
    padding: 0 5px;
    margin-bottom: 20px;
}

    #tavium-form input[type=submit] {
        font-weight: 600;
        border: 2px solid rgb(92,184,178);
    }

        #tavium-form input[type=submit]:hover {
            background: #fff;
            border: 2px solid rgb(92,184,178);
        }

#tavium-form label {
    display: block;
}

#tavium-form input.error, #tavium-form select.error {
    border: 1px solid red;
}

#tavium-form .thank-you {
    display: none;
}

    #tavium-form .thank-you b {
        display: block;
    }



/****************************************
 SELECT 2 Style overrides
 ****************************************/

.select2-results__option {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
}


/****************************************
 single iframe responsive video
 ****************************************/

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.legal-images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 2em;
}

    .legal-images img {
        height: 50px;
        width: auto;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .legal-images .break {
        flex-basis: 100%;
        height: 1.5rem;
    }

.legal-copy {
    font-size: 12px;
    line-height: 1.5;
}

.seed-rate:hover {
    text-decoration: underline;
}

#news-container:not(:empty) {
    padding: 20px 0 30px;
}

#news-container > .single-articles {
    display: block;
    height: auto !important;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

#news-container > .single-articles a.article-single article {
    overflow: hidden;
}

@media only screen and (min-width: 600px) {
    #news-container > .single-articles a.article-single article .article-copy {
        width: calc(100% - 180px);
        float: left;
    }
}
