.elementor-11084 .elementor-element.elementor-element-31054a1{--display:flex;}.elementor-11084 .elementor-element.elementor-element-0e85d33{--display:flex;--border-radius:10px 10px 10px 10px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-11084 .elementor-element.elementor-element-0e85d33:not(.elementor-motion-effects-element-type-background), .elementor-11084 .elementor-element.elementor-element-0e85d33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://readysetcareer.org/wp-content/uploads/sites/3/2024/11/featured_image_it-1.png");background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11084 .elementor-element.elementor-element-0384384 > .elementor-widget-container{padding:24px 24px 24px 24px;}.elementor-11084 .elementor-element.elementor-element-0384384{font-family:"Roboto Condensed", Sans-serif;font-weight:400;}.elementor-11084 .elementor-element.elementor-element-95dacce{font-family:"Roboto Condensed", Sans-serif;font-weight:400;color:#001D6C;}.elementor-11084 .elementor-element.elementor-element-3244f70{color:#001D6C;}.elementor-11084 .elementor-element.elementor-element-0fce422{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-11084 .elementor-element.elementor-element-47c2724 .elementor-button{background-color:#fcb404;}/* Start custom CSS for text-editor, class: .elementor-element-3244f70 */.programlist {
    list-style-type: none; /* Removes bullet points */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}
.programlist li {
    padding: 10px 0; /* Adds padding to top and bottom of each list item */
    position: relative; /* Allows positioning of the background image */
}
.programlist li a {
    text-decoration: none; /* Removes underline from links */
    color: #000; /* Sets link text color (adjust as needed) */
    display: inline-block; /* Ensures the link is block-level for background positioning */
    padding-right: 40px; /* Adds space for the background image */
}
.programlist li a::after {
    content: ""; /* Adds an empty element */
    background-image: url('https://readysetcareer.org/wp-content/uploads/sites/3/2024/11/button.png');
    background-size: contain; /* Ensures the image scales properly */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width:30px; /* Adjust width based on image size */
    height: 30px; /* Adjust height based on image size */
    position: absolute; /* Positions the image relative to the parent */
    right: 0; /* Aligns the image to the right */
    top: 50%; /* Centers the image vertically */
    transform: translateY(-50%); /* Adjusts centering for uneven heights */
}/* End custom CSS */