<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Page Search
------------------------------------*/
/*Search Block*/
.search-block {
    padding: 80px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background: url(../../img/bg/7.jpg) 50% 0 repeat fixed;
}

    .search-block:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.3);
    }

    .search-block h1 {
        color: #fff;
        font-size: 34px;
        font-weight: 200;
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .search-block .input-group {
        margin-bottom: 10px;
    }

    .search-block .form-control {
        border: none;
        height: 48px;
        font-size: 16px;
        font-weight: 200;
    }

    /*Checkbox*/
    .search-block form.page-search-form {
        border: none;
    }

        .search-block form.page-search-form .radio,
        .search-block form.page-search-form .checkbox {
            margin: 0 3% 0 4%;
        }

        .search-block form.page-search-form .checkbox {
            color: #fff;
            font-weight: 200;
        }

            .search-block form.page-search-form .radio i,
            .search-block form.page-search-form .checkbox i {
                top: 6px;
                width: 15px;
                height: 15px;
                border: none;
            }

/*Success TH Header*/
.success-table-header {
    background-color: #008ACF;
    /*color: #FFF;*/
}
/*Category
------------------------------------*/
/*Section-Block*/
.section-block {
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;
}

    .section-block h2 {
        color: #333;
        font-size: 28px;
        font-weight: 200;
        margin: 10px 0 15px;
    }

    .section-block .text-center p {
        margin-bottom: 0;
    }

    .section-block .section-block-info {
        margin-top: 5px;
        padding-top: 20px;
        border-top: solid 1px #eee;
    }

        .section-block .section-block-info ul {
            margin-bottom: 0;
        }

/*H Styles*/
.col-md-4.shadow-wrapper.md-margin-bottom-20 h4 {
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides &gt; li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}


/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        display: block;
        background: url(images/bg_direction_nav.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px;
    }

    .flex-direction-nav .flex-prev {
        left: -36px;
    }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        width: 100%;
        display: block;
    }

/** THEME
===================================*/
.bxslider {
    left: 1px;
    margin-left: -1px;
    position: relative;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: "Noto Sans Display", sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover,
        .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #000;
        }

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    right: 24px;
    background: url(images/controls.png) no-repeat 0 -25px;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url(images/controls.png) no-repeat -24px -25px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0px;
}

.bx-wrapper .bx-next:hover {
    background-position: -24px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -55px;
    outline: 0;
    width: 21px;
    height: 22px;
    text-indent: -9999px;
    z-index: 9999;
}
    /*
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
*/

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: "Noto Sans Display", sans-serif;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

/* Accordion Tabs on Labels/ SDS Page
====================================*/
.accordionTab_label-sds_PMP {
    display: block;
    position: relative;
    margin: 15px 0px;
}

    .accordionTab_label-sds_PMP li {
        list-style-type: none;
    }

    .accordionTab_label-sds_PMP ul {
        margin-bottom: 0px;
    }

    .accordionTab_label-sds_PMP .tabTitle {
        background: #f7f7f7;
        color: #55565a;
        border: 1px solid #aaa;
        padding: 0 25px;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
    }

        .accordionTab_label-sds_PMP .tabTitle:after {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            right: 0;
            background: #fff;
            border: 1px solid #aaa;
            text-align: center;
            font-size: 30px;
            font-weight: 300;
            color: #aaa;
            content: "+";
        }

    .accordionTab_label-sds_PMP.activeTab .tabTitle:after {
        content: "-";
    }

    .accordionTab_label-sds_PMP .tabTitle.tablink:after {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border: 1px solid #aaa;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        color: #aaa;
        content: "&gt;";
    }

    .accordionTab_label-sds_PMP.activeTab .tabTitle.tablink:after {
        content: "&gt;";
    }

    .accordionTab_label-sds_PMP.activeTab .tabTitle, .accordionTab_label-sds_PMP .tabTitle:hover {
        background: #0188C1;
        color: #fff;
    }

.tabContent {
    display: none;
    padding: 15px 0 15px 0;
    border: 1px solid #aaaaaa;
    margin-top: 5px;
}

