

.custom-breadcrumbs {
    background: none;
    font-size: 12px;
    color: #a7a7a7;
    text-transform: uppercase;
    padding: 30px 0 32px;
}

.custom-breadcrumbs a {
    color: inherit;
}

.custom-breadcrumbs span.breadcrumb_last {
    color: #686868;
}

.ip-heading {
    position: relative;
}

.ip-heading::before {
    content: '';
    display: block;
    position: absolute;
    width: calc( 100% - ((100vw - 1320px)/2));
    height: calc( 100% + 77px);
    top: -77px;
    left: 0;
    background: #fbfbfb;
    border-top-right-radius: 15px;
    z-index: -1;
}

.page-title h1 {
    font-size: 65px;
    text-transform: none;
    letter-spacing: -1.5px;
}

.ip-down-div-cta {
    text-align: right;
    padding: 10px 40px 30px 0;
    background: #fff;
    max-width: 513px;
    margin: -8px 0 0 auto;
}

.ip-down-div-cta a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-width: 215px;
    height: 80px;
    padding: 0 20px;
    margin-left: 5px;
    background: #07628e;
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#096EA2), to(#076593));
    background: -o-linear-gradient(bottom, #096EA2 0%, #076593 100%);
    background: linear-gradient(to top, #096EA2 0%, #076593 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096EA2', endColorstr='#076593', GradientType=0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ip-down-div-cta a:first-child {
    margin-left: 0;
}

.ip-down-div-cta a:hover {
    color: #07628e;
}

.ip-down-div-cta a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #b9e177;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b9e177), color-stop(42%, #c1e782), color-stop(96%, #abd26a));
    background: -o-linear-gradient(top, #b9e177 1%, #c1e782 42%, #abd26a 96%);
    background: linear-gradient(to bottom, #b9e177 1%, #c1e782 42%, #abd26a 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#abd26a', GradientType=0);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ip-down-div-cta a:hover::before {
    opacity: 1;
}

.ip-down-div-cta a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ip-down-div-cta a i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 37px;
    position: relative;
    z-index: 2;
    margin-right: 11px;
}

.ip-down-div-cta a i::before,
.ip-down-div-cta a i::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ip-down-div-cta a i.icon-down-div-cta-01::before {
    background-image: url(../../images/downsizing-division/icon-down-div-cta-01.png);
}

.ip-down-div-cta a i.icon-down-div-cta-01::after {
    background-image: url(../../images/downsizing-division/icon-down-div-cta-01-a.png);
}

.ip-down-div-cta a i.icon-down-div-cta-02::before {
    background-image: url(../../images/downsizing-division/icon-down-div-cta-02.png);
}

.ip-down-div-cta a i.icon-down-div-cta-02::after {
    background-image: url(../../images/downsizing-division/icon-down-div-cta-02-a.png);
}

.ip-down-div-cta a i::after {
    opacity: 0;
}

.ip-down-div-cta a:hover i::before {
    opacity: 0;
}

.ip-down-div-cta a:hover i::after {
    opacity: 1;
}

.ip-down-div-cta a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: lowercase;
    position: relative;
    z-index: 2;
    text-align: left;
}

.down-div-description {
    margin: 52px 0 68px;
}

.down-div-description p {
    font-size: 18px;
    /*color: #787878;*/
    color: #767676;
    line-height: 30px;
    letter-spacing: 0.43px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 1162px;
}

.dd-img-content-sec-2 canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dd-content-sec-2-col {
    width: calc(51.3% - 25px);
    padding: 0 25px;
}

.dd-content-sec-2-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px 91px;
}

.dd-content-sec-2-checklist {
    display: block;
    position: relative;
    padding-top: 16px;
}

.dd-content-title h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.13px;
    color: #686868;
}

.dd-content-title h2 span {
    color: #abd26a;
    color: #7aa139;
}

.dd-content-list {
    display: block;
    position: relative;
}

.dd-content-list ul {
    position: relative;
}

.dd-content-list ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.96px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dd-content-list i.check-icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 26px;
    margin-right: 9px;
    background: url(../../images/downsizing-division/check-icon.png) no-repeat;
    background-size: contain;
}

.dd-content-list ul li > div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
}

.dd-content-title {
    display: block;
    margin-bottom: 31px;
}

.dd-content-video-imgc canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dd-content-vid-bot a {
    display: block;
    position: relative;
}

