.page-content {
    line-height: normal;
    font-size: 15px;
    padding-bottom: 0;
}
h2, h3 {
    color: #000000d9;
    font-size: 26px;
    line-height: 1.3;
}
section:not(.mktb-standard,#related-products) {
    padding: 20px 0;
}
.pest-patrol-detail-page .mktbs-call-out {
    width: 50%;
    position: relative;
    top: 0;
    transform: none;
    margin: 0;
}
/*
    PLACEHOLDER BG IMAGE.
*/
/*.pest-patrol-detail-page .mktb-bk {
    background-image: url('https://assets.syngentaebiz.com/images/media/pest-patrol-state-background.png') !important;
}
.pest-patrol-detail-page .mktb-mobile-bk {
    background-image: url('https://assets.syngentaebiz.com/images/media/pest-patrol-state-background-mobile.png') !important;
}*/
.pest-patrol-detail-page .container {
    display: flex;
    align-items: center;
}
.mktb-standard .mktbs-call-out .mktbs-title {
    font-size: 32px;
    line-height: 1.3;
}
#state-graphic-mobile {
    display: none;
}
#state-graphic-desktop {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
}
#state-graphic-desktop img {
    grid-row: 1/-1;
    grid-column: 1/-1;
}
#state-icon {
    max-height: 275px;
}
@media only screen and (max-width: 768px) {
    #state-graphic-desktop {
        display: none;
    }
    #state-graphic-mobile {
        display: grid;
        place-items: center;
    }
    #state-graphic-mobile img {
        grid-row: 1 / -1;
        grid-column: 1 / -1;
    }
    #state-icon {
        height: 200px;
    }
    .pest-patrol-detail-page .mktbs-call-out {
        width: calc(100% - 30px);
    }
}
.disclaimer p {
    font-size: 13px;
    line-height: 17px;
}

.expert-detail img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.expert-detail h2 {
    margin-top: 0 !important;
}

textarea, input[type="text"], input[type="button"], input[type="search"], input[type="submit"] {
    border-radius: 0;
}

    section#alert-form, section:first-child {
        margin: 0;
    }

.icon {
    margin-top: 30px;
}

.all-caps {
    text-transform: uppercase;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sectionTitle {
    display: inline-block;
    margin-bottom: 25px;
}

    .sectionTitle h2 {
        color: #5f7800;
        display: inline-block;
        font-size: 22px;
        line-height: 25px;
        margin: 0;
        padding: 0;
    }

#heroImage {
    margin-top: 0;
}

    #heroImage img, #detailHeroImage img {
        width: 100%;
    }

.heroTitle {
    color: #55565a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.heroContainer {
    position: relative;
}

.heroCaption {
    background: rgba(45, 45, 45, 0.5) none repeat scroll 0 0;
    width: 60%;
    position: absolute;
    top: 20px;
}

    .heroCaption p {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding: 60px 70px;
    }

.state-list div {
    font-weight: bold;
    border-bottom: 1px solid #979797;
    padding: 0 0 8px 0;
    margin-top: 25px;
    overflow: auto;
    font-size: 14px;
}

    .state-list div .btn {
        float: right;
        min-width: 100px;
        display: block;
        background-color: #258441;
        text-align: center;
        display: inline-block;
        color: #FFF;
        text-decoration: none;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
    }

.disabled {
    opacity: .5;
    cursor: default !important;
}

.bottom-buttons {
    text-align: center;
    margin-top: 50px;
}

    .bottom-buttons .btn,
    .btn {
        background-color: #258441;
        text-align: center;
        display: inline-block;
        color: #FFF;
        text-decoration: none;
        padding: 15px;
        font-size: 14px;
        margin: 0 10px;
        font-weight: 600;
    }

#email-signup-form input[type="submit"] {
    background-color: #258441;
    text-align: center;
    color: #FFF;
    padding: 15px;
    font-size: 14px;
    border: none;
    min-width: 200px;
    max-width: 150px;
}

.state-list div .btn:hover,
.bottom-buttons .btn:hover {
    background-color: #30ad51;
}

#secondaryHeader {
    margin-bottom: 0;
}

    #secondaryHeader .heroTitle {
        margin-bottom: 0;
    }

#podcast {
    margin-top: 0 !important;
}

#podcast-player {
    width: 100%;
}