.tabContent-select-expanded {
    display: none;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

    .tabContent-select-expanded .row {
        margin-bottom: 25px;
    }

    .tabContent-select-expanded .col-sm-2 {
        font-weight: 700;
    }

.tabContent ul li {
    margin-bottom: 5px;
}

    .tabContent ul li a {
        color: #000066;
    }

.tabContent ul {
    padding-left: 0px;
}

.label-download-button_PMP {
    display: block;
    background-color: #0188C1;
    padding: 85px 15px 15px 15px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    min-height: 165px;
    background-image: url(../img/label-sds-download.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .label-download-button_PMP .tabContent .col-sm-push-1 ul {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .label-download-button_PMP:hover {
        display: block;
        background-color: #0188C1;
        padding: 85px 15px 15px 15px;
        color: #FFF;
        font-weight: bold;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }

.previous-label-download-button_PMP {
    display: block;
    background-color: #0188C1;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    min-height: 50px;
    background-image: url(../img/label-sds-download-previous.png);
    background-repeat: no-repeat;
    background-position: left middle;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 10px;
}

#small-label {
    margin-top: 10px;
}

.previous-label-download-button_PMP:hover {
    display: block;
    background-color: #0188C1;
    padding: 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

@media (max-width: 767px) {
    .label-download-button_PMP, .previous-label-download-button_PMP {
        min-height: 50px;
        background-image: url(../img/label-sds-download_sm.png);
        background-repeat: no-repeat;
        background-position: left top;
        font-size: 10px;
    }

    .accordionTab_label-sds_PMP .tabTitle {
        line-height: 50px;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 10px;
    }

        .accordionTab_label-sds_PMP .tabTitle.tablink:after {
            width: 48px;
            height: 50px;
        }

    .label-download-button_PMP, .label-download-button_PMP:hover {
        padding: 15px 15px 15px 15px;
    }

    .textsection {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 768px) {
    .label-download-button_PMP {
        min-height: 165px;
    }
}

/*2017 EOP Calculator CSS*/
.table-row-highlighted {
    background-color: #fbf2c2;
}

.ppm-worksheet ul li {
    margin-left: -200px;
}

/*CSS Styles for SecureChoice Assurances Pages 2018*/

/*Breadcrumb images
------------------------------------*/
.breadcrumbs-v1 {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

    .breadcrumbs-v1.img-v1 {
        padding: 50px;
        position: relative;
        background: url(../img/securechoice-mosquito-assurance-header.jpg) center no-repeat;
        background-size: cover; /*Scales the background image to be as large as possible*/
    }

    .breadcrumbs-v1.img-v2 {
        padding: 50px;
        position: relative;
        background: url(../img/securechoice-flea-tick-assurance-header.jpg) center no-repeat;
        background-size: cover; /*Scales the background image to be as large as possible*/
    }

    .breadcrumbs-v1.img-v3 {
        padding: 50px;
        position: relative;
        background: url(../img/securechoice-scorpion-assurance-header.jpg) center no-repeat;
        background-size: cover; /*Scales the background image to be as large as possible*/
    }

    .breadcrumbs-v1.img-v4 {
        padding: 50px;
        position: relative;
        background: url(../img/securechoice-spider-assurance-header.jpg) center no-repeat;
        background-size: cover; /*Scales the background image to be as large as possible*/
    }

    .breadcrumbs-v1.img-v5 {
        padding: 50px;
        position: relative;
        background: url(../img/securechoice-fire-ant-assurance-header.jpg) center no-repeat;
        background-size: cover; /*Scales the background image to be as large as possible*/
    }

    .breadcrumbs-v1.img-v6 {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 32px;
        position: relative;
        background: url(../img/pp365-website-header.jpg) center no-repeat;
        background-size: cover; /*Scales the background image to be as large as possible*/
    }

    .breadcrumbs-v1:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0);
    }

    .breadcrumbs-v1 span {
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 5px;
        display: inline-block;
    }

    .breadcrumbs-v1 h1 {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 40px;
        text-transform: capitalize;
        text-shadow: 0px 0px 7px #333;
        font-weight: 700;
    }

.bg-image-v1 {
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/mosquito-testimonial-bground.png) repeat fixed;
}

    .bg-image-v1 p, .bg-image-v1 h2 {
        color: #fff;
        text-align: center;
    }

    .bg-image-v1:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0);
    }

.bg-image-v2 {
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/scorpion-testimonial-bground.png) repeat fixed;
}

    .bg-image-v2 p, .bg-image-v2 h2 {
        color: #fff;
        text-align: center;
    }

    .bg-image-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0);
    }

.bg-image-v3 {
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/fire-ant-testimonial-bground.png) repeat fixed;
}

    .bg-image-v3 p, .bg-image-v3 h2 {
        color: #fff;
        text-align: center;
    }

    .bg-image-v3:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0);
    }


@media (max-width: 768px) {
    .breadcrumbs-v1 {
        padding: 50px 0;
    }

        .breadcrumbs-v1 h1 {
            font-size: 40px;
            line-height: 45px;
        }
}

.assuranceprogram-header {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 30px;
}

.assuranceprogram-header-testimonials {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 0px;
}

.icon.securechoice-icons {
    display: block;
    text-align: center;
    height: 165px;
    padding-top: 15px;
}

.assurance-programs-mobile-menu {
    background-color: #158BCD;
}

    .assurance-programs-mobile-menu h2 {
        text-align: center;
        color: #FFF;
        font-weight: 800;
        font-size: 1em;
        line-height: 22px;
        margin-bottom: 15px;
    }

/*Advion Landing page*/
ul.advion-list {
    list-style-image: url("https://assets-stagesupport.syngentaebiz.com/images/blue-check-mark.png");
    color: #333;
    padding-left: 30px;
}

    ul.advion-list li {
        padding-left: 5px;
        padding-bottom: 5px;
        color: #333;
    }

