#writeform-full {
    display: none;
}

#home_page .BG_slide .tagline {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    #home_page .BG_slide .tagline {
        margin-bottom: 60px;
    }
}

#trusted-content .testimonialvid {
    max-width: 380px;
    margin: 0 auto 12px;
    padding-bottom: 150%;
}

@media (min-width: 768px) {
    #trusted-content .testimonialvid {
        max-width: 420px;
    }
}

@media (min-width: 992px) {
    #trusted-content .testimonialvid {
        max-width: 460px;
    }
}

#trusted-content .testimonialimg .testimonial-quote {
    font-size: 1.2em;
}

#trusted-content .testimonial-caption {
    max-width: 460px;
    margin: 0 auto;
}

#trusted-content .trusted-highlights {
    margin-top: 0;
}

#trusted-content .trusted-highlights h3,
#trusted-content .trusted-point h4,
#trusted-content .trusted-point p {
    display: inline;
    color: #1d1d1d;
    line-height: 1.35;
    padding: 0;
}

#trusted-content .trusted-highlights h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #005cb9;
    border-bottom: 3px solid #005cb9;
    padding-bottom: 4px;
}

#trusted-content .trusted-point {
    margin-bottom: 22px;
    padding: 0 0 0 18px;
    border-left: 3px solid #d9d1ba;
}

#trusted-content .trusted-point h4 {
    display: block;
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 700;
    color: #a03021;
}

/* #trusted-content .trusted-point h4::before {
    content: "\2022";
    color: #005cb9;
    margin-right: 8px;
} */

#trusted-content .trusted-point p {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1200px) {
    #trusted-content .trusted-point h4 {
        font-size: 24px;
    }

    #trusted-content .trusted-point p {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    #trusted-content .trusted-point h4 {
        font-size: 22px;
    }

    #trusted-content .trusted-point p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #trusted-content .trusted-highlights {
        margin-top: 25px;
    }

    #trusted-content .trusted-highlights h3 {
        font-size: 26px;
    }

    #trusted-content .trusted-point h4 {
        font-size: 20px;
    }

    #trusted-content .trusted-point p {
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    #trusted-content .trusted-highlights h3 {
        font-size: 22px;
    }

    #trusted-content .trusted-point h4 {
        font-size: 18px;
    }

    #trusted-content .trusted-point p {
        font-size: 14px;
    }
}

.issueselect {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
}
.issueselect > img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 10px;
    width: 100%;
    height: 100%;
}