#podcast table {
    border-collapse: collapse;
    box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
}

    #podcast table tr:nth-child(2n+1) {
        background: #f5f5f5 none repeat scroll 0 0;
    }

    #podcast table tr:nth-child(2n) {
        background: #ebebeb none repeat scroll 0 0;
    }

    #podcast table td {
        height: 75px;
        padding: 15px 0;
        width: 100%;
    }

        #podcast table td.title {
            width: 60%;
            padding-left: 15px;
            font-weight: bold;
        }

        #podcast table td.duration {
            width: 10%;
            font-weight: bold;
        }

        #podcast table td.control {
            width: 10%;
        }

#podcast #podcast table a {
    color: #000066;
    text-decoration: underline;
}

#podcast table span {
    display: block;
    font-style: italic;
    font-weight: normal;
}

#podcast img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 275px;
}

#podcast .pc-button.pc-play {
    background-position: 0 0;
}

    #podcast .pc-button.pc-play.pause {
        background-position: 0 88px;
    }

#podcast .pc-button.pc-download {
    background-position: 0 45px;
}

#podcast audio {
    margin-bottom: -5px;
    width: 100%;
}

#podcast .podcast-info {
    margin-bottom: 20px;
}

#podcast .pc-button {
    background-image: url(../images/pest-patrol-alerts/podcast-buttons.jpg);
    background-size: 44px auto;
    display: block;
    height: 44px;
    width: 44px;
}


#email-signup-form {
    background-color: #f5f5f5;
    color: #55565a;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
}

    #email-signup-form p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 40px;
    }
    #email-signup-form p ~ p {
        margin: 20px 0;
    }

    #email-signup-form label {
        font-weight: bold;
        padding-bottom: 5px;
        display: block;
    }

        #email-signup-form label span {
            color: red;
            font-size: 15px;
        }

    #email-signup-form input[type="text"] {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }

p.required {
    font-size: 12px;
    margin: 0 0 15px 0;
}

div.form-group {
    margin-bottom: 40px;
    padding-right: 30px;
}

    div.form-group span {
        font-size: 12px;
        display: inline-block;
        margin-top: 5px;
    }

    div.form-group .checkbox-label {
        font-size: 14px;
        margin-left: 5px;
    }

div#confirmation {
    display: none;
}

span.nobold {
    font-weight: normal;
    opacity: 0.5;
    color: black !important;
}

p.footnote {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin: 0 0 10px;
}

.pc-border {
    border-color: #62801e;
}

#email-form-submit {
    background-color: #00A0BE;
    border: 2px solid #00A0BE;
    font-weight: 600;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: all .25s;
}
#email-form-submit:not(.disabled):hover,
#email-form-submit:not(.disabled):focus {
    background-color: #FFF;
    color: #00A0BE;
}


@media only screen and (min-width: 769px) {
    .bottom-buttons .btn, .btn {
        min-width: 200px;
        max-width: 150px;
    }
}


@media only screen and (max-width: 1200px) {
    .heroCaption p {
        line-height: 22px;
        margin: 0;
        padding: 20px 15px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .state-list div .btn {
        min-width: 100%;
        margin-top: 5px;
    }

    #podcast table td.title {
        width: 40%;
        padding-left: 15px;
    }

    #podcast table td.duration {
        width: 10%;
    }

    #podcast table td.control {
        width: 10%;
    }
}


@media(min-width: 992px) {
    .padding-right-zero {
        padding-right: 0;
    }
}

.error-wrap {
    position: relative;
    overflow: visible;
}

    .error-wrap::after {
        position: absolute;
        top: 3px;
        right: 10px;
    }

.error-wrap-select::after {
    right: 50px;
}

.error-wrap[data-error="no-error"]::after {
    content: url(../images/icon-no-error.png);
}

.error-wrap[data-error="error"]::after {
    content: url(../images/icon-error.png);
}

@media(min-width: 992px) {
    .error-wrap::after {
        right: -35px;
        top: 3px;
    }
}

.error-wrap-inline {
    display: inline-block;
}

    .error-wrap-inline::after {
        position: absolute;
        top: 3px;
        right: -35px;
    }

@media only screen and (max-width:768px) {
    .mktb-standard .mktbs-call-out .mktbs-title {
        margin-top: 0;
    }

    .mktb-standard .mktbs-call-out p {
        margin-bottom: 0;
    }
}



