html {
    overflow-x: hidden;
}


section {
    position: relative;
}

.darkGreen {
    color: #439539
}

.news,
.maturitySearch,
.seedGuide {
    background: #f9fae8
}

p, span, li, ul {
    color: #55565A;
    font-size: 1.08rem;
    font-family: 'Open Sans', sans-serif;
}

.strong {
    font-weight: 700
}

a.pewter {
    color: #55565A !important
}

a.pewter {
    text-decoration: none
}


#button-cont .utility-buttons {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.utility-buttons a {
    background: #459339;
    border: 1px solid #459339;
}

    .utility-buttons a polygon:first-child, .utility-buttons a.email-button svg > * {
        stroke: #459339;
    }

    .utility-buttons a polygon:first-child, .utility-buttons a.email-button svg > * {
        stroke: #459339;
    }

    .utility-buttons a polygon, .utility-buttons a rect {
        fill: #fff;
    }


    .utility-buttons a polygon, .utility-buttons a rect {
        fill: #fff;
    }

    .utility-buttons a:hover polygon, .utility-buttons a:hover rect {
        fill: #459339;
    }

    .utility-buttons a:hover polygon, .utility-buttons a:hover rect {
        fill: #459339;
    }




        .utility-buttons a:hover polygon:first-child, .utility-buttons a.email-button:hover svg > * {
            stroke: #fff;
        }

    .utility-buttons a:hover {
        background: #fff;
        border: 1px solid #459339;
    }


.print-button, .email-button {
    background: #459339;
    border: 1px solid #459339;
    display: inline-block;
    width: 44px;
    height: 44px;
}

span.newicon {
    background: #ebebeb;
    right: 120px;
    font-style: italic;
    line-height: 34px;
    padding-right: 18px;
    width: 66px !important;
}

.results-container .col-md-6 {
    margin-top: 30px;
}


.modal-footer {
    padding: 0;
    text-align: left;
    border-top: none;
}

.mb-1 {
    margin-bottom: .5rem
}

.lineBackground {
    position: relative;
    z-index: 1;
}

    .lineBackground:before {
        border-top: 2px solid #C1CD23;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

.buttons a {
    margin: 0em 1em
}

.lineBackground span {
    background: #f9fae8;
    padding: 0 15px;
    font-size: 30px !important;
    text-transform: uppercase;
}

    .lineBackground span.whiteBackground {
        background: white;
        color: #439539;
    }

h3.darkGreen {
    font-size: 30px !important
}

    h3.darkGreen.smaller {
        font-size: 20px !important;
    }

.position-relative {
    position: relative;
}

.navbar-fixed-top {
    top: 90px !important;
    position: fixed !important;
}


.greenBackground {
    /*border: 2px solid green;
    border-radius: 50px;*/
    /*background-color: green;*/
    background-image: url(../assets/green.png);
    height: inherit;
    min-height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0px 100%; */
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 0;
    position: relative;
    left: 0;
    background-size: cover;
    height: auto;
    min-height: 16em;
    margin-top: 4em;
    margin-bottom: 2em
}


.yellow {
    color: #C1CD23;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

p.white {
    color: white;
    font-size: 32px;
    font-weight: 600
}

.abso {
    position: absolute;
    top: calc(50% - 2em);
    left: calc(50% - 21em);
    width: 42em;
}

.smaller {
    font-size: 13px;
}

.mt-0 {
    margin-top: 0px !important
}


.pt-5 {
    padding-top: 3rem
}

.pb-5 {
    padding-bottom: 3rem
}

.pl-5 {
    padding-left: 3rem;
}

.pr-5 {
    padding-right: 3rem;
}

.pl-3 {
    padding-left: 1.5rem;
}

.pr-3 {
    padding-right: 1.5rem;
}

.mt-1 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: 1.5rem
}

.mb-5 {
    margin-bottom: 3rem
}

.pb-3 {
    padding-bottom: 1.5rem
}

.pt-3 {
    padding-top: 1.5rem
}

.my-1 {
    margin: .25rem 0;
}

.mb-3 {
    margin-bottom: 1.5rem
}

.mr-5 {
    margin-right: 3rem;
}

.mr-3 {
    margin-right: 1.5rem;
}

.ml-3 {
    margin-left: 1.5rem;
}


.mr-2 {
    margin-right: 1.25rem;
}

.ml-2 {
    margin-left: 1.25rem;
}


.mr-1 {
    margin-right: 1rem;
}

.ml-1 {
    margin-left: 1rem;
}

.mb-0 {
    margin-bottom: 0em
}

.m-5 {
    margin: 3rem
}

.mt-5 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.m-0 {
    margin: 0
}

.mb-6 {
    margin-bottom: 4rem
}


.mt-6 {
    margin-top: 4rem
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center !important;
}

.large {
    font-size: 21px
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-end {
    align-items: end;
}

.greenBtn, .greenBtn:link, .greenBtn:visited {
    background: #439539;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 0.75em 3em;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}

.smallerButton {
    max-width: 18em;
    padding: 0.75em 2.4em;
}

.greenBtn.morePadding {
    padding: .75em 7em;
}

.greenBtn span {
    color: white
}

.greenBtn:hover {
    background: #2a5e24;
    color: white;
    text-decoration: none;
}

.greenBtn.seedGuides {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.greenBar {
    background: #439539;
    padding: .5em 1em;
    width: 70%;
    margin: 0 auto 1em auto
}

    a.greenBar:hover p {
        text-decoration: none !important;
    }

    a.greenBar:hover {
        cursor: pointer !important;
        background-color: #2a5e24;
    }

.smallWhite {
    font-size: 21px;
    color: white;
    font-weight: 500
}

.map img {
    padding: 2em;
    max-height: 12em;
}

#overview a:focus, a:hover {
    text-decoration: none
}


.maturity .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0px;
    height: auto;
    max-width: 100px;
    font-size: 1rem
}


.video-btn {
    padding: 0;
    border: 0;
    position: relative;
}

.play {
    position: absolute;
    width: 8em;
    top: calc(50% - 4em);
    right: calc(50% - 4em);
    transition: 0.25s;
}

.hidden-videos {
    display: none;
}

.form-group .form-control {
    height: 44px;
    font-size: 17px;
    margin-bottom: 0em;
}

.form-group {
    margin-bottom: 1em
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #CAD443 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 25px !important;
    margin: 5px 7px;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #CAD443 !important;
}

.owl-theme .owl-nav button[role="presentation"] span {
    color: #CAD443;
    font-size: 5rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
}

.owl-theme .owl-nav .owl-next {
    float: right;
}


.owl-next {
    position: absolute;
    top: 31%;
    right: -2px;
}

.owl-prev {
    position: absolute;
    top: 31%;
    left: -2px;
}

@media (max-width:1200px) {
    .owl-next,
    .owl-prev {
        display: none !important
    }
}


@media screen and (max-width: 480px) {
    .owl-theme .owl-dots, .owl-theme .owl-nav {
        width: 100%;
    }
}


.item {
    position: relative;
}

    .item::before {
        content: "";
        background: #439539;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        opacity: .75;
    }

.top {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 18em;
    left: calc(50% - 9em);
    height: 10em;
    top: calc(50% - 5em)
}

    .top .large {
        color: #CAD443;
        font-size: 6em;
        font-weight: 800;
        font-family: Arial
    }

    .top .white {
        font-size: 20px;
        max-width: 11em
    }



.modal-dialog {
    width: auto;
    margin: 30px auto;
    max-width: 60%;
}

.modal-content {
    padding: 1em;
    border-radius: 0;
    position: relative;
}

    .modal-content .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: 1;
        position: absolute;
        top: -12px;
        right: -5px;
    }


.video-btn:hover .play {
    transform: scale(1.1);
}

#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#product-details {
        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;
    }
}




