#jsvarsheaderoutput {
    display: grid;
    grid-template-columns: minmax(360px, 2fr) 3fr;
}

@media screen and (max-width: 767px) {
    #jsvarsheaderoutput {
        grid-template-columns: 1fr;
    }
}

#jsvarsheaderoutput.fouc-ready {
    visibility: visible;
}

#jsvarsheaderoutput > div:first-of-type {
    margin-right: 2rem;
}

#jsvarsheaderoutput > div:first-of-type .qmod-hbg {
    background-color: transparent;
    padding: 0;
}

.qmod-quotehead .qmod-head-left,
.qmod-quotehead .qmod-head-right {
    margin: 0;
}

@media screen and (min-width: 767px) {
    [data-qmod-tool="quotehead"] {
        min-height: 90px;
    }
}
.qmod-quotehead .qmod-block-wrapper {
    margin-bottom: 0;
}

.header-summary div {
    font-size: 1.4rem;
    font-family: "Open Sans", "Lucida Grande", "Oxygen", Helvetica, Arial, sans-serif;
    line-height: 2rem;
}

.header-summary [data-qmod-tool="companyprofile"] .qmod-block-wrapper:first-of-type {
    display: block !important;
    margin-bottom: 0;
}

.header-summary [data-qmod-tool="companyprofile"] .qmod-heading.qmod-hbg,
.header-summary [data-qmod-tool="companyprofile"] .qmod-head-left,
.header-summary [data-qmod-tool="companyprofile"] .qmod-label,
.header-summary [data-qmod-tool="companyprofile"] .pure-g ~ .pure-g,
.header-summary [data-qmod-tool="companyprofile"] .qmod-quotehead,
.header-summary [data-qmod-tool="companyprofile"] .qmod-block-wrapper {
    display: none;
}

.header-summary [data-qmod-tool="companyprofile"] .qmod-block-wrapper > .pure-g > div:nth-child(1) {
    display: none;
}

.header-summary [data-qmod-tool="companyprofile"] .qmod-block-wrapper > .pure-g > div:nth-child(2) {
    width: 100%;
}

.header-summary [data-qmod-tool="companyprofile"] .qmod-block-wrapper .qmod-comp-desc {
    font-family: initial;
    font-size: initial;
    line-height: initial;
}