/*Carousel v4
------------------------------------*/
.carousel-v4 .carousel-control,
.carousel-v4 .carousel-control:hover {
    opacity: 1;
    text-shadow: none;
}

    .carousel-v4 .carousel-control.left,
    .carousel-v4 .carousel-control.right {
        top: 50%;
        z-index: 5;
        color: #eee;
        width: 45px;
        height: 45px;
        font-size: 40px;
        line-height: 35px;
        margin-top: -75px;
        position: absolute;
        text-align: center;
        display: inline-block;
        background: rgba(0,0,0,1);
        background-color: #9abb43;
    }

    .carousel-v4 .carousel-control:hover {
        background: rgba(0,0,0,0.3);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .carousel-v4 .carousel-control.left {
        left: 0px;
    }

    .carousel-v4 .carousel-control.right {
        right: 0px;
    }

    .carousel-v4 .carousel-control .arrow-prev,
    .carousel-v4 .carousel-control .arrow-next {
        top: -5px;
        position: relative;
    }

    .carousel-v4 .carousel-control .arrow-next {
        right: -2px;
    }

.carousel-v4 p {
    margin-left: 12%;
    margin-right: 12%;
}

.carousel-v4 .carousel-inner {
    min-height: 120px;
}

@media (max-width: 576px) {
    .carousel-v4 p {
        margin-left: 17%;
        margin-right: 17%;
    }

    .carousel-v4 .carousel-control.left {
        left: 16px;
    }

    .carousel-v4 .carousel-control.right {
        right: 0px;
    }
}

@media (max-width: 992px) {

    .carousel-v4 .carousel-control.left {
        left: 16px;
    }

    .carousel-v4 .carousel-control.right {
        right: 0px;
    }
}

/*Carousel v5
------------------------------------*/
.carousel-v5 .carousel-control,
.carousel-v5 .carousel-control:hover {
    opacity: 1;
    text-shadow: none;
}

    .carousel-v5 .carousel-control.left,
    .carousel-v5 .carousel-control.right {
        top: 50%;
        z-index: 5;
        color: #eee;
        width: 45px;
        height: 45px;
        font-size: 40px;
        line-height: 35px;
        margin-top: -75px;
        position: absolute;
        text-align: center;
        display: inline-block;
        background: rgba(0,0,0,1);
        background-color: #9abb43;
    }

    .carousel-v5 .carousel-control:hover {
        background: rgba(0,0,0,0.3);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .carousel-v5 .carousel-control.left {
        left: 0px;
    }

    .carousel-v5 .carousel-control.right {
        right: 0px;
    }

    .carousel-v5 .carousel-control .arrow-prev,
    .carousel-v5 .carousel-control .arrow-next {
        top: -5px;
        position: relative;
    }

    .carousel-v5 .carousel-control .arrow-next {
        right: -2px;
    }

.carousel-v5 p {
    margin-left: 2%;
    margin-right: 12%;
}

    .carousel-v5 p.small {
        font-style: italic;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 20px;
        padding-left: 12%;
        padding-right: 2%;
        margin-left: 0%;
        margin-right: 0%;
    }

.carousel-v5 img {
    padding-left: 12%;
    padding-right: 2%;
}

.carousel-v5 .carousel-inner {
    min-height: 120px;
}

@media (max-width: 576px) {

    .carousel-v5 p {
        margin-left: 20%;
        margin-right: 20%;
    }

    .carousel-v5 .carousel-control.left {
        left: 0px;
    }

    .carousel-v5 .carousel-control.right {
        right: 0px;
    }

    .carousel-v5 p.small {
        margin-top: 20px;
        padding-left: 0%;
        padding-right: 0%;
        margin-left: 4%;
        margin-right: 4%;
    }
}

@media (max-width: 992px) {

    .carousel-v5 p {
        text-align: center;
        margin-left: 9%;
        margin-right: 9%;
    }

    .carousel-v5 img {
        text-align: center;
        padding-left: 9%;
        padding-right: 9%;
    }

    .carousel-v5 p.small {
        font-style: italic;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 9%;
        padding-right: 9%;
    }

    .carousel-v5 .carousel-control.left {
        padding-left: -10px;
    }

    .carousel-v5 .carousel-control.right {
        padding-right: -10px;
    }
}

.carousel-v5 .sc-assurance-chart-title p {
    text-align: center;
    font-weight: 700;
    margin-left: 9%;
    margin-right: 9%;
    margin-bottom: 20px;
}

.carousel-indicators li {
    padding: 6px;
}

    .carousel-indicators li.active {
        margin-bottom: 1px;
        margin-right: 4px;
    }

.carousel-v5 .carousel-indicators li.active {
    background-color: #168BCC;
}

.carousel-v5 .carousel-indicators li {
    border: 1px solid #168BCC;
}

/* Video Player
====================================*/

section.grey-back {
    background-color: #f7f7f7;
    margin-top: 5px;
    padding: 0 0 15px 0;
}

    section.grey-back .assuranceprogram-header {
        margin-top: 15px;
    }

.vidTitle p {
    font-size: 16px;
    line-height: 21px;
}

.embedContainer {
    background: #222224;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .embedContainer iframe, .embedContainer object, .embedContainer embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.captionContainer {
    background: #222224;
    display: table;
    height: 64px;
    width: 100%;
    padding: 15px;
}

.videoCaption {
    display: table-cell;
    vertical-align: middle;
}

    .videoCaption p {
        display: none;
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

.thumbContainer {
    cursor: pointer;
}

    .thumbContainer.active .thumbOverlay {
        display: block;
    }

.videoThumbs {
    margin: 0 -15px;
    padding: 25px 0;
    font-size: 0;
}

    .videoThumbs .col-sm-3 {
        margin-top: 20px;
    }

        .videoThumbs .col-sm-3:first-child {
            margin-top: 0;
        }

.thumbOverlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.vidThumb {
    position: relative;
    margin: 0 -15px;
}

    .vidThumb img {
        width: 100%;
    }

.vidTitle {
    text-align: left;
}

.videoNav {
    display: none;
}

.previousVideo, .nextVideo {
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.previousVideo {
    cursor: pointer;
    left: 15px;
}

.nextVideo {
    cursor: pointer;
    right: 15px;
}

.text-center {
    text-align: center;
}

.row.text-center .col-sm-3 {
    display: inline-block;
    float: left;
    vertical-align: top;
}

@media only screen and (min-width:768px) {
    /* GLOBAL */
    .row.text-center .col-sm-3 {
        float: none;
    }

    /* VIDEOS */
    .captionContainer {
        padding: 0 95px;
    }

    .videoThumbs {
        margin: 0
    }

        .videoThumbs .col-sm-3 {
            margin-top: 0;
        }

    .vidThumb {
        float: none;
    }

    .vidTitle {
        margin: 10px -15px 0 -15px;
    }

        .vidTitle p {
            margin-bottom: 20px;
            padding: 0;
        }

    .videoNav {
        margin-top: -22px;
    }
}

.scassurance-posts .dl-horizontal a {
    color: #333;
    text-decoration: underline;
}

    .scassurance-posts .dl-horizontal a:hover {
        color: #9ABB43;
        text-decoration: underline;
    }

.scassurance-posts .dl-horizontal {
    margin-bottom: 5px;
    overflow: hidden;
}

    .scassurance-posts .dl-horizontal dt {
        width: 60px;
        float: left;
    }

        .scassurance-posts .dl-horizontal dt img {
            width: 60px;
            height: 60px;
            padding: 2px;
            margin-top: 2px;
            border: solid 1px #ddd;
        }


    .scassurance-posts .dl-horizontal:hover dt img,
    .scassurance-posts .dl-horizontal:hover dd a {
        color: #000066;
        border-color: #72c02c !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.select-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0px 10px;
    background-image: url("../img/drop-down-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

    .select-dropdown::-ms-expand {
        display: none;
    }

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #9abb43;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

/*New Header Style*/
.larger-h1-tag {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 700;
}
/*End New Header Style*/

/*Product Selector */


.blue-ai-irac {
    color: #009DE0;
    font-weight: 600;
}

/*Begin Mobile product type filter*/

.mobile-products-sort a:link {
    padding: 18px 10px 18px 20px;
    color: #009DE0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    border-left: 1px solid #d8d5d2;
    border-right: 1px solid #d8d5d2;
    border-bottom: 1px solid #d8d5d2;
}

.mobile-products-sort {
    background-image: url(../img/plus-sign-products.png);
    background-position: center right; /* Center the image */
    background-repeat: no-repeat;
}


#close-products-mobile {
    font-size: 50px;
    color: #555;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    margin-top: 4px;
    border-top: 1px solid #000;
}

.mobile-product-list ul {
    line-height: 20px;
}

.mobile-product-list li {
    list-style-type: none;
}

    .mobile-product-list li:first-child {
        margin-top: -10px;
    }

.mobile-product-list a {
    color: #009DE0;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 35px 10px 35px;
}

    .mobile-product-list a:hover, .mobile-product-list a:focus {
        color: #9aba43;
        background-color: #F7F7F7;
    }

.collapse, #collapseExample {
    margin-bottom: -10px;
    margin-top: 10px;
}




/*End Mobile product type filter*/

@media only screen and (min-width: 1200px) {
    .product-selector-columns {
        min-height: 600px;
    }
}

.product-selector-columns a {
    font-weight: 400;
}

.breadcrumbs-v3.img-v4 {
    background: url(../img/product-selector-header-image.png);
    background-position: center top;
    padding-top: 28px;
    padding-bottom: 28px;
}

@media only screen and (max-width: 992px) {
    .breadcrumbs-v3.img-v4 {
        padding-top: 0px;
        padding-bottom: 23px;
    }
}

.breadcrumbs-v3.img-v4 h1 {
    text-transform: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-shadow: none;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}

.breadcrumbs-v3.img-v4 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 5px;
    text-shadow: none;
}

@media only screen and (max-width: 992px) {
    .breadcrumbs-v3.img-v4 h1 {
        text-transform: none;
        padding-bottom: 0px;
        margin-bottom: 5px;
        margin-top: -8px;
        text-shadow: none;
        font-size: 28px;
        line-height: 25px;
        font-weight: 700;
    }

    .breadcrumbs-v3.img-v4 p {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 5px;
        text-shadow: none;
    }
}

.breadcrumbs-v3.img-v4:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.15);
}

.breadcrumbs-v3.img-v4 .container {
}

@media only screen and (max-width: 992px) {

    .breadcrumbs-v3.img-v4 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.filter-products-row {
    margin-top: -20px;
    margin-bottom: 7px;
    padding-right: 7px;
    padding-top: 0px;
    float: right;
}

    .filter-products-row .form-control {
        min-width: 150px;
    }

@media only screen and (max-width: 1200px) {
    .filter-products-row {
        text-align: center;
        float: none;
    }
}


/*Homepage Redesign Styles*/

.homepage-description {
    margin-bottom: 30px;
}

    .homepage-description h1 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        margin-top: 8px;
        margin-bottom: 10px;
        color: #158BCD;
        text-align: center;
    }

@media only screen and (max-width: 768px) {

    .homepage-description {
        margin-bottom: -5px;
    }

        .homepage-description h1 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            margin-top: 0px;
            margin-bottom: 10px;
        }
}