/*********************************************************************
MARRKETING BANNER
*********************************************************************/

#mkt-banner {
    margin-top: -41px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /*width: 100vw;*/
}



    #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 {
    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 {
        background-color: #fff;
    }

.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;
    }

    .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%;
    }
}


/*********************************************************************
IN PAGE NAVIGATION
*********************************************************************/


.ipn-fixed #nav-blur {
    visibility: visible;
    top: 0;
}

.mini-nav.ipn-fixed #nav-blur {
    top: -30px;
}

.mobile-nav-toggle {
    position: relative;
    width: 100%;
    margin: -21px 0 20px;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    color: #666769;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    z-index: 1000 !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
}

html.mobile-open .mobile-nav-toggle, html.in-page-open .mobile-nav-toggle {
    z-index: 10 !important;
}

.mobile-nav-toggle img {
    width: 7px;
}

nav#in-page-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    -webkit-transition: all .25s ease-in-out; /* Safari */
    transition: all .25s ease-in-out;
    z-index: 500;
    display: none;
}

header.fixed ~ .page-content nav#in-page-nav, header.fixed ~ .page-content .mobile-nav-toggle {
    position: fixed;
    z-index: 500;
}

header.fixed ~ .page-content .mobile-nav-toggle {
    top: 80px;
    margin-top: 0;
}

nav#in-page-nav a.no-show {
    display: none;
}

@media only screen and (min-width:992px) {
    nav#in-page-nav {
        display: block !important;
        position: relative;
        top: -25px;
    }

    .ipn-fixed nav#in-page-nav {
        position: fixed;
        top: 120px;
        left: 0;
    }

    .mini-nav.ipn-fixed nav#in-page-nav {
        top: 90px;
    }
}

nav#in-page-nav .container {
    overflow: visible;
}

nav#in-page-nav a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    text-decoration: none;
    -webkit-transition: all .25s; /* Safari */
    transition: all .25s;
    border: 1px solid #707070;
    border-top: 0;
    border-left: 0;
}

    nav#in-page-nav a:first-child {
        padding-left: 0;
    }

nav#in-page-nav .nav-col {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: rgb(230,230,230);
    text-align: center;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .5s; /* Safari */
    border-left: 1px solid #707070;
}

    nav#in-page-nav .nav-col .nav-close {
        display: block;
        background: #62801e;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        cursor: pointer;
    }

    nav#in-page-nav .nav-col.odd a:first-child {
        grid-column: 1/3;
    }

.blurbkg {
    display: none;
}


@media only screen and (min-width:992px) {
    nav#in-page-nav .nav-col {
        display: block;
        background-color: #E6E6E6;
        padding: 10px;
        border: 1px solid #404143;
    }

        nav#in-page-nav .nav-col:after {
            display: none;
        }

    nav#in-page-nav a {
        margin: 0 10px;
        border: none;
    }

        nav#in-page-nav a:hover {
            border-bottom-width: 5px;
            border-bottom-style: solid;
            text-decoration: none;
        }

    .nav-balencer {
        height: 48px;
        width: 100%;
        display: none;
    }

    .mini-nav .navbalencer {
        display: block;
    }

    /*   blur background form 15px spacing when locked content top  */
    .ipn-fixed .blurbkg {
        display: block;
        height: 70px;
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        background-color: rgba(255,255,255,.5);
        backdrop-filter: blur(8px);
        z-index: -1;
    }
}

/*********************************************************************
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 {
}

#product-details {
}

#label-details-cont {
    margin-bottom: 25px;
}

#product-details .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;
}

#product-details h1, #product-details h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
    line-height: 26px;
}

#product-details 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);
}

    #product-details a.btn-label-dwld:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #product-details a.btn-label-dwld span {
        position: absolute;
        top: 5px;
        left: 6px;
    }

        #product-details a.btn-label-dwld span svg {
            fill: #fff;
            height: 30px;
            width: 24px;
        }

.dark-text #product-details 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;
}

    .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;
    }



.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 {
        -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 {
        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 {
        -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 BENEFITS SECTION
*********************************************************************/
#pp-main-cont #product-benefits .sec-title {
    padding: 15px;
}

#pp-main-cont #product-benefits .sec-title {
    padding: 15px;
}

    #pp-main-cont #product-benefits .sec-title h2 {
        padding: 0px 15px;
    }

    #pp-main-cont #product-benefits .sec-title .header-line {
        top: 35px;
        width: calc( 100% - 60px );
        left: 30px;
    }


#product-benefits .pb-copy-cont {
    margin: 0 15px 30px;
    background-color: white;
}

    #product-benefits .pb-copy-cont h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        color: #000;
        text-align: center;
    }

    #product-benefits .pb-copy-cont ul {
    }

        #product-benefits .pb-copy-cont ul li {
            font-size: 16px;
            line-height: 20px;
            color: #000;
        }

@media only screen and (min-width:992px) {


    #product-benefits .pb-copy-cont h3 {
        margin: 15px auto;
    }
}

@media only screen and (min-width:1200px) {

    #product-benefits .pb-copy-cont h3 {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #product-benefits .pb-copy-cont h3 {
        margin: 1em;
    }

    .align-items-md-center {
        align-items: center;
    }

    #button-cont .utility-buttons {
        margin-bottom: -0.25rem;
    }
}

/*********************************************************************
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;
            }


/*********************************************************************
WHERE TO BUY SECTION
*********************************************************************/
#where-to-buy .row-eq-height {
    position: relative;
}

#map {
    height: 100%;
    min-height: 254px;
    position: relative;
    overflow: hidden;
}

    #map img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: none;
    }