.state-select-band {
    color: #00A0BE;
    background-color: #01A0BE;
    padding: 30px 0;
    text-align: center;
    background-image: url('https://assets.syngentaebiz.com/images/media/pp-state-select-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.state-select-label {
    font-weight: bold;
    color: white;
}

.state-select-disclaimer p {
    font-weight: normal;
    font-size: 0.8em;
    color: #fff;
}

select#state-select {
    border: none;
    color: #00A0BE;
    background-color: white;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 5px 5px 5px 10px;
    background-image: url(../images/chevron-down-green.png);
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    cursor: pointer;
    min-width: 200px;
}

    select#state-select:hover {
        border-color: #62801e;
    }

    select#state-select:focus {
        background-color: #ececec;
        outline: none;
    }


#related-products-wrapper {
    background-image: url("https://assets.syngentaebiz.com/images/media/pp-section-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#related-products  {
    margin: 0;
}
#related-products h3 {
    text-align: center;
    margin-top: 0;
}
#related-products .rp-cont {
    padding: 0;
    display: flex;
    gap: 20px;
    min-height: 320px;
}
#related-products .rp-cont div.rp-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 30px 15px;
    width: 33.33%;
}
#related-products .rp-cont.rp-two div.rp-single {
    width: 50%;
}
#related-products .rp-cont .rp-single img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 8px;
}
#related-products .rp-cont .rp-desc {
    font-size: 16px;
    color: #000000d9;
}
#related-products .rp-cont .rp-single .rp-cta {
    border: 2px solid #00A0BE;
    background-color: #00A0BE;
    color: #FFF;
    padding: 10px 20px;
    margin-top: auto;
    text-decoration: none;
    transition: all .25s;
}
#related-products .rp-cont .rp-single .rp-cta:hover,
#related-products .rp-cont .rp-single .rp-cta:focus {
    background-color: #FFF;
    color: #00A0BE;
}


.expert-card {
    display: flex;
    gap: 15px;
    background-color: #E6E6E6;
    padding: 15px 20px;
    margin-bottom: 15px;
    color: #000000d9;
}
.expert-headshot {
    flex-shrink: 0;
}

.expert-card img {
    object-fit: cover;
    width: 72px;
    height: 98px;
}

.expert-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
}
.expert-title, .expert-affiliation {
    font-size: 16px;
}


.expert-bio {
    margin-top: 10px;
    line-height: 1.3em;
    font-size: 14px;
}
.expert-bio a {
    color: currentColor;
}
.expert-bio a:hover,
.expert-bio a:focus {
    text-decoration: none;
}

section#sign-up {
    padding-bottom: 0;
}
#alert-form {
    padding-top: 0;
}
#alert-form h3 {
    margin-bottom: 10px;
    line-height: 1.3;
}
#alert-form h3 ~ p {
    margin: 0 0 10px 0;
    color: #000000d9;
}
#alert-form-toggle {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.3;
}




#alert-form #form {
    padding: 0px;
}

#alert-form .form-group div .col-xs-6 {
    padding: 0;
}

@media (max-width: 350px) {
    #alert-form #form {
        margin: 0 -15px;
    }
}

#myselect {
    background-color: white;
}

#highlights {
    margin-top: 25px;  
    background-image: url('https://assets.syngentaebiz.com/images/media/pp-section-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.highlight {
    text-align: center;
}
.highlight p {
    font-size: 16px;
    line-height: 1.4;
    color: #000000d9;
}
.highlight img {
    height: 140px;
    margin: 0 auto 20px;
}



#intro p {
    text-align: center;
    font-size: 16px;
    color: #000000d9;
}

#intro h3{
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    .bottom-buttons {
        text-align: center;
        margin-top: 20px;
    }
    .mktb-standard .mktbs-call-out {
        margin-left: 0;
        margin-right: 0;
    }
    .pest-patrol-detail-page .container {
        flex-direction: column-reverse;
        padding: 0;
    }
    .pest-patrol-detail-page .mktb-standard .mktb-mobile-bk {
        background-size: contain;
        background-repeat: repeat;
    }
    .pest-patrol-detail-page .mktbs-call-out {
        margin: 0;
    }
    /*#state-graphic {
        margin-left: 0;
        padding: 70px 0 30px;
    }
    #state-graphic img {
        max-height: 158px;
    }*/
    .heroContainer {
        margin: 0;
    }

    .heroCaption {
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .state-list div .btn {
        min-width: 100px;
        margin-top: 0;
    }

    .bottom-buttons .btn {
        display: block;
        margin: 15px 0;
    }

    #related-products .rp-cont {
        display: block;
    }
    #related-products .rp-cont div.rp-single,
    #related-products .rp-cont.rp-two div.rp-single {
        width: 100%;
    }

    .state-select-band {
        background-color: #00A0BE;
        background-image: none;
    }
}