.dd-content-vid-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dd-content-video-img {
    position: relative;
}

.dd-content-video-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.30);
    pointer-events: none;
}

.dd-videos-button em.ai-video-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 29px;
    height: 20px;
    background: url(../../images/downsizing-division/video-icon.png) no-repeat;
    background-size: 100% 100%;
    
}

.dd-videos-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(0, 0, 0,.75);
    padding: 6px 10px 6px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 7px;
}

.dd-videos-button span {
    font-size: 17px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font-weight: 600;
}

.dd-content-vid-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}

.dd-content-vid-desc p {
    font-size: 20px;
    line-height: 26px;
    color: #07628e;
    font-weight: 600;
}

.dd-content-vid-desc {
    width: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 786px;
    padding-right: 50px;
}

.dd-content-vid-btn {
    width: 13%;
    padding-top: 9px;
    display: block;
}

.dd-content-vid-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 171px;
    height: 40px;
    background: #07628e;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: lowercase;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.dd-content-sec-3 {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.dd-content-vid-btn a span {
    display: block;
    position: relative;
}

.dd-content-vid-btn a:hover {
    background: #abd26a;
}

.dd-content-vid-btn a span:before {
    position: absolute;
    top: 1px;
    right: -50px;
    width: 45px;
    height: 12px;
    content: '';
    background: url(../../images/downsizing-division/dd-btn-arrow.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.ip-agent-listing-agent-default a {
                        display: block;
                        position: relative;
                    }
                        .ip-agent-listing-agent-default-img {
                            position: relative;
                        }
                        .ip-agent-listing-agent-default-img::after {
                            content: '';
                            display: block;
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            background: url(../../images/agents/agent-gradient.png) repeat-x center bottom / auto 100%;
                        }
                            .ip-agent-listing-agent-default-img canvas {
                                display: block;
                                width: 100%;
                                background-color: #cccccc;
                                background-position: center center;
                                background-repeat: no-repeat;
                                background-size: cover;
                            }
                        .ip-agent-listing-agent-default-txt {
                            position: absolute;
                            width: 100%;
                            bottom: 20px;
                            left: 0;
                            padding: 0 30px;
                            min-height: 74px;
                        }
                        .ip-agent-listing-agent-lg .ip-agent-listing-agent-default-txt {
                            bottom: 22px;
                        }
                            .ip-agent-listing-agent-default-txt strong {
                                display: block;
                                font-size: 29px;
                                font-weight: 600;
                                color: #abd26a;
                                line-height: 1;
                                margin-bottom: 4px;
                            }
                            .ip-agent-listing-agent-lg .ip-agent-listing-agent-default-txt strong {
                                font-size: 34px;
                            }
                            .ip-agent-listing-agent-default-txt span {
                                display: block;
                                font-size: 17px;
                                color: #ffffff;
                                line-height: 1;
                                margin-bottom: 4px;
                            }
                            .ip-agent-listing-agent-lg .ip-agent-listing-agent-default-txt span {

                            }
                .ip-agent-listing-agent-active {
                    position: absolute;
                    width: calc( 100% + 40px );
                    height: auto;
                    top: 50%;
                    left: 50%;
                    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
                            box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
                    opacity: 0;
                    -webkit-transform: scale(0.7) translate(-50%, -50%);
                        -ms-transform: scale(0.7) translate(-50%, -50%);
                            transform: scale(0.7) translate(-50%, -50%);
                    -webkit-transform-origin: 0 0;
                        -ms-transform-origin: 0 0;
                            transform-origin: 0 0;
                    z-index: 2;
                    pointer-events: none;
                    visibility: hidden;
                    -webkit-transition: all 0.35s ease-in-out;
                    -o-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }
                .mobile .ip-agent-listing-agent-active {
                    display: none;
                }
                .ip-agent-listing-agent-holder-inner:hover .ip-agent-listing-agent-active {
                    opacity: 1;
                    -webkit-transform: scale(1) translate(-50%, -50%);
                        -ms-transform: scale(1) translate(-50%, -50%);
                            transform: scale(1) translate(-50%, -50%);
                    pointer-events: auto;
                    visibility: visible;
                }
                    .ip-agent-listing-agent-active a {
                        display: block;
                        position: relative;
                        height: 100%;
                    }
                        .ip-agent-listing-agent-active-img {
                            position: relative;
                            height: 100%;
                        }
                        .ip-agent-listing-agent-active-img::after {
                            content: '';
                            display: block;
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            background: -webkit-gradient(linear, left bottom, left top, from(rgba(97,97,97,0.65)),color-stop(1%, rgba(97,97,97,0.64)),to(rgba(97,97,97,0)));
                            background: -o-linear-gradient(bottom, rgba(97,97,97,0.65) 0%,rgba(97,97,97,0.64) 1%,rgba(97,97,97,0) 100%);
                            background: linear-gradient(to top, rgba(97,97,97,0.65) 0%,rgba(97,97,97,0.64) 1%,rgba(97,97,97,0) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6616161', endColorstr='#00616161',GradientType=0 );
                        }
                            .ip-agent-listing-agent-active-img canvas {
                                display: block;
                                width: 100%;
                                height: 100%;
                                background-color: #cccccc;
                                background-position: center center;
                                background-repeat: no-repeat;
                                background-size: cover;
                            }
                        .ip-agent-listing-agent-active-txt {
                            position: absolute;
                            width: 80.95%;
                            bottom: 0;
                            left: 0;
                            background: #07628e;
                        }
                            .ip-agent-listing-agent-active-txt-details {
                                padding: 40px 32px 32px;
                            }
                                .ip-agent-listing-agent-active-txt-details strong {
                                    display: block;
                                    font-size: 30px;
                                    font-weight: 600;
                                    color: #ffffff;
                                    line-height: 1;
                                    margin-bottom: 3px;
                                }
                                .ip-agent-listing-agent-lg .ip-agent-listing-agent-active-txt-details strong {
                                    font-size: 38px;
                                }
                                .ip-agent-listing-agent-active-txt-details span {
                                    display: block;
                                    font-size: 20px;
                                    color: #ffffff;
                                    line-height: 1;
                                    margin-bottom: 3px;
                                }
                            .ip-agent-listing-agent-active-txt-more {
                                height: 65px;
                                text-align: center;
                                position: relative;
                                overflow: hidden;
                            }
                            .ip-agent-listing-agent-active-txt-more::before {
                                content: '';
                                display: block;
                                position: absolute;
                                width: calc(100% + 1px);
                                height: 100%;
                                z-index: 1;
                                background: #b9e177;
                                background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b9e177),color-stop(42%, #c1e782),color-stop(96%, #abd26a));
                                background: -o-linear-gradient(top, #b9e177 1%,#c1e782 42%,#abd26a 96%);
                                background: linear-gradient(to bottom, #b9e177 1%,#c1e782 42%,#abd26a 96%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#abd26a',GradientType=0 );
                            }
                            .ip-agent-listing-agent-active-txt-more::after {
                                content: '';
                                display: inline-block;
                                vertical-align: middle;
                                width: 0;
                                height: 100%;
                            }
                                .ip-agent-listing-agent-active-txt-more span {
                                    display: inline-block;
                                    vertical-align: middle;
                                    font-size: 24px;
                                    font-weight: 600;
                                    color: #07628e;
                                    line-height: 1;
                                    text-shadow: 0 1px #ffffff;
                                    text-transform: lowercase;
                                    position: relative;
                                    z-index: 2;
                                }

.ip-agent-listing-agent-holder-inner {
    width: 22.5%;
    position: relative;
    padding: 0 13.5px;
}

.dd-agents-main {
    width: calc( (100vw - 1350px) / 2 + 67% );
    margin-left: auto;
    -ms-flex-pack: end;
    position: relative;
    z-index: 2;
    display: inline-flex;
    top: 0;
    bottom: 0; 
    margin-right: calc( (100vw - 1350px) / -2 ); 
} 

.dd-content-sec-4 {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.dd-content-sec-4-bg {
    position: relative;
}

.dd-content-sec-4-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../../images/downsizing-division/dd-agent-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    background-size: 100%;
}

.dd-content-sec-4-bg:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: rgba(255,255,255,.89);
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    z-index: 1;
    pointer-events: none;
}

.dd-form-row {
    display: block;
    position: relative;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.dd-form-col {
    width: calc(50% - 4.5px);
    position: relative;
}

.dd-form-col .submit-btn,
.dd-form-col input { 
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: #353840;
    border-radius: 5px;
    border: 1px solid #004a7f;
    outline: none;
}

.dd-agents-title {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 7%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    position: absolute;
   /* top: 65px;
    left: 7%;
    bottom: 0;
    width: 30%;*/
} 

.dd-agents-title h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1.13px;
    color: #686868;
}

.dd-agents-title h2 span {
    color: #07628e;
    display: block;
    line-height: 62px;
}

.dd-agents-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.dd-section-sec-5 {
    position: relative;
    display: block;
    padding: 50px 0;
}

.dd-section-sec-5:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/downsizing-division/dd-form-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.dd-section-sec-5:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.81);
}

.dd-content-sec-5-bg {
    position: relative;
    z-index: 1;
}

.dd-content-form-desc {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 930px;
    margin: 0 auto 45px;
}

.dd-content-form-desc p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #07628e;
}

.dd-content-form-desc a {
    color: #07628e;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.dd-content-form-desc a:hover {
    color: #abd26a;
}

.dd-content-form-wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 971px;
    margin: 0 auto;
    padding: 53px 0 46px;
    overflow: hidden;
}