#rep-results {
    height: 100%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
}

    #rep-results .results-container {
        text-align: left;
    }

    #rep-results p, #rep-results strong {
        font-size: 15px;
        line-height: 20px;
    }

    #rep-results p {
        margin-bottom: 15px;
    }

#map div {
    cursor: default !important;
}

#map a[href^="https://maps.google.com/maps"], #map a[href^="http://maps.google.com/maps"], .gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none !important;
}

.representative {
    position: relative;
    padding-left: 30px;
}

    .representative:before {
        content: "";
        width: 23px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
    }

#wtb1:first-child:before {
    background-image: url(../images/pin-1.svg);
}

#wtb2:first-child:before {
    background-image: url(../images/pin-2.svg);
}

#wtb3:first-child:before {
    background-image: url(../images/pin-3.svg);
}

#rep-results a.btn-pp {
    display: inline-block;
    margin-top: 20px;
}

#where-to-buy .zip-code-cont {
    font-size: 15px;
    display: none;
}

    #where-to-buy .zip-code-cont span {
        font-weight: bold;
    }

    #where-to-buy .zip-code-cont a {
        color: #000;
    }

        #where-to-buy .zip-code-cont a:hover {
            opacity: .75;
        }

#where-to-buy .new-zip-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

    #where-to-buy .new-zip-cont.edit,
    #where-to-buy .new-zip-cont.map-loading {
        visibility: visible;
    }

    #where-to-buy .new-zip-cont .zip-loader {
        display: none;
    }

    #where-to-buy .new-zip-cont.map-loading .zip-loader {
        display: block;
    }

    #where-to-buy .new-zip-cont #new-zip {
        display: none;
    }

    #where-to-buy .new-zip-cont.edit #new-zip {
        display: block;
    }

#new-zip input {
    width: 140px;
    border: none;
    background-color: #E8E8E8;
    color: #000;
    padding: 8px;
    border-bottom: 1px solid #888888;
}

    #new-zip input:focus {
        outline: none;
    }


#where-to-buy .new-zip-cont .btn-zip-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 40px;
    font-weight: 700;
    cursor: pointer;
    height: 30px;
    width: 30px;
    z-index: 1000;
    text-align: center;
    line-height: 30px;
}

    #where-to-buy .new-zip-cont .btn-zip-close:hover {
        opacity: .7;
    }

#where-to-buy .new-zip-cont.edit .btn-zip-close {
    display: block;
}

a#btn-change-zip {
    padding: 10px 18px;
}

    a#btn-change-zip span {
        display: none;
    }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


@media only screen and (min-width:768px) {
    #where-to-buy .row-eq-height,
    #where-to-buy #rep-results {
        min-height: 254px;
    }

    #where-to-buy .col-sm-5 {
        padding-right: 0;
    }

    #where-to-buy .col-sm-7 {
        padding-left: 0;
    }

    a#btn-change-zip span {
        display: initial;
    }

    #new-zip input {
        width: 200px;
    }
}

@media only screen and (min-width:1200px) {
    #map img {
        height: auto;
        width: 100%;
    }
}


/*********************************************************************
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 {
    display: none;
    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: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

    .carousel-nav.left {
        border-right-style: solid;
        border-right-width: 10px;
        left: 0;
    }

    .carousel-nav.right {
        border-left-style: solid;
        border-left-width: 10px;
        right: 0;
    }

@media only screen and (min-width:768px) {
    .carousel-container {
        padding: 0 25px;
    }

    .carousel-nav {
        display: block;
    }
}


/*********************************************************************
RELATED PRODUCTS SECTION
*********************************************************************/
#related-products {
    margin-top: 20px;
}

    #related-products .rel-prod-bk {
        display: flex;
        position: absolute;
        width: 100%;
        height: calc(100% - 40px);
        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: url(../images/bkg-related-products.jpg);
            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 #product-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;
    }


/* Global */
h1 {
    font-size: 36px !important;
    color: #000;
    margin-top: 0;
    line-height: 1.2;
}


h3 {
    line-height: 1.2;
}

.pc-color-hover:hover {
    color: #439539 !important;
    border-color: #439539;
}

.pc-line-bkg {
    background-color: #459339 !important;
}

a.btn {
    display: block;
    width: 100%;
    background: #459339;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #459339;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}

    a.btn:hover {
        background: #fff;
        color: #459339;
        border: 1px solid #459339;
    }

.seed-buttons {
    display: flex;
    flex-grow: 0;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .seed-buttons a {
        max-width: 49%;
    }

.nav-col .pc-active {
    color: #439539 !important;
}

.sprout-container, .youtube-container {
    margin-top: 0;
}

.pc-border, .toggle-states.active, .toggle-crops.active {
    border-color: #459339;
}

.pc-bkg, .toggle-states.active, .toggle-crops.active, .testimonial-select.pc-active {
    background-color: #459339;
}

.mktb-standard .mktbs-call-out {
    background: none;
    border: none;
    box-shadow: none;
}

    .mktb-standard .mktbs-call-out .mktbs-title {
        display: none;
    }

.hero-logo {
    float: right;
    padding: 15px;
    background: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    margin-bottom: 15px;
    margin-right: 15px;
}

#pp-main-cont .col-sm-6 {
    margin-top: 30px;
}

    #pp-main-cont .col-sm-6:first-child {
        margin-top: 0;
    }

.mktb-standard.nk-home .row {
    height: 100%;
    text-align: center;
    padding: 30px 0;
}

.mktb-standard.nk-home img {
    display: block;
    width: 250px;
    margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
    .mktb-standard:not(.nk-home) .mktb-bk, .mktb-standard:not(.nk-home) .container {
        height: 280px;
    }

    .mktb-standard.nk-home .mktb-bk {
        height: 300px;
    }

    .mktb-standard.nk-home .row.row-eq-height {
        display: block;
    }

    #pp-main-cont .col-sm-6 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .mktb-standard.nk-home .row {
        height: auto;
        padding: 40px 0 0;
        text-align: left;
    }

    .mktb-standard.nk-home .mktb-bk {
        height: 400px;
    }

    .mktb-standard.nk-home .row.row-eq-height {
        display: flex;
    }

    .nk-home h1 {
        font-size: 36px;
        line-height: 2.5rem;
    }

    .mktb-standard.nk-home img {
        width: 350px;
    }
}

/* Intro */
#intro-text {
    margin-top: 30px;
}

#pp-main-cont #intro-text p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #intro-text {
        margin-top: 20px;
    }
}

/* Genetics */
#genetics .seed-buttons {
    justify-content: flex-start;
}

/* Value */
#value {
    background: #e5eef3;
    padding-bottom: 20px;
    text-align: center;
}

    #value .col-sm-6, #value .col-sm-6 .col-sm-6 {
        justify-content: flex-start;
    }

        #value .col-sm-6:nth-child(2) {
            justify-content: center;
        }

        #value .col-sm-6 .col-sm-6 {
            margin-top: 0;
        }

