.single-post .hero-content p {
    font-style: italic;
}

.blogdtl-section {
    padding-bottom: 200px;
    width: 100%;
    display: inline-block;
}

.blog-content :where(p, h1, h2, h3, h4, h5, h6) {
    max-width: 1300px;
}

.blog-content :where(h1, h2, h4, h5, h6, img) {
    margin-bottom: 25px;
}

.blog-content :where(h1, h2, h4, h5, h6):not(:first-child) {
    margin-top: 40px;
}

.blog-content :where(h1, h2, h4, h5, h6) {
    font-size: 32px !important;
}

.blog-content :where(h2 u, h3 u),
.blog-content u:has(a) {
    text-decoration: none;
}

.blog-content :where(h2, h3, center) {
    text-align: left;
}

.bold-text {
    display: block;
}

.blog-content :where(h3),
.services-content h3,
.bold-text {
    color: var(--carolina-blue);
    font-weight: 700;
}

.blog-content :where(h3),
.services-content h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.blog-content>*:last-child,
.cw-points ul li:last-child {
    margin-bottom: 0;
}

.workplace-div:has(.cw-points) {
    row-gap: 20px;
}

.blog-content img {
    float: right;
    margin-left: 25px;
    max-width: 50%;
    clear: both;
}

.blog-content :where(h2, p):has(img, iframe),
.page-template-default .blog-content :where(p, h1, h2, h3, h4, h5, h6),
.cost-page .blog-content :where(p, h1, h2, h3, h4, h5, h6) {
    max-width: 100%;
}

iframe:not(.giphy-embed) {
    width: 820px;
}

.divide-lists:not(.simple-sitemap-container ul, .better-section ul) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.blog-content form li {
    padding: 0 !important;
    margin: 0;
}

.blog-content form li::before,
.mapcomm_listype li::before,
.mapcomm_exhibit li::before {
    display: none;
}

.mapcomm_listype li,
.mapcomm_exhibit li {
    padding-left: 0;
}

main ul.mapcomm_listype li ul {
    list-style-type: none;
}

.blog-content p:empty,
.blog-content label.zf-labelName:empty,
.blog-content li:empty {
    display: none;
}

.blog-content .zf-nameWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.blog-content .zf-nameWrapper span {
    width: 48%;
}

.blog-content .zf-tempFrmWrapper,
.blog-content .zf-termsMsg {
    margin-bottom: 30px;
}

.blog-content .zf-nameWrapper span:nth-child(2) {
    margin-left: 4%;
}

.blog-content label.zf-labelName {
    padding-bottom: 10px;
    display: block;
}

.blog-content em.zf-important,
.blog-content .zf-errorMessage {
    color: #ff0000 !important;
}

.blog-content .zf-nameWrapper span label {
    padding-top: 8px;
    font-size: 18px;
}

.blog-content .zf-termsMsg a:hover {
    color: var(--reddish-orange) !important;
}

.blog-content span.zf-multiAttType,
.blog-content .zf-termsAccept {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-content span.zf-multiAttType:not(:last-child) {
    margin-right: 20px;
}

.workplace-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.blog-content>*:not(:last-child) {
    margin-bottom: 25px;
}

.page-template-default .blog-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    float: none;
}

.mapcomm_ul {
    margin-left: 16px !important;
}

.entry-content ol,
.entry-content ul {
    margin-left: 35px;
}

.mapcomm_exhibit li {
    margin-left: 40px !important;
}

ul.mapcomm_exhibit {
    list-style: disc;
}

.snippet-image img {
    margin: 0 !important;
}

.snippet-image img,
.snippet-data-img img {
    float: none;
    max-width: 100%;
}

.snippet-data-img img {
    margin-left: 0;
}

.blog-content a {
    word-break: break-word;
    word-wrap: normal;
}

.gform_legacy_markup_wrapper form {
    margin: unset !important;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    font-size: 16px !important;
}

.service-row-one {
    position: relative;
    padding-top: 20px;
}

.services-btns {
    margin: 10px 25px 0 0;
}

.service-img {
    width: 470px;
    height: 470px;
}

.new-service-sec .blog-content {
    padding-top: 100px;
}

.customer-support-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0;
}

.thanks-space .hero-content {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .gform_legacy_markup_wrapper textarea {
        min-height: 224px;
    }
}

