﻿.salesRepCallout {
    background-repeat: no-repeat;
    background-size: cover;
}

    .salesRepCallout .overlay {
        padding: 5% 0 10% 0;
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .salesRepCallout .sitewidth {
        position: relative;
    }

        .salesRepCallout .sitewidth .mapAndLogo {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

            .salesRepCallout .sitewidth .mapAndLogo img.map {
                position: absolute;
                right: 0;
            }

            .salesRepCallout .sitewidth .mapAndLogo .logo {
                position: absolute;
                width: 340px;
                right: 15%;
                bottom: -250px;
            }

                .salesRepCallout .sitewidth .mapAndLogo .logo svg * {
                    fill: #ffffff;
                }

        .salesRepCallout .sitewidth > .left {
            position: relative;
            z-index: 2;
            width: 60%;
        }

        .salesRepCallout .sitewidth .left .content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .salesRepCallout .sitewidth .left .content .copy {
                width: 70%;
                margin-right: 20px;
            }

                .salesRepCallout .sitewidth .left .content .copy .tollFree {
                    margin-top: 30px;
                    color: #062f6e;
                }

                    .salesRepCallout .sitewidth .left .content .copy .tollFree .label {
                        font-weight: 500;
                        font-style: italic;
                    }

            .salesRepCallout .sitewidth .left .content img.pin.swoop {
                position: relative;
                bottom: 125px;
            }

@media (max-width: 1000px) {
    .salesRepCallout .sitewidth .left .content img.pin.swoop {
        display: none;
    }

    .salesRepCallout .sitewidth .mapAndLogo {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

        .salesRepCallout .sitewidth .mapAndLogo img.map {
            margin: 0 auto;
            position: relative;
        }

        .salesRepCallout .sitewidth .mapAndLogo .logo {
            position: absolute;
            width: 340px;
            right: 30%;
            top: 175px;
        }

    .salesRepCallout .sitewidth > .left {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .salesRepCallout .sitewidth .left .content .copy {
        width: 100%
    }
}

@media (max-width: 685px) {
    .salesRepCallout .sitewidth .mapAndLogo .logo {
        width: 285px;
        right: 25%;
        top: 44%;
    }
}

@media (max-width: 515px) {
    .salesRepCallout .sitewidth .mapAndLogo .logo {
        width: 235px;
    }
}