#pp-main-cont #value .sec-title h2 {
    background: #e5eef3;
}

#value img {
    display: none;
}

#value .seed-buttons {
    justify-content: flex-start;
    align-items: center;
}

#value .row-eq-height a.btn {
    margin: auto auto 0;
    max-width: 49%;
}

#value .row-eq-height .col-sm-6 a.btn {
    max-width: 100%;
}

    #value .row-eq-height .col-sm-6 a.btn:nth-child(2) {
        margin-top: 20px;
    }

@media only screen and (min-width: 768px) {
    #value {
        text-align: left;
    }

        #value .col-sm-6 .col-sm-6 {
            margin-top: 30px;
        }

        #value img {
            display: block;
        }

        #value .value-buttons {
            margin-top: auto;
        }
}

/* News */
#pp-main-cont #syngenta-news .col-sm-6 {
    margin-top: 0;
}

/* Twitter */
#twitter-feed h3 {
    margin-top: 0;
}

    #twitter-feed h3:before {
        display: block;
        content: "";
        background: url(../images/homepage/twitter.png);
        width: 36px;
        height: 29px;
        float: left;
        margin-right: 15px;
    }

.tweet-container {
    height: 100%;
    background: #e5eef3;
    padding: 15px;
    margin-top: 30px;
}

#twitter-feed .col-sm-4:first-child .tweet-container {
    margin-top: 0;
}

.tweet-container img {
    display: block;
    margin-bottom: 20px;
}

#pp-main-cont .tweet-container p {
    margin: 0;
}

#twitter-feed a.btn {
    width: 250px;
    margin: 40px auto;
}

#twitter-feed video, #twitter-feed audio {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .tweet-container {
        margin-top: 0;
    }
}

/* YouTube */
.youtube-container .youtube-video-cont {
    padding: 0 !important;
}


/* Legal */
.copyright {
    margin-top: 30px;
}

#pp-main-cont .copyright p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
}

/* Seed Finder */
.search-cont {
    height: 100%;
    background: #e6e6e6;
    border: 1px solid #868686;
    padding: 15px 10px;
    margin-top: 30px;
}

.col-sm-4:first-child .search-cont {
    margin-top: 0;
}

.search-cont .search-content {
    padding: 0 30px;
}

.search-cont a.btn {
    margin-top: 20px;
}

.search-cont strong {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.search-cont input[type="text"] {
    height: 44px;
    width: 100%;
    line-height: 44px;
    border: 1px solid #868686;
    padding: 0 15px;
}

.filter-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .filter-inputs input[type="text"] {
        width: calc(100% / 2.5);
        text-align: center;
    }

    .filter-inputs span {
        font-size: 15px;
        font-weight: 600;
    }

@media only screen and (min-width: 768px) {
    .search-cont {
        margin-top: 0;
    }
}

/* Featured Products */
.sf-result {
    height: 100%;
    margin-top: 30px;
}

.col-sm-4:first-child .sf-result {
    margin-top: 0;
}

.sf-result-title {
    font-size: 30px;
    padding: 15px 0 15px 15px;
    position: relative;
    border: 1px solid #505050;
}

    .sf-result-title span {
        display: block;
        height: 100%;
        background: #6b6c6d;
        font-size: 20px;
        text-align: center;
        line-height: .9em;
        color: #fff;
        font-weight: 700;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
    }

        .sf-result-title span.new {
            background: #06936e;
            right: 45px;
            font-style: italic;
            line-height: 34px;
            padding-right: 18px;
            display: none;
        }

        .sf-result-title span.fflogo {
            background: #ebebeb;
            right: 43px;
            font-style: italic;
            line-height: 34px;
            padding-right: 18px;
            display: none;
            width: 66px !important;
        }

        .sf-result-title span.fflogonew {
            background: #ebebeb;
            right: 109px;
            font-style: italic;
            line-height: 34px;
            padding-right: 18px;
            display: none;
            width: 66px !important;
        }

        .sf-result-title span.new, .sf-result-title span.fflogo, .sf-result-title span.fflogonew {
            display: none;
        }

        .sf-result-title span:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 10px solid #6b6c6d;
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .sf-result-title span.fflogo:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 10px solid #ebebeb;
            position: absolute;
            left: -10px;
            top: 18px !important;
            transform: none !important;
        }

        .sf-result-title span.fflogonew:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 10px solid #ebebeb;
            position: absolute;
            left: -10px;
            top: 18px !important;
            transform: none !important;
        }

        .sf-result-title span.new:before {
            border-right: 10px solid #06936e;
        }

        .sf-result-title span.fflogonew:before {
            border-right: 10px solid #ebebeb;
        }

@media (min-width: 320px) and (max-width:767px) {
    .sf-result-title {
        font-size: 21px;
    }

        .sf-result-title span {
            font-size: 14px;
        }

            .sf-result-title span.newicon {
                right: 90px;
                width: 55px !important;
            }

                .sf-result-title span.newicon img {
                    height: 25px;
                }

            .sf-result-title span.new {
                font-size: 14px;
                right: 38px;
            }

    .filter-title:after {
        right: 5px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .sf-result-title {
        font-size: 25px;
    }

        .sf-result-title span {
            font-size: 16px;
            line-height: 1em;
        }

            .sf-result-title span.newicon {
                right: 100px;
            }

                .sf-result-title span.newicon img {
                    height: 35px;
                }

            .sf-result-title span.new {
                font-size: 16px;
                right: 45px;
            }

    .filter-title:after {
        right: 5px;
    }
}

.sf-result-content {
    height: calc(100% - 60px);
    background: #ebebeb;
    font-size: 16px;
}

.sf-result-content-inner {
    display: flex;
    flex-direction: column;
    height: calc(100% - 46px);
    padding: 10px;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
}

    .sf-result-content-inner ul + strong {
        margin-top: auto;
    }

.sf-result-buttons {
    display: flex;
    flex-flow: wrap;
}

    .sf-result-buttons a {
        flex: 1;
        background: #505050;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        border: 1px solid #505050;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

        .sf-result-buttons a:hover {
            background: #fff;
            color: #505050;
            border: 1px solid #505050;
        }

        .sf-result-buttons a:first-child {
            background: #439539;
            border: 1px solid #439539;
        }

            .sf-result-buttons a:first-child:hover {
                background: #fff;
                color: #439539;
            }

@media only screen and (min-width: 768px) {
    .sf-result {
        margin-top: 0;
    }
}

/* Technology */
#technology .row {
    margin-top: 50px;
}

    #technology .row:nth-child(-n+2) {
        margin-top: 0;
    }