.homepage-description p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.feature-item-description {
    display: block;
    background-color: #FFF;
    min-height: 110px;
    padding: 15px 10px 0px 10px;
    border-left: 1px solid #D8D5D2;
    border-right: 1px solid #D8D5D2;
    border-bottom: 1px solid #D8D5D2;
}

@media only screen and (max-width: 1200px) {

    .feature-item-description {
        min-height: 134px;
        padding: 25px 20px 0px 20px;
    }
}

@media only screen and (max-width: 992px) {

    .feature-item-description {
        min-height: 100%;
        padding: 20px 10px 20px 10px;
    }
}


.feature-item-description p {
    color: #333;
    font-size: 17px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 23px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.feature-item-description h2 {
    color: #158BCD;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-top: -5px;
    padding-top: -5px;
    line-height: 25px;
}

a:hover .feature-item-description h2 {
    text-decoration: underline !important;
}

.sub-feature-item-description {
    display: block;
    background-color: #FFF;
    min-height: 115px;
    padding: 15px 10px 0px 10px;
    border-left: 1px solid #D8D5D2;
    border-right: 1px solid #D8D5D2;
    border-bottom: 1px solid #D8D5D2;
}

    .sub-feature-item-description h2 {
        color: #158BCD;
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 0px;
        padding-bottom: 12px;
        margin-top: -5px;
        padding-top: -5px;
        line-height: 25px;
        text-align: center;
    }

.homepage-image {
    border-left: 1px solid #D8D5D2;
    border-right: 1px solid #D8D5D2;
    border-top: 1px solid #D8D5D2;
}

.homepage-feature-header {
    color: #158BCD;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 25px;
}

.featured-resource-item-description {
    display: block;
    background-color: #FFF;
    min-height: 115px;
    padding: 15px 10px 0px 10px;
    border-left: 1px solid #D8D5D2;
    border-right: 1px solid #D8D5D2;
    border-bottom: 1px solid #D8D5D2;
    border-top: none;
    margin-bottom: 0px;
}

    .featured-resource-item-description h2 {
        color: #158BCD;
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 0px;
        padding-bottom: 6px;
        margin-top: -5px;
        padding-top: -5px;
        line-height: 25px;
        text-align: center;
    }

@media only screen and (min-width: 1200px) {

    .featured-resource-item-description p {
        display: block;
        min-height: 125px;
    }

    .featured-resource-item-description {
        min-height: 275px;
    }

        .featured-resource-item-description .btn-block {
            position: absolute;
            top: 366px;
            left: 26px;
            min-width: 241px;
            max-width: 241px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .featured-resource-item-description p {
        display: block;
        min-height: 175px;
    }

    .featured-resource-item-description {
        min-height: 300px;
    }

        .featured-resource-item-description .btn-block {
            position: absolute;
            top: 360px;
            left: 26px;
            min-width: 190px;
            max-width: 190px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .featured-resource-item-description p {
        display: block;
        min-height: 110px;
    }
}

@media only screen and (max-width: 992px) {

    .featured-resource-item-description {
        margin-bottom: 25px;
    }
}


.homepage-image-feature {
    border-left: 1px solid #D8D5D2;
    border-right: 1px solid #D8D5D2;
    border-top: 1px solid #D8D5D2;
    border-bottom: none;
}

.prod-labels-mobile-box {
    display: block;
    background-color: #FFF;
    padding: 15px 20px 20px 20px;
    border: 1px solid #D8D5D2;
}

    .prod-labels-mobile-box h2 {
        color: #158BCD;
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 5px;
        padding-bottom: 5px;
        margin-top: 0px;
        padding-top: 0px;
        line-height: 25px;
        text-align: center;
    }

.news-information-resource-box {
    display: block;
    background-color: #FFF;
    padding: 0px 15px 0px 15px;
    border: 1px solid #D8D5D2;
}

    .news-information-resource-box a {
        color: #158BCD;
        display: block;
        clear: both;
        font-weight: bold;
    }

        .news-information-resource-box a:hover {
            color: #9aba43;
        }

    .news-information-resource-box hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .news-information-resource-box h2 {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
        line-height: 25px;
        text-align: center;
    }

    .news-information-resource-box p {
        margin-top: 0px;
        padding-top: 0px;
    }

.more-articles-button {
    position: absolute;
    bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 24px;
}

    .more-articles-button a {
        font-size: 13px;
        font-weight: normal;
        float: right;
    }

@media only screen and (min-width: 1200px) {

    .news-information-resource-box {
        min-height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .news-information-resource-box {
        min-height: 490px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .news-information-resource-box {
        min-height: 100%;
    }
}

@media only screen and (max-width: 991px) {

    .more-articles-button {
        position: relative;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 24px;
    }

        .more-articles-button a {
            font-size: 15px;
            font-weight: normal;
        }
}

.news-information-resource-box-bottom {
    display: block;
    background-color: #FFF;
    padding: 10px 10px 0px 10px;
    border: 1px solid #D8D5D2;
}

    .news-information-resource-box-bottom a {
        color: #158BCD;
        display: block;
        clear: both;
        font-weight: bold;
    }

        .news-information-resource-box-bottom a:hover {
            color: #9aba43;
        }

    .news-information-resource-box-bottom hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }


/*Carousel Styles*/

.carousel-item-description {
    display: block;
    background-color: #FFF;
    min-height: 125px;
    padding: 15px 40px 15px 40px;
    border: 1px solid #D8D5D2;
}

    .carousel-item-description p {
        color: #333;
        font-size: 17px;
        padding-top: 0px;
        margin-top: 0px;
        line-height: 23px;
        padding-bottom: 20px;
    }

    .carousel-item-description h2 {
        color: #333;
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: -5px;
        padding-top: -5px;
    }

.homepage-carousel-indicators li {
    background: none;
    border: 1px solid #99BC39;
}

    .homepage-carousel-indicators li.active {
        background-color: #99BC39;
        border: 1px solid #99BC39;
    }

.carousel-indicators {
    bottom: 0px;
}

.carousel-inner .carousel-item-description a:active {
    text-decoration: none;
}

#homepageCarousel .right .carousel-control .glyphicon .glyphicon-chevron-right {
    position: relative;
    left: 25%;
}


/*PP365 2020 Updates */

.ppm-prod-type-headers {
    text-align: center;
    background-color: #ebf2e0;
}

    .ppm-prod-type-headers p {
        font-size: 18px;
        font-weight: bold;
        color: #a1bb50;
        padding-bottom: 5px;
        padding-top: 5px;
        margin: 0px;
    }

.success-table-header th {
    color: #FFF;
    font-size: 18px;
}


.ppm-calculator-field {
    text-align: center;
}

    .ppm-calculator-field:focus {
        border: 1px solid #3f89c9;
    }

.ppm-calculator-help-button {
    position: fixed;
    top: 30%;
    right: 0;
    width: 55px;
    height: 300px;
    background-color: #7A7C7F;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    padding: 10px 5px 10px 15px;
    color: #FFF;
    text-align: center;
}

    .ppm-calculator-help-button i {
        writing-mode: vertical-lr;
        text-orientation: sideways;
        color: #FFF;
    }

    .ppm-calculator-help-button a {
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
    }

.ppm-calculator-schoice-assurances {
    padding: 20px 20px 10px 20px;
    background-color: #f4fafd;
}

    .ppm-calculator-schoice-assurances a {
        color: #009de0;
    }

.ppm-calculator-schoice-assurances-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #f4fafd transparent;
    margin-left: 20%;
    margin-top: -10px;
}

@media only screen and (max-width: 992px) {
    .ppm-calculator-schoice-assurances-triangle {
        margin-left: 50%;
    }
}

#target-schoice {
    display: none;
    z-index: 1000000;
    position: absolute;
}

.Hide {
    display: none;
}


/*CSS for PP365 Account Status */

.account-company-description {
    margin-bottom: 30px;
}

    .account-company-description h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        margin-top: 8px;
        margin-bottom: 10px;
        color: #158BCD;
        text-align: left;
    }

