<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">small {
    display: block;
    font-style: italic;
    line-height: 12px;
}

.hero-secondary {
    background-color: #ffffff;
    color: var(--proshred-primary-color);
    margin-left: 15px;
}

.hero-secondary:hover {
    background-color: #333333;
    color: #ffffff;
}

.bss_widget_wrapper * {
    box-sizing: border-box;
}

.bss_widget_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}

.bss_widget_col {
    flex: 0 1 200px;
    align-self: flex-start;
    min-width: 200px;
    min-height: auto;
    padding: 10px;
    line-height: 30px;
}

.bss_widget_col + .bss_widget_col {
    flex: 0 1 100%;
}

.bss_widget_col label {
    font-weight: bold;
}

.bss_widget_col select {
    min-width: 250px;
}

.bss_widget_col input {
    width: 100%;
    max-width: 400px;
}

.bss_widget_col textarea {
    width: 100%;
    max-width: 400px;
    height: 200px;
}

.addimg-btn,
.clearimg-btn,
.link-btn {
    margin-top: 10px !important;
    padding: 4px 10px !important;
    height: auto !important;
    line-height: 20px !important;
}

.imgcontainer {
    width: 150px;
    border: 1px solid #cccccc;
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
}

.imgcontainer img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.jqte {
    margin: 5px 0 !important;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
}

.jqte * {
    box-sizing: unset !important;
    vertical-align: top !important;
}

.empty {
    display: none;
}

.sort-titlebar,
.sort-block-row {
    border: 1px solid #cccccc;
}

.sort-titlebar {
    background: #e0e0e0;
    overflow: hidden;
    padding: 5px 15px;
}

.sort-titlebar .sort {
    float: left;
    cursor: move;
}

.sort-titlebar .remove_slide {
    float: right;
}

.sort-titlebar .sort,
.sort-titlebar .remove_slide {
    height: 30px;
    line-height: 30px;
}

.sort-titlebar .sort span,
.sort-titlebar .remove_slide span {
    display: block;
    line-height: 30px;
}

.sort-block-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    margin-bottom: 20px;
}

.sort-block-row .sort-block-left {
    flex: 0 1 300px;
    align-self: auto;
    min-width: 300px;
    min-height: auto;
    padding: 15px;
}

.sort-block-row .sort-block-right {
    flex: 1 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding: 15px;
}

/* Process Styles */
.flex {
    display: flex;
}

/* Styles for the column container */
.column-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 0 63px;
    padding-top: 24px;
}

/* Styles for each column */
.column {
    display: flex;
    align-items: center;
    margin: 40px;
    position: relative;
}

/* Styles for the image container */
.image-container {
    margin-right: 20px; /* Adjust as needed */
    /* You can set a fixed width or use max-width for the image container */
    /* Example: max-width: 200px; */
}

/* Styles for the image inside the image container */
.image-container img {
    max-width: 100%; /* Ensure the image doesn't exceed the container */
    height: auto;
}

.content-container {
    padding: 20px 19px;
}

.content-container p {
    font-size: 15px;
    line-height: 1rem;
}

.content-container h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    margin: 5px 0 10px 0;
}

.content-container img {
    width: 60px;
    margin-bottom: 8px;
}

.content-container .column-h5 {
    width: 75%;
}

.content-container .first-column-h5 {
    width: 60%;
}

.step-image-container img {
    height: 294px;
    min-width: 79px;
    position: absolute;
    bottom: -125px;
    left: -79px;
    border-radius: 0 !important;
}

.column:first-child .step-image-container img {
    min-width: 60px;
    left: -60px;
}

/* Media query for smaller screens */
@media screen and (max-width: 1024px) {
    .column-container {
        flex-direction: column;
        margin: 0px 48px 0 184px;
    }

    .column {
        width: 100%; /* Full width for columns on iPads */
        margin: 65px 0; /* 65px top and bottom margin on iPads */
    }
}

@media screen and (max-width: 600px) {
    .column-container {
        flex-direction: column; /* Stack the columns on smaller screens */
        margin: 0px 56px 0 121px;
    }

    /* Reset the margins and other styles for stacked columns */
    .column {
        margin: 10px 0; /* Adjust as needed */
    }

    .column:first-child {
        padding-top: 20px;
    }

    /* Reset the margin for the vertical line */
    .vertical-line {
        margin: 10px 0; /* Adjust as needed */
    }
}</pre></body></html>