#technology .col-sm-4 {
    margin-top: 30px;
}

    #technology .col-sm-4:first-child {
        margin-top: 0;
    }

#technology a.btn {
    margin-top: auto;
    width: 150px;
}

#technology .seed-buttons a.btn {
    width: 100%;
}

#technology img {
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    #technology .col-sm-4 {
        margin-top: 0;
    }
}

/* Corn/Soy Value */
#cs-value.nk-corn {
    background: #e5eef3;
}

#pp-main-cont #cs-value.nk-corn .sec-title h2 {
    background: #e5eef3;
}

#cs-value img {
    width: 100%;
}

#cs-value strong {
    display: block;
    margin-top: 5px;
}

#cs-value a.btn {
    width: 150px;
}

/* Supporting Materials */
#supporting-materials a:not(.btn) {
    display: inline-block;
    color: #000;
}

    #supporting-materials a:not(.btn):hover {
        opacity: .75;
    }

.sm-cont {
    border: 1px solid #7c8a8f;
    padding: 20px 0;
    text-align: center;
}

    .sm-cont a.btn {
        width: 212px;
        margin: 0 auto;
    }

    .sm-cont strong, .sm-cont span {
        display: block;
    }

        .sm-cont span.states {
            font-size: 12px;
        }

            .sm-cont span.states b {
                display: block;
                line-height: 1rem;
            }

        .sm-cont span.filesize {
            font-size: 14px;
        }

    .sm-cont + a {
        display: block;
        font-size: 14px;
        text-align: center;
    }

ul.sm {
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
}

    ul.sm li {
        position: relative;
        margin-top: 15px;
    }

        ul.sm li:first-child {
            margin-top: 0;
        }

        ul.sm li a {
            text-decoration: none;
        }

            ul.sm li a svg {
                display: inline-block;
                width: 35px;
                height: 44px;
                margin-right: 10px;
                vertical-align: middle;
                position: relative;
                top: -3px;
            }

                ul.sm li a svg .cls-1 {
                    fill: #fff;
                }

                ul.sm li a svg .cls-1, ul.sm li a svg .cls-2 {
                    stroke: #050606;
                    stroke-miterlimit: 10;
                    stroke-width: 2px;
                }

            ul.sm li a:hover svg .cls-1, ul.sm li a:hover svg .cls-2 {
                stroke: #459339;
            }

            ul.sm li a svg .cls-2 {
                fill: none;
                stroke-linecap: round;
            }

#supporting-materials ul.sm li a:not(.btn):hover {
    opacity: 1;
    color: #459339;
    text-decoration: underline;
}


@media (max-width:1200px) {
    #maturity {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
    }

        #maturity .greenBtn {
            margin-top: 2em
        }
}

@media only screen and (min-width: 768px) {
    ul.sm {
        margin: 0;
    }
}

/* Agronomic Insights */
@media only screen and (min-width: 768px) {
    .agronomy-card {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    #nk-video-text .image-copy .ic-cont {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 992px) {
    #nk-video-text .youtube-container.one .youtube-video-cont {
        flex: 1 0 90%;
    }
}

#nk-video-text .youtube-video-cont {
    margin-bottom: 2rem;
}

.row.callouts {
    border-bottom: 2px solid #459339;
    padding-bottom: 55px;
}

#nk-video-text .row.callouts {
    padding-bottom: 18px;
}

@media screen and (max-width:768px) {
    #nk_bg {
        padding: 70px 15px 35px !important;
    }
}
/* NK LOGO LOCKUP */
#mkt-banner-nkhome {
    padding: 4rem;
    color: #fff;
    background: url('https://assets.syngentaebiz.com/images/Enogen-Home-Image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    margin-top: -19px;
}

.mktb-standard .row-eq-height .nk-logo-lockup-home {
    position: absolute;
    right: 30.5%;
    width: 35%;
    max-height: 50.5em;
    top: calc(30% - 23em);
    padding-top: 114px !important;
}

.mktb-standard .row-eq-height .nk-logo-lockup.smaller {
    position: absolute;
    right: -3em;
    width: auto;
    max-height: 5em;
    top: calc(50% - 5em);
}

.absolute {
    position: absolute;
    right: 2em;
    width: auto;
    max-height: 4em;
    top: calc(50% - .2em);
    color: white;
    font-size: 33px;
    font-weight: 900;
    font-family: 'Arial Black', sans-serif;
}


ul.green {
    list-style: none;
}

    ul.green li::before {
        content: "\2022";
        color: #C1CD23;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    ul.green li {
        margin-top: 5px;
    }

sup {
    top: -0.8em;
    font-size: 8px !important;
}


.nk-home .container {
    position: unset;
}


.mktb-standard .container {
    position: unset;
}

    .mktb-standard .container .nk-logo-lockup-small {
        width: 150px;
        margin-bottom: 2rem;
    }

#pp-main-cont .mktb-standard .sm-hero {
    text-transform: uppercase;
    color: white;
    font-size: 2rem;
    background-color: #459339;
    padding: 20px 80px 20px 30px;
    position: absolute;
    right: 0;
    bottom: 20%;
}

    #pp-main-cont .mktb-standard .sm-hero span {
        font-weight: bold;
    }

@media screen and (max-width:991px) {
    #pp-main-cont .mktb-standard .sm-hero {
        bottom: 30%;
    }
}

@media screen and (max-width:767px) {
    #pp-main-cont .mktb-standard .sm-hero {
        display: none;
    }

    .mktb-standard .row-eq-height .nk-logo-lockup {
        position: relative;
        margin: 0 2rem 0 auto;
    }

    .mktb-standard .row-eq-height .nk-logo-lockup-home {
        position: relative;
        margin: -1px 1rem 0 auto;
        padding-top: 3px !important;
    }
}

#nk-seedcare .row .col-sm-4 {
    margin-top: 30px;
}

#tiles .col-sm-6 {
    margin-top: 30px !important;
}

#tiles .sec-title {
    margin-bottom: -30px;
}

#seeding-rates {
    margin-bottom: 70px;
}