@media only screen and (max-width: 768px) {

    .account-company-description {
        margin-bottom: -5px;
    }

        .account-company-description h1 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            margin-top: 0px;
            margin-bottom: 10px;
        }
}

.account-company-description p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    font-style: italic;
}

.service-block-pp365-green {
    background: #98be2b;
    min-height: 225px;
}

.service-block-pp365-blue {
    background: #158BCD;
    min-height: 225px;
}

@media (max-width: 1200px) {

    .service-block-pp365-green {
        min-height: 250px;
    }

    .service-block-pp365-blue {
        min-height: 250px;
    }
}

@media (max-width: 992px) {

    .service-block-pp365-green {
        min-height: 260px;
    }

    .service-block-pp365-blue {
        min-height: 260px;
    }
}

@media (max-width: 576px) {
    .service-block-pp365-green {
        min-height: 100%;
    }

    .service-block-pp365-blue {
        min-height: 100%;
    }
}

@media (max-width: 768px) {
    .service-block-pp365-green {
        min-height: 100%;
    }

    .service-block-pp365-blue {
        min-height: 100%;
    }
}

.service-heading-pp365 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 22px;
}

.service-heading-pp365-header {
    font-weight: bold;
    font-size: 32px;
    margin-top: -10px;
    padding-top: -10px;
}