.dd-content-form-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/downsizing-division/dd-form-bg-main.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.dd-content-form-main {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
}

.dd-form-col .submit-btn, 
.dd-form-col input#submit {
    background: #b9e177;
    background: -webkit-gradient(linear,  left top, left bottom,  color-stop(1%, #b9e177),color-stop(42%, #c1e782),color-stop(96%, #abd26a));
    background: -o-linear-gradient(top,  #b9e177 1%,#c1e782 42%,#abd26a 96%);
    background: linear-gradient(to bottom,  #b9e177 1%,#c1e782 42%,#abd26a 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e177', endColorstr='#abd26a',GradientType=0 );
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #07628e;
    text-transform: uppercase;
    border: none;
    padding-left: 19px;
    padding-right: 58px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.dd-form-col .submit-btn{
    text-align: center;
    padding: 16px 16px;
    padding-left: 15px;
    padding-right: 44px;
} 

.dd-content-form-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.dd-form-col 
 .dd-form-arrow:hover input#submit {
    color: #fff;
}

.dd-form-arrow:hover:before {
    -webkit-filter: brightness(0)invert(1);
            filter: brightness(0)invert(1);
}

.dd-form-arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dd-form-arrow:before {
    position: absolute;
    content: '';
    right: 5%;
    width: 25px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../../images/downsizing-division/dd-form-arrow.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.dd-content-form-title h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.9px;
    /*color: #fff;*/
    color: #949494;
}

.dd-content-form-title h2 span {
    /*color: #abd26a;*/
    color: #7aa139;
}

.dd-content-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 755px;
}

.dd-content-form-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 98, 142,.90);
}