@media (max-width:767px) {

    h1 {
        font-size: 20px;
        margin-bottom: 0em
    }



    .mb-4 {
        margin-bottom: 1rem;
    }

    p {
        font-size: 1em
    }

    .greenBtn {
        margin: 1rem 0rem
    }

    .enrolled-btn {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .res-enrolled {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    h3.darkGreen {
        font-size: 18px !important;
    }

    .mt-3 {
        margin-top: 0.75rem;
    }

    .mb-3 {
        margin-bottom: 0.75rem;
    }

    .mt-4 {
        margin-top: 1rem;
    }

    .news img {
        margin-top: 1rem
    }

    .greenBackground {
        margin-top: 1em;
    }

    .abso {
        width: auto;
        width: 300px;
        top: calc(50% - 58px);
        left: calc(50% - 150px);
    }

    p.white {
        color: white;
        font-size: 18px;
        font-weight: 600;
    }

    .yellow {
        font-size: 16px;
        margin-top: -1em;
    }

    .mktb-standard .row-eq-height .nk-logo-lockup.smaller {
        right: -6em;
        width: auto;
        max-height: 2.5em;
        top: calc(50% - 3.5em);
    }

    .mktb-standard .mktb-mobile-bk {
        display: block;
        width: 100%;
        height: 680px;
        position: relative;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: -75px;
        background-size: cover;
        min-height: 100%;
    }

    .mktb-standard.nk-home img {
        position: absolute !important;
        right: 2.78em !important;
        width: 66% !important;
        max-height: 71.5em !important;
        top: calc(55% - 9.4em) !important;
        padding-top: 3px !important;
    }

    .justify-content-center {
        justify-content: center;
        flex-direction: column;
    }

    a.greenBar {
        background: #439539;
        padding: 0.5em 1em;
        width: 100%;
        margin: 0 auto 1em auto;
    }

    .mt-5 {
        margin-top: 1.5rem;
    }

    .mb-5 {
        margin-bottom: 1.5rem;
    }

    p, span, li, ul {
        color: #55565A;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }




    .form-group {
        margin-bottom: 0em;
        margin-top: 1em;
    }

    .form-inline {
        display: flex;
        flex-direction: column;
    }

    .lineBackground span {
        font-size: 16px !important;
        text-transform: uppercase;
    }





    .greenBtn.d-flex {
        flex-direction: row;
    }

    .absolute {
        position: absolute;
        right: 2em;
        width: auto;
        max-height: 4em;
        top: calc(50% - 2em);
        color: white;
        font-size: 15px;
        font-weight: 900;
        font-family: 'Arial Black', sans-serif;
    }

    .video-btn {
        margin-top: 2em
    }

    .map .flex-column {
        flex-direction: column;
        text-align: center;
        margin-bottom: 3em
    }

    .map img {
        padding: 0em;
        max-height: 8em;
        margin-bottom: 0em;
    }

    .map .ml-1 {
        margin-left: 0rem;
    }

    #rep h3.darkGreen {
        font-size: 18px !important;
        margin-bottom: -1em;
    }

    .greenBtn.morePadding {
        padding: 0.65em 2em;
    }

    .button {
        flex-direction: column;
    }

    .buttons a {
        margin: 0em 0em 1em 0em
    }

    .greenBtn, .greenBtn:link, .greenBtn:visited {
        background: #439539;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        padding: 0.65em 2em;
        text-transform: uppercase;
        line-height: 1;
    }
}

#m-menu .mm-cont span.link-heading {
    font-size: 16px !important;
}

#m-menu .mm-cont ul > li {
    font-size: 16px !important;
}

@media only screen and (max-width:767px) {
    .modal-dialog {
        max-width: 95%;
    }

    .sf-result-title span.fflogonew {
        right: 95px;
    }
}

@media (min-width:768px) and (max-width:1021px) {
    .row-eq-height .col-sm-4 {
        width: 100%;
        padding-bottom: 30px;
    }

    #show-videos {
        margin-top: 1rem;
    }

    .video-btn {
        margin-top: 2em;
    }

    .news img {
        margin-top: 1rem;
    }

    #videos .mt-4 {
        margin-top: 0rem;
    }

    .hidden-videos {
        margin-top: 0em;
    }

    .mktb-standard.nk-home .mktb-bk {
        height: 400px !important;
    }

    .form-inline {
        display: flex;
        flex-direction: column;
    }

        .form-inline .form-group {
            margin-bottom: 0em;
            margin-top: 1em;
        }

    .enogenDefault {
        margin-bottom: 1rem;
    }
}

.error-message {
    margin: 0 0 17px 0;
    font-size: 14px;
    color: red;
}

input[type="email"], input[type="tel"] {
    border-radius: 0;
}

.dvLoadingImage {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url('../../NKSeeds/images/GHLoader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
}

/* SF INTRO */
#sf-intro p {
    margin: 0;
}

#sf-intro img {
    position: absolute;
    right: 15px;
}

/* SF FILTERS */
.filter-container {
    background: transparent;
    border: 2px solid #C1CD23;
    margin: 15px 0px 30px;
}

.filter-section {
    border-top: 2px solid #C1CD23;
}

    .filter-section:first-child {
        border-top: 0;
    }

    .filter-section.clear-filters {
        font-size: 11px;
        text-align: center;
        font-weight: 600;
        padding: 10px;
    }

        .filter-section.clear-filters a {
            text-decoration: underline;
            color: #55565A !important;
            font-size: .9rem;
        }

            .filter-section.clear-filters a:hover {
                opacity: .7;
            }

.filter-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 10px;
}

    .filter-title:hover {
        opacity: 0.75;
    }

.filter-section.active .filter-title {
    padding-bottom: 10px;
}

.filter-title:after {
    content: "+";
    display: none;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.filter-section.active .filter-title:after {
    content: "-"
}

.filter-content {
    padding: 0 10px 10px;
    display: none;
}

.filter-section.active .filter-content {
    display: block;
}

.filter-section label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer;
}

    .filter-section label:first-child {
        margin-top: 0;
    }

.filter-section input[type="text"] {
    height: 44px;
    width: calc(100% / 2.5);
    line-height: 44px;
    border: 1px solid #b7b7b7;
    text-align: center;
}

.filter-section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-section button {
    width: 100%;
    background: #459339;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #459339;
    -webkit-transition: all .25s;
    transition: all .25s;
}

    .filter-section button:hover {
        background: #fff;
        color: #459339;
        border: 1px solid #459339;
    }

.filter-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .filter-inputs span {
        font-size: 15px;
        font-weight: 600;
    }

.filter-section .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
}

.filter-section input:checked ~ .checkmark:after {
    content: "x";
    display: block;
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 7px;
}

@media only screen and (min-width:992px) {
    .filter-container {
        margin: 15px 0;
    }

    .filter-section label {
        font-size: 15px;
        padding-left: 20px;
        margin-top: 5px;
    }

    .filter-section .checkmark {
        top: 5px;
        left: 0;
        height: 15px;
        width: 15px;
    }

    .filter-section input:checked ~ .checkmark:after {
        font-size: 14px;
        top: -7px;
        left: 3px;
    }
}

/* SF Results */


.sg-add {
    width: 100%;
    background: #459339;
    border: 1px solid #459339;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.results-container {
    margin-top: 15px;
}

    .results-container .col-md-6 {
        margin-top: 30px;
    }

        .results-container .col-md-6:first-child {
            margin-top: 0;
        }

    .results-container .col-md-12 {
        margin-top: 30px;
    }

        .results-container .col-md-12:first-child {
            margin-top: 0;
        }


    .results-container .col-md-6:nth-of-type(1n+7) {
        /*display:none;*/
    }