.counter.service-heading-pp365-header {
    font-weight: bold;
    font-size: 32px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: -20px;
    padding-bottom: -20px;
}

.pp365-dollar-icon {
    color: #FFF;
    font-weight: 300;
    font-style: normal;
    display: block;
    float: left;
    font-size: 58px;
    margin: -15px 20px 9px 0;
}

.pp365-current-rebate-status h3 {
    color: #FFF;
}

.service-block-pp365-blue .progress-bar {
    background-color: #FFF;
    color: #158BCD;
}

.service-block-pp365-blue .progress-md {
    background-color: #BBB;
}

.acc-v4 .panel-heading {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.acc-v4 .panel-default {
    margin-bottom: 5px;
}

.acc-v4 .panel-heading a {
    display: block;
    padding: 10px 20px;
    background: #FFFFFF;
    color: #158BCD;
    font-size: 18px;
    font-weight: bold;
}

    .acc-v4 .panel-heading a:hover {
        background: #158BCD;
        color: #fff;
    }

    .acc-v4 .panel-heading a:focus {
        background: #158BCD;
        color: #fff;
    }

.acc-v4 .panel-body {
    margin-top: -10px;
}

.acc-v4 .panel-collapse {
    margin-top: 10px;
    margin-bottom: 0px;
}

.pp365-product-sales h5 {
    color: #158BCD;
    font-weight: bold;
    font-size: 20px;
}

.pp365-product-sales th {
    color: #333;
}

.date-formats {
    color: #fff;
    float: center;
    text-align: center;
    background: #a1bc48;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 10px 10px;
}

    .date-formats span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
    }