.dd-content-form-main div.wpcf7-response-output {
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    font-size: 13px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.dd-content-form-main form {
    position: relative;
}

.dd-content-form-main div.wpcf7 .ajax-loader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -18px;
}

.dd-content-video-wrapper {
    display: block;
    position: relative;
    padding-top: 16px;
    /* border-top: 1px solid #c4c4c4; */
}

.dd-content-sec-2-col:nth-of-type(2) {
    width: calc(48.7%  - 25px);
    padding-right: 0;
}

.dd-content-list ul li:not(:last-child) {
    margin-bottom: 31px;
}

.dd-content-vid-btn a:hover span:before {
    background: url(../../images/downsizing-division/dd-btn-arrow-a.png);
}


@media only screen and (max-width: 1440px) {
    .dd-content-sec-2 .custom-container {
        width: 1280px!important;
        max-width: 100%;
    }

    .dd-content-sec-2-wrap {
        margin: 0 auto 90px;
    }
}

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

    .ip-heading::before {
        width: calc( 100% - ((100vw - 1140px)/2) );
    }

     .page-title h1 {
        font-size: 55px;
    }

    .dd-content-title h2 {
        font-size: 40px;
    }

    .dd-agents-title h2 {
        font-size: 40px;
    }

    .dd-agents-main {
        width: calc( (100vw - 1170px) / 2 + 67% );
        margin-right: calc( (100vw - 1170px) / -2 );
    }
}