.sf-result {
    height: 100%;
}

.sf-result-title {
    font-size: 30px;
    padding: 15px 0 15px 15px;
    position: relative;
    border: 1px solid #505050;
}

    .sf-result-title span {
        display: block;
        height: 100%;
        background: #6b6c6d;
        font-size: 20px;
        text-align: center;
        line-height: .9em;
        color: #fff;
        font-weight: 700;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
    }

        .sf-result-title span.new {
            background: #06936e;
            right: 52px;
            font-style: italic;
            line-height: 34px;
            padding-right: 18px;
            /*display: none;*/
        }


        .sf-result-title span.icon {
            background: #ebebeb;
            right: 47px;
            font-style: italic;
            line-height: 34px;
            padding-right: 18px;
            display: none;
            width: 66px !important;
        }

        .sf-result-title span.newicon {
            background: #ebebeb;
            right: 120px;
            font-style: italic;
            line-height: 34px;
            padding-right: 18px;
            display: none;
            width: 66px !important;
        }

        .sf-result.new .sf-result-title span.new, .sf-result-title span.icon, .sf-result-title span.newicon {
            display: none;
        }

        .sf-result-title span:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 10px solid #6b6c6d;
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .sf-result-title span.icon:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 10px solid #ebebeb;
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .sf-result-title span.newicon:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 10px solid #ebebeb;
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .sf-result-title span.new:before {
            border-right: 10px solid #06936e;
        }

        .sf-result-title span.newicon:before {
            border-right: 10px solid #ebebeb;
        }

@media (min-width: 320px) and (max-width:767px) {
    .sf-result-title {
        font-size: 21px;
    }

        .sf-result-title span {
            font-size: 14px;
        }

            .sf-result-title span.newicon {
                right: 90px;
                width: 55px !important;
            }

                .sf-result-title span.newicon img {
                    height: 25px;
                }

            .sf-result-title span.new {
                font-size: 14px;
                right: 38px;
            }

    .filter-title:after {
        right: 5px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .sf-result-title {
        font-size: 25px;
    }

        .sf-result-title span {
            font-size: 16px;
            line-height: 1em;
        }

            .sf-result-title span.newicon {
                right: 100px;
            }

                .sf-result-title span.newicon img {
                    height: 35px;
                }

            .sf-result-title span.new {
                font-size: 16px;
                right: 45px;
            }

    .filter-title:after {
        right: 5px;
    }
}


.sf-result-content {
    height: calc(100% - 57px);
    background: #ebebeb;
    font-size: 16px;
}

.sf-result-content-inner {
    height: calc(100% - 46px);
    padding: 10px;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
}

.sf-result-buttons {
    display: flex;
    flex-flow: wrap;
}

    .sf-result-buttons a {
        flex: 1;
        background: #505050;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        border: 1px solid #505050;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

        .sf-result-buttons a:hover {
            background: #fff;
            color: #505050;
            border: 1px solid #505050;
        }

        .sf-result-buttons a:first-child {
            background: #439539;
            border: 1px solid #439539;
        }

.sf-result.enogen .sf-result-buttons a:first-child {
    background: #459339;
    border: 1px solid #459339;
}

    .sf-result.enogen .sf-result-buttons a:first-child:hover {
        background: #fff;
        color: #459339;
    }

.sf-result-buttons a:first-child:hover {
    background: #fff;
    color: #459339;
}

a.load-more .sf-result.enogen .sf-result-buttons a:first-child:hover {
    background: #fff;
    color: #459339;
}

a.load-more {
    display: inline-block;
    width: 100%;
    background: #459339;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 30px;
    border: 1px solid #459339;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}

    a.load-more:hover {
        background: #fff;
        color: #459339;
        border: 1px solid #459339;
    }

@media only screen and (min-width:992px) {
    .results-container .col-md-6:nth-child(-n+2) {
        margin-top: 0;
    }

    .results-content .col-md-12:nth-child(-n+2) {
        margin-top: 0;
    }


    a.load-more {
        width: auto;
    }
}

.results-container ul li {
    list-style-type: none;
}

.results-container li::before {
    content: "\2022";
    color: #C1CD23;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.legal .img-fluid {
    height: 2.65rem;
}

@media (min-width:768px) and (max-width:1023px) {
    #button-cont .utility-buttons {
        padding: 15px 0px !important;
    }
}

@media print {
    #m-menu {
        border-bottom: none;
        position: relative !important;
    }

        #m-menu .logo-cont img {
            width: 140px;
            margin-right: 30px;
        }

    .mobile-nav-toggle,
    a[href="#maincontent"],
    #btn-whereToBuy,
    #btn-downloadTechSheet,
    .mm-breadcrumbs,
    .utility-buttons,
    .footer-container {
        display: none !important;
    }

    #mkt-banner {
        height: 100px;
        margin-top: 10px;
        margin-bottom: -30px;
    }

    img.nk-logo-lockup {
        margin-right: 45px;
    }

    h1 {
        font-size: 36px !important;
    }

    .brandFont {
        font-size: 1.05rem !important;
    }

    li {
        font-size: 1rem !important;
    }

    ul.green li::before {
        color: #C1CD23 !important;
    }

    .darkGreen {
        color: #439539 !important;
    }

    .lineBackground {
        visibility: hidden;
    }

        .lineBackground span {
            color: #439539 !important;
            visibility: visible;
            font-size: 30px !important;
        }

    .detail-tile,
    #seeding-rates {
        display: block;
        break-inside: avoid-page;
        margin-bottom: 70px;
    }

        #seeding-rates tr:nth-child(even) {
            background-color: #f9fae8 !important;
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
        }

    div.brand-enogen .detail-tile {
        border-top: none;
    }

    .detail-tile {
        font-size: 20px !important;
    }

        .detail-tile ul.bar-chart li.bar {
            background-color: #459339 !important;
            color: #FFF !important;
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
        }

        .detail-tile ul.bar-chart {
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
            background: repeating-linear-gradient(to right, transparent 0 calc(100% - 1px),#7f7f7f calc(100% - 1px) 100%) 0 /calc(100%/9) 100% !important;
        }

        .detail-tile.am ul.bar-chart.am {
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
            background: repeating-linear-gradient(to right, transparent 0 calc(100% - 1px),#7f7f7f calc(100% - 1px) 100%) 0 /calc(100%/8) 100% !important;
        }

    .table-row div:nth-child(even) {
        font-weight: 700;
        text-align: right;
    }

    .footnote {
        margin-top: -20px;
        margin-bottom: -35px;
    }

    .legal {
        padding-top: 5px;
    }

        .legal > div {
            margin: -0.25rem;
        }
}

.hidden-learnMore {
    margin-top: 1.5rem;
    display: none;
}

section.recordings .recording__box {
    background-color: #eee;
    border-radius: 10px;
    padding: 1rem;
}

    section.recordings .recording__box .recording__box-main {
        display: flex;
        gap: 8rem;
    }

    section.recordings .recording__box:not(:last-of-type) {
        margin-bottom: var(--size-lg);
    }

    section.recordings .recording__box .recording__box-text .recording__box-date {
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--color-grey-1);
    }

    section.recordings .recording__box .recording__box-text h2 {
        font-size: 3rem;
        font-weight: 700;
        text-transform: inherit;
        color: #000;
    }

    section.recordings .recording__box .recording__box-video {
        border: 0;
        padding: 0;
        margin-top: 0rem;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        align-self: baseline;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 400px;
        border-radius: 10px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
    }

        section.recordings .recording__box .recording__box-video::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(210, 95, 21, 0.5);
            opacity: 0;
        }

        section.recordings .recording__box .recording__box-video:hover img.recording__box-thumbnail, section.recordings .recording__box .recording__box-video:focus img.recording__box-thumbnail {
            transform: scale(1.05);
        }

        section.recordings .recording__box .recording__box-video:hover::after, section.recordings .recording__box .recording__box-video:focus::after {
            opacity: 1;
        }

        section.recordings .recording__box .recording__box-video img.recording__box-thumbnail, section.recordings .recording__box .recording__box-video img.recording__box-button, section.recordings .recording__box .recording__box-video span.recording__box-time {
            grid-row: 1 / 1;
            grid-column: 1 / 1;
        }

        section.recordings .recording__box .recording__box-video img.recording__box-button, section.recordings .recording__box .recording__box-video span.recording__box-time {
            position: relative;
            z-index: 2;
        }

        section.recordings .recording__box .recording__box-video img.recording__box-thumbnail {
            width: auto;
            max-width: 100%;
            object-fit: cover;
            object-position: left;
            transition: transform 0.25s;
        }

        section.recordings .recording__box .recording__box-video img.recording__box-button {
            width: 10rem;
            opacity: 0.5;
            justify-self: center;
            align-self: center;
        }

        section.recordings .recording__box .recording__box-video span.recording__box-time {
            color: #fff;
            background-color: rgba(0, 0, 0, 0.75);
            margin: 0 1.5rem 1.5rem 0;
            padding: 0.5rem 1.75rem;
            align-self: flex-end;
            justify-self: flex-end;
            border-radius: 20px;
        }

    section.recordings .recording__box .recording__box-related {
        margin-top: var(--size-sm);
        font-size: 1.4rem;
    }

        section.recordings .recording__box .recording__box-related p {
            font-size: inherit;
        }

        section.recordings .recording__box .recording__box-related a {
            padding: 0 10px;
        }

