.elementor-3743 .elementor-element.elementor-element-f0f3a50{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3743 .elementor-element.elementor-element-afcc24c{--display:flex;--min-height:90vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5%;--padding-bottom:5%;--padding-left:10%;--padding-right:10%;}.elementor-3743 .elementor-element.elementor-element-afcc24c:not(.elementor-motion-effects-element-type-background), .elementor-3743 .elementor-element.elementor-element-afcc24c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );background-image:url("https://crscsafetyconference.com/wp-content/uploads/2025/03/Baltimore-Skyline.png");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-3743 .elementor-element.elementor-element-95d111e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-3743 .elementor-element.elementor-element-95d111e:not(.elementor-motion-effects-element-type-background), .elementor-3743 .elementor-element.elementor-element-95d111e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFF2;}.elementor-3743 .elementor-element.elementor-element-9f36994 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-3743 .elementor-element.elementor-element-afcc24c:not(.elementor-motion-effects-element-type-background), .elementor-3743 .elementor-element.elementor-element-afcc24c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-3743 .elementor-element.elementor-element-afcc24c{--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}}@media(max-width:767px){.elementor-3743 .elementor-element.elementor-element-afcc24c{--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}}/* Start custom CSS *//*Changes the stars to CRSC Green*/
div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg, div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg {
    fill: #43b02a !important;
}

/*Changes the hover background color for tables*/
tbody tr:hover {
    background-color: #007c9c0D !important;
}

/*Removes the WP margins from the top & bottom*/
.wpforms-container-full {
    margin: 0 !important;
}

/*Changes form headers to Roboto Slab*/
.wpforms-container h3 {
    font-family: "Roboto Slab", serif;
    color: #007c9c !important;
}

/*Removes the top margin from "Overall Experience"*/
#wpforms-7435-field_38 {
    margin-top: 0;
    padding-top: 0;
}

/*Changes to mobile view*/
@media only screen and (max-width: 600px) {
    .wpforms-container h3 {
        font-size: 1.5em !important;
}
    /*Changes font size and family for bullet labels*/
    th {
        font-family: "Roboto Slab", serif;
        font-size: 1.1em !important;
        line-height: 1.4 !important;
    }
    /*Makes the time and descriptions slightly larger*/
    .wpforms-field-description {
        font-size: 1em !important;
        line-height: 1.25em !important;
    }
    /*Changes the size and weight of questions*/
    .wpforms-field-label {
        font-weight: 400 !important;
        font-size: 1.2em !important;
        line-height: 1.4em !important;
    }
    /*Changes the font size & color for radio button responses*/
    .wpforms-field-label-inline {
        font-size: 1.1em !important;
        color: #007c9c !important;
    }
    .wpforms-field-label-inline i {
        color: #000;
    }
}


/* Changes the format of the confirmation message*/
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: none !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full {
    margin: 0 !important;
    padding: 0 !important;
}
.wpforms-confirmation-container-full p {
    font-family: "Roboto Slab", serif;
    font-size: 1.5em;
    line-height: 1.5em;
}/* End custom CSS */