.key-pp365-dates {
    padding-left: 25px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #dddddd;
}



/*Timeline v2
------------------------------------*/
.timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .timeline-v2 &gt; li {
        position: relative;
    }

    .timeline-v2:before {
        top: 0;
        bottom: 0;
        left: 22%;
        width: 4px;
        content: '';
        background: #f7f7f7;
        position: absolute;
        margin-left: -14px;
    }

    /* The date/time */
    .timeline-v2 &gt; li .cbp_tmtime {
        width: 25%;
        display: block;
        position: absolute;
        padding-right: 60px;
    }

        .timeline-v2 &gt; li .cbp_tmtime span {
            top: 9px;
            display: block;
            text-align: center;
            position: relative;
        }

            .timeline-v2 &gt; li .cbp_tmtime span:first-child {
                color: #999;
                font-size: 14px;
                line-height: 0.9;
            }

            .timeline-v2 &gt; li .cbp_tmtime span:last-child {
                color: #158BCD;
                font-size: 19px;
                font-weight: 600;
                line-height: 24px;
            }

    /* Right content */
    .timeline-v2 &gt; li .cbp_tmlabel {
        color: #fff;
        padding: 15px 20px 10px;
        background: #f1f7e9;
        line-height: 1.4;
        clear: both;
        position: relative;
        border-radius: 5px;
        margin: 0 0 25px 23%;
    }

        /*
.timeline-v2 &gt; li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

        .timeline-v2 &gt; li .cbp_tmlabel li {
            padding: 0;
        }

        /*
.timeline-v2 &gt; li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

        .timeline-v2 &gt; li .cbp_tmlabel h2 {
            margin-top: 0px;
            font-size: 19px;
            font-weight: 700;
            line-height: 24px;
            padding: 0 0 5px;
            margin-bottom: 0px;
            text-transform: capitalize;
        }

        .timeline-v2 &gt; li .cbp_tmlabel .text-left {
            float: left;
        }

        /* The triangle */
        .timeline-v2 &gt; li .cbp_tmlabel:after {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #f3f3f3;
            border-width: 10px;
            top: 18px;
        }

    /* The icons */
    .timeline-v2 &gt; li .cbp_tmicon {
        top: 22px;
        left: 22%;
        width: 12px;
        height: 12px;
        position: absolute;
        background: #98be2b;
        margin: 0 0 0 -18px;
        box-shadow: 0 0 0 4px #f3f3f3;
        -webkit-font-smoothing: antialiased;
    }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .timeline-v2 &gt; li .cbp_tmtime span:last-child {
        font-size: 18px;
    }
}

