ul.ws_quote_content {
	list-style-type: disc;
	margin: 0 0 1em 1em
}
ul.ws_quote_content li {
	margin-bottom: .25em
}
.request-popup-button {
	cursor: pointer;
	transition: background-color .5s
}

input[type="submit"].wpcf7-submit {
    background: #e12324;
}
input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:focus {
    background: #f18591;
}
/* CF7 custom checkbox & radio */
.wpcf7-list-item {
    display: block !important;
    margin: 0 0 .25em !important;
}
.wpcf7-list-item > label {
    display:flex
}
.wpcf7-list-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.wpcf7-list-item-label {
    padding-left: 2rem;
    padding-top: 3px;
    position: relative;
    display: inline-block;
    cursor:pointer;
    line-height: 1.3;
}
.wpcf7 .wpcf7-form-control-wrap[data-name*="acceptance"] .wpcf7-list-item-label {
    font-size:.875rem;
}
.wpcf7 .wpcf7-form-control-wrap[data-name*="acceptance"] .wpcf7-list-item-label a {
    color: #0F1315;
    text-decoration: underline;
}
.wpcf7-list-item label input + span.wpcf7-list-item-label::before,
.wpcf7-list-item input + span.wpcf7-list-item-label::before {
	content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    background-color: #fff;
    pointer-events: none;
    border-radius: 0.125rem;
    border: 1px solid #9d9d9d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7-list-item label input[type=radio] + span.wpcf7-list-item-label::before,
.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label::before {
    border-radius: 50%;
    padding: 1px;
}
.wpcf7-list-item label input:checked + span.wpcf7-list-item-label::before,
.wpcf7-list-item input:checked + span.wpcf7-list-item-label::before {
/*    background-color: var(--brand);*/
    border-color: var(--Brand-Red);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiNlMTIzMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8cGF0aCBkPSJNOSAxNi4xNzJsMTAuNTk0LTEwLjU5NCAxLjQwNiAxLjQwNi0xMiAxMi01LjU3OC01LjU3OCAxLjQwNi0xLjQwNnoiPjwvcGF0aD4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center;
}
.wpcf7-list-item label input.invalid + span.wpcf7-list-item-label::before,
.wpcf7-list-item input.invalid + span.wpcf7-list-item-label::before {
    color: transparent;
	border-color: #F05252;
	background-color: #FDF2F2;
}
.wpcf7-list-item > input.invalid + span.wpcf7-list-item-label::after {
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
/**/
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    color: var(--Brand-Red);
    font-size: .8rem;
    line-height: .9;
    font-weight: normal;
    display: block;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.15rem;
}
.cf7-acceptance span.wpcf7-not-valid-tip {
    bottom: -.875rem;
    width: 100%;
}
.wpcf7-textarea + span.wpcf7-not-valid-tip {
    bottom: -.875rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip {
    bottom: -.875rem;
}
.wpcf7-radio  + span.wpcf7-not-valid-tip {
    bottom: -.875rem;
}