@media (min-width: 992px) {
    /* .blog-content table:not(.table-responsive table, table.table) {
        width: 524px;
    } */

    .blog-content form {
        width: clamp(47%, 100%, 400px);
    }

    .page-template-default .blog-content img {
        width: auto;
    }

    .blog-content .gform_wrapper {
        float: left;
        width: clamp(47%, 100%, 400px);
    }

    .blog-content .gform_wrapper form {
        width: 100%;
    }
}

@media (max-width: 1799px) {
    .blog-content :where(h1, h2, h4, h5, h6):not(:first-child) {
        margin-top: 30px;
    }

    .blog-content :where(h1, h2, h4, h5, h6) {
        font-size: 28px !important;
    }

    .service-img {
        width: 400px;
        height: 400px;
    }

}

@media (max-width: 1499px) {
    .blog-content :where(h1, h2, h4, h5, h6):not(:first-child) {
        margin-top: 25px;
    }

    .blog-content :where(h1, h2, h4, h5, h6) {
        font-size: 26px !important;
    }

    .blog-content :where(h3),
    .services-content h3 {
        font-size: 18px;
    }

    .blog-content .zf-nameWrapper span label {
        font-size: 16px;
    }

    .service-img {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .divide-lists:not(.simple-sitemap-container ul, .better-section ul) {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .blogdtl-section {
        padding-bottom: 150px;
    }

    .service-end-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .services-content {
        margin-top: 40px;
    }

    .service-row-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .services-btns {
        margin: 50px 0 0 0;
    }
}

@media (max-width: 991px) {

    .blog-content :where(h1, h2, h4, h5, h6),
    .blog-content :where(h3),
    .blog-content>*:not(:last-child) {
        margin-bottom: 20px;
    }

    /* .blog-content :where(h1, h2, h4, h5, h6):not(:first-child) {
        margin-top: 0;
    } */

    .blog-content img {
        float: none;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .blog-content :where(h1, h2, h4, h5, h6) {
        font-size: 22px !important;
    }

    .divide-lists:not(.simple-sitemap-container ul, .better-section ul) {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .new-service-sec .blog-content {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .blogdtl-section {
        background-image: none !important;
        padding-bottom: 180px;
    }

    .bold-text,
    .blog-content :where(h3),
    .services-content h3 {
        color: var(--black);
        font-weight: 500;
        font-style: italic;
    }

    .blog-content :where(h1, h2, h4, h5, h6) {
        font-weight: 700;
        font-size: 16px !important;
    }

    .blog-content :where(h3),
    .services-content h3 {
        font-size: 16px;
    }

    .blog-content img {
        margin-bottom: 30px;
    }

    .blog-content img:not(:first-child) {
        margin-top: 10px;
    }

    .blog-content table:not(.table-responsive table, table.table),
    .blog-content tbody:not(.table-responsive tbody, table.table tbody),
    .blog-content tr:not(.table-responsive tr, table.table tr),
    .blog-content td:not(.table-responsive td, table.table td) {
        display: block;
        width: 100%;
    }

    .divide-lists:not(.simple-sitemap-container ul, .better-section ul) {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }

    .blog-content .zf-nameWrapper span label {
        font-size: 14px;
    }

    .blog-content .zf-tempFrmWrapper,
    .blog-content .zf-termsMsg {
        margin-bottom: 20px;
    }

    .blog-content .zf-nameWrapper span {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-content .zf-nameWrapper span:nth-child(2) {
        margin: 0;
    }

    .blog-content .zf-nameWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-row-one {
        padding-top: 50px;
    }

    .services-btns {
        margin: 25px 0 0 0;
    }

    .service-img {
        width: 260px;
        height: 260px;
    }

    .blogdtl-section .form-control::-webkit-input-placeholder,
    .blogdtl-section .gform_wrapper input::-webkit-input-placeholder,
    .blogdtl-section .gform_wrapper textarea::-webkit-input-placeholder {
        color: var(--white);
    }

    .blogdtl-section .form-control::-moz-placeholder,
    .blogdtl-section .gform_wrapper input::-webkit-input-placeholder,
    .blogdtl-section .gform_wrapper textarea::-webkit-input-placeholder {
        color: var(--white);
    }

    .blogdtl-section .form-control:-ms-input-placeholder,
    .blogdtl-section .gform_wrapper input::-webkit-input-placeholder,
    .blogdtl-section .gform_wrapper textarea::-webkit-input-placeholder {
        color: var(--white);
    }

    .thanks-space .hero-content {
        padding-bottom: 10px;
    }
}