@media screen and (max-width: 47.2em) {
    .timeline-v2:before {
        display: none;
    }

    .timeline-v2 &gt; li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .timeline-v2 &gt; li .cbp_tmtime span {
            text-align: left;
        }

    .timeline-v2 &gt; li .cbp_tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 20px 0;
    }

        .timeline-v2 &gt; li .cbp_tmlabel:after {
            left: 20px;
            top: -20px;
            right: auto;
            border-bottom-color: #f3f3f3;
            border-right-color: transparent;
        }

    .timeline-v2 &gt; li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0px;
    }

    .key-pp365-dates {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*Advion Brands Page */

section {
    position: relative;
}


#mkt-banner {
    margin-top: -21px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}



    #mkt-banner.mktb-standard {
    }


.mktb-standard .mktb-mobile-bk {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mktb-standard.mktb-default .mktb-mobile-bk {
    height: 150px;
}

.mktb-standard .mktb-mobile-bk {
    height: 300px;
}

.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: unset;
    top: 250px;
    left: 15px;
}

#mkt-banner.mktb-standard.mktb-default .logo-abs-cont {
    top: 100px;
    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: 55px;
    width: auto;
}


.mktb-standard .mktbs-call-out {
    /*background-color: #fff;*/
    margin: 250px 15px 0;
    padding: 32px 15px 30px;
    /*border-bottom: 5px solid #7AC143;
        -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: #333;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    margin: 55px 0 20px;
    display: block;
}

.mktb-standard .mktbs-call-out p {
    color: #333;
    margin: 0 0 15px;
    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: #333;
}


#mkt-banner-lines {
    margin-top: 20px;
}

.mktb-lines .top-line {
    height: 10px;
    width: 100%;
    display: block;
    background-color: #82C341;
}

.mktb-lines .btm-line {
    height: 8px;
    width: 100%;
    display: block;
    background-color: #1589BF;
}


.mktb-lines .img-ves img {
    display: block;
    padding: 13px 0 7px;
    margin: 0 auto;
    height: 70px;
}

@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: 350px;
        margin-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .mktb-standard.mktb-animation .container {
        height: 500px;
    }


    .mktb-standard.mktb-default .container {
        height: 250px;
        margin-top: 0;
    }



    .mktb-standard .mktbs-call-out {
        /*background-color: rgba(255,255,255,.90);*/
        width: 50%;
        margin: 0 0 0 155px;
        position: absolute;
        padding: 20px 0px 0px;
        top: 40%;
        right: 0;
        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 15px;
        position: absolute;
        top: 0;
        left: 0px;
        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;
        right: 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 5px;
    }

    .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: 50%;
    }

    #mkt-banner {
        margin-top: -14px;
    }

    .mktb-standard .mktbs-call-out {
        top: 40%;
        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: 50%;
    }
}

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: 103px;
        left: 0;
    }

    .mini-nav.ipn-fixed nav#in-page-nav {
        top: 73px;
    }
}

nav#in-page-nav .container {
    overflow: visible;
}


nav#in-page-nav a {
    font-size: 14px;
    color: #fff;
    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:hover {
        color: #1589BF;
    }

    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;
    }

@media only screen and (min-width:992px) {
    nav#in-page-nav .nav-col {
        display: block;
        background-color: #99BC39;
        padding: 10px;
        border: none;
        margin-left: 95px;
    }

        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;
    }
}

.mobile-nav-links {
    background-color: #99BC39;
    color: #FFF;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-nav-links-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #FFF;
    text-align: center;
}

.mobile-nav-links-link-last {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .mobile-nav-links-link a, .mobile-nav-links-link-last a {
        color: #FFF;
    }


.sprayables-section {
    margin-top: -45px;
}

.mobile-advion-banner {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url("https://assets.syngentaebiz.com/images/Background_Blue.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.mobile-advion-logo {
    background-color: #FFF;
}

    .mobile-advion-logo img {
        max-height: 65px;
    }

.btnstyle {
    padding: 0px !important;
}

.helptext {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.units {
    display: contents;
    font-weight: bolder;
}

.dropdownarrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,&lt;svg fill='%23757474' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7 10l5 5 5-5z'/&gt;&lt;path d='M0 0h24v24H0z' fill='none'/&gt;&lt;/svg&gt;");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
}

@media only screen and (min-width:1024px) {
    .paddingTopSections {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #ctl00_divLegel {
        padding: 0px !important;
    }
}

@media only screen and (max-width:767px) {
    .mobbtnspace {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bannerheading {
    text-align: center;
    color: white;
    /*    font-size: 40px; */
    line-height: 34px;
    font-weight: 700;
    margin: 30px;
    display: block;
}

.bannerheadingmob {
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 21px;
    font-weight: 700;
    margin: 10px 0 20px;
    display: block;
}

.dropdownheader {
    font-size: 18px;
    padding-left: 15px;
    color: #333333;
    padding-top: 8px !important;
}

.labelstyle {
    color: #333333;
    font-size: 16px;
}

.results {
    background-color: #168BCC;
    padding: 10px;
    padding-left: 15px;
    color: white !important;
    font-weight: bold;
}
</pre></body></html>