.recording__box-links a:first-of-type {
    padding-left: 0 !important;
}

section.recordings .recording__box .recording__box-related a:not(:last-child) {
    border-right: 1px solid var(--color-grey-1);
}

.modal-footer {
    border-top: 0 !important;
    text-align: left !important;
}

@media only screen and (max-width: 991px) and (min-width: 801px) {
    section.recordings .recording__box .recording__box-video img.recording__box-button {
        width: 6rem;
    }

    section.recordings .recording__box .recording__box-video span.recording__box-time {
        margin: 0 0.5rem 0.5rem 0;
        padding: 0.25rem 1.5rem;
    }
}

@media only screen and (max-width: 992px) {

    section.upcoming a.btn-default {
        margin: var(--size-md) auto 0 auto;
    }

    section.recordings .recording__box .recording__box-main {
        flex-direction: column;
        gap: 1rem;
    }

    section.recordings .recording__box:not(:last-of-type) {
        margin-bottom: var(--size-md);
    }

    section.recordings .recording__box .recording__box-video {
        order: -1;
        margin-top: 0;
        flex-basis: auto;
    }

    section.recordings .recording__box .recording__box-text h2 {
        font-size: 2.4rem;
        line-height: 1.3;
    }
}

.P_recording {
    margin: 15px 0 !important;
    font-size: 28px !important;
    line-height: 40px !important;
}

#enogen-home-container {
    padding-top: 20px;
}

.abso-nkhome {
    position: absolute;
    top: calc(28% - 2em);
    left: calc(50% - 21em);
    width: 42em;
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .mktb-standard .row-eq-height .nk-logo-lockup-home {
        position: absolute;
        right: 28.5%;
        width: 40%;
        max-height: 46.5em;
        top: calc(30% - 29em);
    }
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) {

    .mktb-standard .row-eq-height .nk-logo-lockup-home {
        padding-top: 137px !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .mktb-standard .row-eq-height .nk-logo-lockup-home {
        padding-top: 137px !important;
    }
}

.mktb-standard .row-eq-height .feed-forward-logo {
    position: absolute;
    left: 1em;
    width: auto;
    max-height: 5em;
    top: calc(50% - 4em);
}

@media only screen and (min-width: 320px) and (max-width:760px) {
    .mktb-standard .mktb-feedfuture-bk {
        display: block;
        width: 100%;
        height: 680px;
        position: relative;
        margin-top: -70px;
        background-color: transparent;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100%;
    }

    .incentive {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:760px) {
    .testimonial-nav span, .carousel-mobile-nav span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #ccc;
        margin-left: 10px;
        cursor: pointer;
    }

    .pc-border, .toggle-states.active, .toggle-crops.active {
        border-color: #459339;
    }

    .pc-bkg, .toggle-states.active, .toggle-crops.active, .testimonial-select.pc-active {
        background-color: #459339;
    }
}

.res-enrolled {
    margin-bottom: 22px !important;
    margin-top: 22px !important;
}


/*#cornheader {
    margin-bottom: unset !important;
}

.nk-section-block {
    margin: 2rem auto 0;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
}*/
    /*@media only screen and (min-width: 320px) and (max-width:760px) {
    .mktb-standard .mktb-feedfuture-bk {
        display: block;
        width: 100%;
        height: 680px;
        position: relative;
        margin-top: -70px;
        background-color: transparent;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100%;
    }

    .incentive {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width:760px) {
    .testimonial-nav span, .carousel-mobile-nav span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #ccc;
        margin-left: 10px;
        cursor: pointer;
    }

    .pc-border, .toggle-states.active, .toggle-crops.active {
        border-color: #459339;
    }

    .pc-bkg, .toggle-states.active, .toggle-crops.active, .testimonial-select.pc-active {
        background-color: #459339;
    }
}

.res-enrolled{
    margin-bottom: 22px !important;
    margin-top: 22px !important;
}*/
