.et_pb_row_5 {
overflow: visible;
}
.et_pb_contact_field[data-id=coverage_type] {
position: relative;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper {
position: unset;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list {
overflow: hidden;
position: absolute;
top: 16px;
width: 97%;
border: solid 1px black;
padding: 5px 0;
background: white;
z-index: 1;
display: none;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list.expanded {
display: block;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list input[type="checkbox"]:checked+label, .et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list input[type="checkbox"]+label:hover {
background-color: #f1f1f1;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list label {
margin: 0 !important;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list label i, 
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list label:active i {
border: none;
background-color: transparent;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list label i::before {
color: #0097d4 !important;
}
.et_pb_contact_field[data-id=coverage_type] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list input[type=checkbox]+label {
width: 100%;
padding-left: 5px;
}
.et_pb_contact_field[data-id=coverage_type] > label {
display: block;
border-bottom: 1px solid #444445;
font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
font-size: 18px;
color: #444445;
padding: 16px 35px 16px 0;
position: relative;
cursor: pointer;
}
.et_pb_contact_field[data-id=coverage_type] > label::after {
position: absolute;
right: 10px;
font-family: "dashicons";
font-size: 20px;
color: #0097d4;
content: "\f347";
}