    main.deal { 
        padding-top: 0;
        padding-bottom: 0;
    }
    main.deal h1 { 
        margin-bottom: 0;
    }
    main.deal .product-intro-carousel { 
        max-width: 100%;
    }
    main.deal .product-intro-carousel img { 
        /*max-width: 250px;*/
        max-width: 100%;
    }
    main.deal .product-intro { 

    }
    main.deal .intro-content-wrap { 
        /*background-color: #ffd16c;*/
        background: #ffd16c url('/images/deal/avant-deal-intro-bg-2.png');
        background-position: top right;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 40px 0;
    }
    main.deal .product-intro h2 { 
        padding-top: 5px;
        padding-bottom: 25px;
        font-size: 165%;
        font-weight: 500;
    }
    main.deal .product-intro .product-intro-description,
    main.deal .product-intro .product-intro-description p { 
        color: #464343;
        font-size: 1.4rem;
    }

    ul.pdf-docs { 
        list-style: none;
        padding-left: 0;
        margin-top:45px;
        /*margin-top: 40px;*/
    }

    ul.pdf-docs li { 
        background: url('/images/pdf-icon.png') top left no-repeat;
        padding-left: 50px;
        background-size: 36px 20px;
        margin-bottom: 10px;
        margin-left: 0;
        padding-top: 2px;
        background-position-y: 7px;
    }

    ul.pdf-docs li a { 
        color: #000000;
        font-size: 1.25rem;
        /*font-weight: 500;*/
    }

    .deal-sample-pages-caption { 
        font-style: italic;
        font-size: 95%;
        color: #464343;
    }

    main.deal .product-callouts { 
        background-color: #fdedd0;
    }

    main.deal h2.callout-title { 
        color: #efa520;
        margin: 20px 0;
        font-weight: 300;
    }

    main.deal .callout-content { 
        color: #666666;
        padding: 0 25px;
    }

    main.deal .product-callouts .col-sm-6 {
        text-align: center;
        padding: 40px 20px;
    }

    main.deal .callout-reference a { 
        color: #666666;
        font-style: italic;
        text-decoration: underline;
    }

    main.deal .product-callouts img { 
        max-width: 100px;
    }

    main.deal h3.acronym { 
        font-weight: 300;
        font-style: italic;
        font-size: 115%;
        color: #464343;
        margin-top: 0;
        padding-top: 0;
    }

    @media (max-width: 575px) {  
        .product-callouts .col-12 { 
            border-right: none;
        }
        .product-callouts .last { 
            display: none;
        }
    }

    @media (min-width: 576px) { 
        .product-callouts .col-12 {
            border-right: 1px solid #ffffff;  
        }
    }

    @media (max-width: 600px) { 
        main.deal .deal-sample-pages-caption { 
            display: none;
        }

        main.deal .product-intro h2,
        main.deal .product-features-header h2 { 
            font-size: 140%;
            /*font-weight: 400;*/
        }

        main.deal .product-intro .product-intro-description, 
        main.deal .product-intro .product-intro-description p {
            font-size:1.2rem;
        }

        main.deal .product-intro-carousel img { 
            max-width: 100%;
        }

        main.deal .product-intro .product-intro-description, 
        main.deal .product-intro .product-intro-description p { 
            font-size: 1.1rem;
        }

        main.deal .product-intro-carousel img { 
            /*max-width: 250px;*/
            max-width: 100%;
        }

        .slides:last-child img {
            margin-right: 20px; 
        }
        
        .quote { 
            margin-bottom: 25px;
        }
        
        ul.pdf-docs { 
            margin-bottom: 50px;
        }
        
        ul.pdf-docs li { 
            background-position-y: 5px;
        }
        
        ul.pdf-docs li a {
            font-size: 1rem;   
        }
        
        .deal-sample-pages-caption p { 
            font-size: 90%;
        }
        
    }

    @media (min-width: 601px) { 
        .product-intro-carousel { 
            margin-top: -110px;
        }
    }

    @media (max-width: 767px) { 
        .product-intro-carousel { 
            margin-top: 0;
        }
    }

    @media(min-width: 768px) { 
        main.deal .product-intro-carousel { 
            max-width: 85%;
        }
        
        main.deal .product-intro-carousel img {
	       max-width: 80%;
        }
        
        ul.thumbs li { 
            margin-left: 10px !important;
            /*margin-right: 20px !important;*/
        }
    }

    @media (min-width: 992px) {
    
    }