@media only screen and (max-width: 1280px) {
    .ip-agent-listing-agent-default-txt {
        padding: 0 15px;
        bottom: 15px;
    }

    .ip-agent-listing-agent-active-txt-details {
        padding: 23px 15px;
    }

    .ip-agent-listing-agent-active-txt-details strong {
        font-size: 25px;
    }

    .ip-agent-listing-agent-active-txt-details span {
        font-size: 15px;
    }

    .ip-agent-listing-agent-active-txt-more {
        height: 50px;
    }

    .ip-agent-listing-agent-active-txt-more span {
        font-size: 20px;
    }

    .ip-agent-listing-agent-default-txt span {
        font-size: 15px;
    }

}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    
    .ip-heading::before {
        width: calc( 100% - ((100vw - 940px)/2));
    }


    .ip-down-div-cta {
        padding: 10px 17px 30px 0;
    }

    .page-title h1 {
        font-size: 46px;
    }

    .ip-down-div-cta a {
        min-width: 190px;
    }

    .ip-down-div-cta a span {
        font-size: 20px;
    }

    .down-div-description p {
        font-size: 16px;
    }

    .dd-content-sec-2-col {
        padding: 0 15px;
    }

    .dd-content-title h2 {
        font-size: 35px;
    }

    .dd-content-list ul li {
        font-size: 15px;
    }

    .dd-agents-title {
        left: 0;
    }

    .dd-agents-title h2 {
        font-size: 35px;
        line-height: 1;
    }

    .dd-content-form-desc p {
        font-size: 17px;
    }

    .ip-agent-listing-agent-holder-inner {
        width: 25%;
    }

    .dd-content-vid-desc p {
        font-size: 17px;
    }

    .dd-content-vid-desc {
        padding-right: 30px;
        width: 80%;
    }

    .dd-content-vid-btn {
        width: 20%;
    }

    .ip-agent-listing-agent-default-txt strong {
        font-size: 22px;
    }

    .dd-agents-main {
        width: calc( (100vw - 970px) / 2 + 67% );
        margin-right: calc( (100vw - 970px) / -2 );
    }

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-down-div-cta {
    text-align: center;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    }
    .entry-title {
        margin-bottom: 30px;
    }


    .dd-content-sec-2-wrap {
        display: block;
        margin: 0;
    }

    .dd-content-sec-2-col {
        width: 100%!important;
        padding: 0;
        margin-bottom: 30px;
    }

    .dd-content-video-img canvas {
        display: block;
        width: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .dd-content-vid-desc {
        width: 100%;
        padding: 0;
        text-align: center;
        display: block;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .dd-content-vid-top {
        display: block;
    }

    .dd-content-vid-btn {
        width: 100%;
    }

    .dd-content-vid-btn a {
        margin: 0 auto;
    }

    .dd-content-sec-4-bg:before {
        display: none;
    }

    .dd-agents-container {
        display: block;
    }

    .dd-agents-title {
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        width: 100%;
        top: 0; 
    } 

    .dd-agents-main {
        display: block;
        margin: 0;
    }

    .ip-agent-listing-agent-holder-inner {
        width: 100%;
        margin: 0 auto;
        max-width: 360px;
    }

    .dd-content-sec-4 {
        margin-bottom: 30px;
    }

    .dd-content-form-wrapper {padding: 50px 15px;}

    .dd-form-row {
        display: block;
        text-align: center;
    }

    .dd-form-col {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .dd-form-col:not(:last-child) {
        margin-bottom: 13px;
    }

    .dd-form-col input#submit {
        font-size: 16px;
    }

    .ip-down-div-cta a {
        display: block!important;
        max-width: 215px;
        margin: 0 auto!important;
    }

    .ip-down-div-cta a:not(:last-child) {
        margin-bottom: 14px!important;
    }
    
    .dd-agents-title h2 span {
        line-height: 1;
    }

    .dd-content-video-wrapper {
        padding-top: 60px;
    }

    .page-title {
        margin-bottom: 30px;
    }

    .ip-agent-listing-agent-holder-inner:not(:last-child) {
        margin-bottom: 30px;
    }

    .dd-agents-main {
        width: 100%;
        margin-right: 0;
    } 

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-down-div-cta a{
        border-radius: 10px;
    }

}

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

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-heading::before {
        height: calc( 100% - 123px );
    }

    .dd-form-col input#submit {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 50px;
    }

    .dd-form-col input {
        font-size: 12px;
    }

    .ip-agent-listing-agent-active{
        width: calc( 100% + 5px );
    }

    .dd-content-form-title h2 {
        font-size: 30px;
    }

    .dd-content-form-main div.wpcf7-response-output{
        bottom: -41px;
    }
}

.dd-content-video-img canvas {

    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -229px 0px;

}