body .elementor-shape {
    display: none !important;
}
.elementor-shortcode #gform_wrapper_47,
.elementor-shortcode #gform_wrapper_50 {
    color: #000;
    padding: 15px 20px;
    background-color: #f6f7f2;
}
@media (min-width: 500px) {
    .elementor-shortcode #gform_wrapper_47,
    .elementor-shortcode #gform_wrapper_50 {
        max-width: 450px;
    }
}

.elementor-shortcode #gform_wrapper_47 p,
#gform_wrapper_47 .ginput_container_address span,
.elementor-shortcode #gform_wrapper_50 p,
#gform_wrapper_50 .ginput_container_address span {
    color: #000 !important;
    flex: 0 0 100%;
}

#gform_wrapper_47,
#gform_wrapper_50 {
    position: relative;
}

#gform_wrapper_47 .gform_footer,
#gform_wrapper_50 .gform_footer {
    position: relative;
    bottom: 0;
}
/*
.rmcad-form_wrapper #field_49_32 {
    position: relative;
    top: 91px;
}

.rmcad-form_wrapper .header-form {
    position: relative;
    bottom: 60px;
}
*/

#gform_wrapper_47 .gform_heading,
#gform_wrapper_50 .gform_heading {
    display: none;
}

#gform_47 .header-form,
#gform_50 .header-form {
    text-align: center;
}
#gform_47 .gf_progressbar_wrapper,
#gform_50 .gf_progressbar_wrapper {
    text-align: center;
}

#gform_47 .gform_page_footer.top_label,
#gform_50 .gform_page_footer.top_label {
    text-align: center;
}

#gform_47 .header-form h4,
#gform_47 .header-form h2,
#gform_50 .header-form h4,
#gform_50 .header-form h2 {
    font-size: 16px;
    color: #3d3834;
    margin-bottom: 1px;
    margin-top: 0;
}

#gform_47 .header-form h2,
#gform_50 .header-form h2 {
    font-size: 24px;
}

#gform_47 #gform_previous_button_47,
#gform_50 #gform_previous_button_47 {
    border: none;
    background-color: transparent;
    color: #707070;
}

#form-field-programSelect {
    font-size: 20px;
}

#gform_47 .gf_progressbar_wrapper,
#gform_50 .gf_progressbar_wrapper {
    position: relative;
    width: 100%;
    top: 70px;
}

#gform_fields_47 .gsection_title,
#gform_fields_50 .gsection_title {
    color: #3d3834;
}

#gform_fields_47 .ginput_container_address span,
#gform_fields_50 .ginput_container_address span {
    flex: 1;
}

#gform_47 .gform-body .gfield_validation_message,
#gform_47 .gform-body .validation_message,
#gform_50 .gform-body .gfield_validation_message,
#gform_50 .gform-body .validation_message {
    margin-top: 5px;
    padding: 5px !important;
    font-size: 12px;
}
/*
#gform_47 #gform_submit_button_47 {
        margin-right: 30%;
}
*/
@media screen and (max-width: 762px) {
    .rmcad-form_wrapper .gform_footer {
        bottom: 190px;
    }

    .elementor-shortcode .rmcad-form_wrapper {
        max-width: 100%;
    }
}

.gform_ajax_spinner {
    position: absolute;
}

/* Tuition table styles */
.tuition-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tuition-table .row {
    display: flex;
    width: 100%;
}

.tuition-table .tuition-table__heading {
    font-weight: bold;
    background-color: #d6dadd;
    margin-bottom: 22px;
    padding: 11px 14px;
}

.tuition-table .cell {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d3834;
    font-weight: 200;
}

.row.tuition-table__body .cell {
    margin-bottom: 7px;
    background: #eff0f0;
}

.tuition-table .title-bold {
    font-weight: bold;
    color: #3d3834;
}

.cell span {
    display: block;
}

.tuition-table .cost-orange {
    background: #ed742f;
    padding: 12px 54px;
    color: #fff;
}

.tuition-table .hide-desktop {
    display: none;
}

@media (max-width: 768px) {
    .tuition-table .row {
        flex-direction: column;
    }

    .tuition-table .hide-desktop {
        display: block;
    }

    .tuition-table .row.tuition-table__heading .cell {
        display: none;
    }

    .tuition-table .row.tuition-table__heading .cell:nth-child(1) {
        display: block;
    }

    .row.tuition-table__body .cell {
        margin-bottom: 0;
    }

    .tuition-table .tuition-table__body {
        margin-bottom: 8px;
    }

    .tuition-table .tuition-table__body .cell:first-child {
        background: #d6dadd;
        color: #3d3834;
        margin-bottom: 5px;
        padding: 0px 0 10px 10px;
    }

    .tuition-table .tuition-table__body .cell {
        justify-content: flex-start;
        padding: 0px 0 10px 10px;
        width: 100%;
    }

    .tuition-table .cell span {
        padding: 5px 0;
    }

    .tuition-table .tuition-table__heading {
        padding: 8px 10px;
    }

    .tuition-table .cell .cost-orange {
        padding: 9px 15px;
    }

    .tuition-table .tuition-table__body .cell {
        display: flex;
        justify-content: space-between;
    }
}

.post-template-default .elementor-widget-container h2,
.post-template-default .elementor-widget-container h3,
.post-template-default .elementor-widget-container h1 {
    color: #3d3834;
}

.post-template-default .elementor-widget-container h2,
.post-template-default .elementor-widget-container h3 {
    text-transform: capitalize;
}

.post-template-default .elementor-widget-container h3 {
    font-size: 21.5px;
}
.post-template-default .elementor-widget-container h2 {
    font-size: 26px;
}

.post-template-default .elementor-widget-container h1 {
    font-size: 50px;
}

.post-template-default
    .elementor-element
    .elementor-widget-container
    h1.elementor-heading-title {
    font-size: 50px;
}

.page .orange-line {
    border-bottom: 1px solid #ed742f;
    font-size: 20px;
    color: #3d3834;
    font-weight: bold;
    margin-top: 24px;
}

/* Existing CSS for desktop */
.tuition-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tuition-table .row {
    display: flex;
    width: 100%;
}

.tuition-table .tuition-table__heading {
    font-weight: bold;
    background-color: #d6dadd;
    margin-bottom: 22px;
    padding: 11px 14px;
}

.tuition-table .cell {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d3834;
    font-weight: 200;
}

.row.tuition-table__body .cell {
    margin-bottom: 7px;
    background: #eff0f0 0% 0% no-repeat padding-box;
}

.tuition-table .title-bold {
    font-weight: bold;
    color: #3d3834;
}

.cell span {
    display: block;
}

.tuition-table .cost-orange {
    background: #ed742f 0% 0% no-repeat padding-box !important;
    padding: 12px 54px;
    color: #fff;
}

.tuition-table .hide-desktop {
    display: none;
}



@media (max-width: 768px) {
    .tuition-table .row {
        flex-direction: column;
    }

    .tuition-table .hide-desktop {
        display: block;
    }

    .tuition-table .row.tuition-table__heading .cell {
        display: none;
    }

    .tuition-table .row.tuition-table__heading .cell:nth-child(1) {
        display: block;
    }

    .row.tuition-table__body .cell {
        margin-bottom: 0;
    }

    .tuition-table .tuition-table__body {
        margin-bottom: 8px;
    }

    .tuition-table .tuition-table__body .cell:first-child {
        background: #d6dadd;
        color: #3d3834;
        margin-bottom: 5px;
        padding: 0px 0 10px 10px;
    }

    .tuition-table .tuition-table__body .cell {
        justify-content: flex-start; /* Align text to the start for better readability on mobile */
        padding: 0px 0 10px 10px;
        width: 100%; /* Ensure each cell takes full width on smaller screens */
    }

    .tuition-table .cell span {
        padding: 5px 0; /* Smaller padding within the cell */
    }

    .tuition-table .tuition-table__heading {
        padding: 8px 10px; /* Smaller padding in heading */
    }

    .tuition-table .cell .cost-orange {
        padding: 9px 15px;
        background: #ed742f 0% 0% no-repeat padding-box !important;
    }

    .tuition-table .tuition-table__body .cell {
        display: flex;
        justify-content: space-between;
    }
}

/* old code */
body table tbody tr:hover > th {
    background-color: transparent;
}

.tuition-comparison {
    background-color: #3d3834;
    color: #ffffff;
    width: 100%;
    padding: 46px 32px 41px;
}

.tuition-comparison table tbody tr:hover > th {
    background-color: transparent;
}
.tuition-comparison .tuition-comparison__table {
    width: 100%;
    border-collapse: initial;
    border-spacing: 0px 30px;
}

.tuition-comparison .tuition-comparison__table .saving-cost {
    background: #ed742f 0% 0% no-repeat padding-box !important;
    padding: 12px;
}

.tuition-comparison__table tbody tr:last-child td {
    background: #ed742f 0% 0% no-repeat padding-box !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tuition-comparison .tuition-comparison__table th,
.tuition-comparison .tuition-comparison__table td {
    padding: 0 10px;
    text-align: center;
}

.tuition-comparison .tbody td {
    display: flex;
    align-items: center;
}

.tuition-comparison .datafooter li {
    margin-bottom: 20px;
}

.tuition-comparison .datafooter ul {
    list-style-type: none !important;
}

.tuition-comparison table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: transparent !important;
}

.tuition-comparison .tuition-comparison__table tr td.cost-orange {
    background: #ed742f 0% 0% no-repeat padding-box !important;
    background-color: #ed742f;
    padding: 12px;
}

.tuition-comparison .tuition-comparison__table .label {
    width: 185px;

    font-weight: bold;
}

.tuition-comparison .tuition-comparison__table,
.tuition-comparison .tuition-comparison__table th,
.tuition-comparison .tuition-comparison__table td {
    border: none;
    vertical-align: middle;
}

.tuition-comparison .tuition-comparison__table .center-content td {
    vertical-align: middle;
}

.tuition-comparison .tuition-comparison__table tbody tr:nth-child(2),
.tuition-comparison .tuition-comparison__table tbody tr:nth-child(3) {
    border: 3px solid #ed742f;
}

.tuition-comparison__table tbody tr:nth-child(2) td,
.tuition-comparison__table tbody tr:nth-child(3) td {
    border-top: 3px solid #ed742f;
    border-bottom: 3px solid #ed742f;
}

.tuition-comparison__table tbody tr:nth-child(2) td:first-child,
.tuition-comparison__table tbody tr:nth-child(3) td:first-child {
    border-left: 3px solid #ed742f;
}

.tuition-comparison__table tbody tr:nth-child(2) td:last-child,
.tuition-comparison__table tbody tr:nth-child(3) td:last-child {
    border-right: 3px solid #ed742f;
}

body .fee-information h3 {
    color: #3d3834;
}

.fee-information {
    color: #3d3834;
    padding: 62px 32px 40px;
    background-color: #fff;
}

.fee-information h3 {
    margin-top: 16px;
}

body .bold {
    font-weight: bold;
}

.tuition-mobile {
    background-color: #3d3834;
    color: #fff;
    padding: 16px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.tuition-mobile .tuition-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tuition-mobile .tuition-block {
    border: 3px solid #ed742f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    width: 100%;
}

.tuition-savings {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 9px;
    align-items: center;
}

.tuition-mobile .savings-block {
    border: 3px solid #ed742f;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    background-color: #ed742f;
    justify-content: space-between;
}

.list-container {
    display: flex;
    margin-bottom: 24px;
}

.save-cost {
    padding: 30px 12px;
}

.tuition-mobile .header {
    border: 3px solid #ed742f;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.tuition-mobile .header h2 {
    font-weight: bold;
    font-size: 18px;
    padding: 7px 0;
    line-height: 26px;
    max-width: 150px;
    margin: 0 auto;
}

.tuition-mobile .tuition-cost {
    padding: 33px 17px;
    background: #ed742f 0% 0% no-repeat padding-box;
}

/* Responsive adjustments for mobile */
@media (min-width: 990px) {
    .tuition-mobile {
        display: none;
    }
}

.post-template-default .elementor-widget-container h2,
.post-template-default .elementor-widget-container h3,
.post-template-default .elementor-widget-container h1 {
    color: #3d3834;
}

#input_24_7_4_container {
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 1024px) {
    .niche-badge img {
        margin: 0 auto !important;
    }
}

.gform_wrapper.gravity-theme#gform_wrapper_47 .gform_fields,
.gform_wrapper.gravity-theme#gform_wrapper_50 .gform_fields {
    grid-row-gap: 7px !important;
}

.gform_wrapper.gravity-theme#gform_wrapper_47 .gfield_label,
.gform_wrapper.gravity-theme#gform_wrapper_50 .gfield_label {
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme#gform_wrapper_47 .gform_footer,
.gform_wrapper.gravity-theme#gform_wrapper_50 .gform_footer {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
}
.programs-new-banner {
    min-height: auto !important;
}
.programs-new-banner .e-con-inner > .e-con-full:nth-child(2) {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
}
.top-menu-item {
    color: #fff !important;
}
.top-menu-item:hover {
    color: #ed742f !important;
    text-decoration: underline;
}
.i-am-menu-bar {
    background: transparent !important;
}
#cmi-mobile-menu {
    width: 100% !important;
    position: absolute !important;
}
#cmi-mobile-menu .fa-caret-right {
    float: none !important;
    margin-left: 5px;
}
#cmi-mobile-menu #main-menu li {
    border-bottom: none !important;
}
.mobile-buttons .elementor-item-anchor {
    display: none !important;
}
#cmi-mobile-menu #main-menu li.mobile-buttons {
    display: flex;
    margin: 20px 0 !important;
    border-top: 1px solid #4e4a47 !important;
    border-bottom: 1px solid #4e4a47 !important;
    gap: 20px;
    padding: 20px 0;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.mobile-buttons a {
    width: auto !important;
    font-size: 14px !important;
    padding: 15px 30px !important;
}

.mobile-buttons .request-info-button {
    background: #ed742f;
    border-radius: 5px;
    border: 3px solid #ed742f;
}
#cmi-mobile-menu li.mobile-buttons a.request-info-button:hover {
    background: #fff !important;
    color: #ed742f !important;
    border: 3px solid #fff;
}

.mobile-buttons .apply-now-button {
    background: transparent;
    border-radius: 5px;
    border: 3px solid #ed742f;
    padding: 15px 40px !important;
}
.mobile-buttons .apply-now-button:hover {
    background: #ed742f;
}
.gform_wrapper.gravity-theme legend {
    margin-bottom: 0 !important;
    height: 30px !important;
}
.quadmenu-navbar-nav li a {
    font-family: "brandon-grotesque", Sans-serif !important;
    font-size: 17px !important;
}
.notification-link:hover {
    color: #fff !important;
}
@media (max-width: 600px) {
.mobile-buttons .apply-now-button {
    background: transparent;
    border-radius: 5px;
    border: 3px solid #ed742f !important;
    background-color:#3D3935 !important; 
    padding: 15px 40px !important;
}
}
@media (max-width: 600px) {
    #notification-bar {
        padding: 0 !important;
    }
}
@media (min-width: 1025px) {
    #quadmenu.quadmenu-custom_theme_1.quadmenu-is-horizontal.js
        .quadmenu-navbar-nav
        > li.quadmenu-item:not(:last-child) {
        margin-right: 55px;
    }
}

/* Redesign styles */

@media (min-width: 1025px) {
    .program-menu-green li:hover > a,
    .program-menu-green li > a.eael-item-active {
        background-color: #799d4b !important;
    }

    .program-menu-animation li:hover > a,
    .program-menu-animation li > a.eael-item-active {
        background-color: #d5432f !important;
    }
    .parents-page-menu li:hover > a,
    .parents-page-menu li > a.eael-item-active {
        background-color: #ed742f !important;
    }

    .program-menu-art-ed li:hover > a,
    .program-menu-art-ed li > a.eael-item-active {
        background-color: #ceb43b !important;
    }
    .program-menu-fashion li:hover > a,
    .program-menu-fashion li > a.eael-item-active {
        background-color: #09956f !important;
    }
    .program-menu-fine-arts li:hover > a,
    .program-menu-fine-arts li > a.eael-item-active {
        background-color: #7e6a90 !important;
    }
    .program-menu-game-art li:hover > a,
    .program-menu-game-art li > a.eael-item-active {
        background-color: #d5432f !important;
    }
    .program-menu-graphic-design li:hover > a,
    .program-menu-graphic-design li > a.eael-item-active {
        background-color: #6ba2b8 !important;
    }
    .program-menu-illustration li:hover > a,
    .program-menu-illustration li > a.eael-item-active {
        background-color: #a3292e !important;
    }
    .program-menu-illustrative-design li:hover > a,
    .program-menu-illustrative-design li > a.eael-item-active {
        background-color: #16315d !important;
    }
    .program-menu-music-prod li:hover > a,
    .program-menu-music-prod li > a.eael-item-active {
        background-color: #e8a010 !important;
    }
    .program-menu-photo li:hover > a,
    .program-menu-photo li > a.eael-item-active {
        background-color: #007277 !important;
    }

    .program-liberal-arts li:hover > a,
    .program-liberal-arts li > a.eael-item-active {
        background-color: #385f83 !important;
    }
    .program-foundations li:hover > a,
    .program-foundations li > a.eael-item-active {
        background-color: #9e4b75 !important;
    }

    .campus-menu li:hover > a,
    .campus-menu li > a.eael-item-active {
        background-color: #ed742f !important;
    }

    #menu-new-program-menu,
    #menu-campus-page-menu,
    #menu-reviews-nav-page-menu,
    #menu-parent-page-menu {
        justify-content: center;
        display: flex;
    }
    #menu-new-program-menu > li a,
    #menu-campus-page-menu > li a,
    #menu-reviews-nav-page-menu > li a,
    #menu-parent-page-menu > li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #menu-new-program-menu .eael-simple-menu-container,
    #menu-campus-page-menu .eael-simple-menu-container,
    #menu-reviews-nav-page-menu .eael-simple-menu-container,
    #menu-parent-page-menu .eael-simple-menu-container {
        min-height: auto;
    }
}

@media (max-width: 1024px) {
    .campus-menu.elementor-element.elementor-element-415a43e
        .eael-simple-menu-container,
    .campus-menu.elementor-element.elementor-element-415a43e
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .campus-menu ul#menu-new-program-menu,
    .campus-menu
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #ed742f !important;
    }

    .parents-page-menu.elementor-element .eael-simple-menu-container,
    .parents-page-menu.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .parents-page-menu ul#menu-new-program-menu,
    .parents-page-menu
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #ed742f !important;
    }

    .campus-menu.elementor-element.elementor-element-415a43e
        .eael-simple-menu-container,
    .campus-menu.elementor-element.elementor-element-415a43e
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .campus-menu ul#menu-new-program-menu,
    .campus-menu
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #ed742f !important;
    }

    .program-menu-animation.elementor-element.elementor-element-415a43e
        .eael-simple-menu-container,
    .program-menu-animation.elementor-element.elementor-element-415a43e
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-animation ul#menu-new-program-menu,
    .program-menu-animation
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #d5432f !important;
    }
    .program-menu-green.elementor-element .eael-simple-menu-container,
    .program-menu-green.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-green ul#menu-new-program-menu,
    .program-menu-green
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #799d4b !important;
    }

    .program-menu-art-ed.elementor-element .eael-simple-menu-container,
    .program-menu-art-ed.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-art-ed ul#menu-new-program-menu,
    .program-menu-art-ed
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #ceb43b !important;
    }

    .program-menu-fine-arts.elementor-element .eael-simple-menu-container,
    .program-menu-fine-arts.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-fine-arts ul#menu-new-program-menu,
    .program-menu-fine-arts
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #7e6a90 !important;
    }

    .program-menu-game-art.elementor-element .eael-simple-menu-container,
    .program-menu-game-art.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-game-art ul#menu-new-program-menu,
    .program-menu-game-art
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #d5432f !important;
    }

    .program-menu-graphic-design.elementor-element .eael-simple-menu-container,
    .program-menu-graphic-design.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-graphic-design ul#menu-new-program-menu,
    .program-menu-graphic-design
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #6ba2b8 !important;
    }

    .program-menu-illustration.elementor-element .eael-simple-menu-container,
    .program-menu-illustration.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-illustration ul#menu-new-program-menu,
    .program-menu-illustration
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #a3292e !important;
    }

    .program-menu-illustrative-design.elementor-element
        .eael-simple-menu-container,
    .program-menu-illustrative-design.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-illustrative-design ul#menu-new-program-menu,
    .program-menu-illustrative-design
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #16315d !important;
    }

    .program-menu-music-prod.elementor-element .eael-simple-menu-container,
    .program-menu-music-prod.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-music-prod ul#menu-new-program-menu,
    .program-menu-music-prod
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #e8a010 !important;
    }

    .program-menu-photo.elementor-element .eael-simple-menu-container,
    .program-menu-photo.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-menu-photo ul#menu-new-program-menu,
    .program-menu-photo
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #007277 !important;
    }

    .program-liberal-arts.elementor-element .eael-simple-menu-container,
    .program-liberal-arts.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-liberal-arts ul#menu-new-program-menu,
    .program-liberal-arts
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #385f83 !important;
    }

    .program-foundations.elementor-element .eael-simple-menu-container,
    .program-foundations.elementor-element
        .eael-simple-menu-container
        .eael-simple-menu-toggle,
    .program-foundations ul#menu-new-program-menu,
    .program-foundations
        .eael-simple-menu-container.preset-1
        .eael-simple-menu
        li:hover
        > a {
        background-color: #9e4b75 !important;
    }
}

/* New Student Work Page */
.student-work-gallery-section
    .eael-filterable-gallery-item-wrap
    .eael-gallery-grid-item
    .gallery-item-thumbnail-wrap
    > img {
    object-fit: contain !important;
}

/* End of New Student Work Page */

/* Responsive adjustments video homepage */
@media (max-width: 990px) {
    .elementor-background-video-container,
    .elementor-background-video-embed {
        max-height: 480px;
    }
}

/* Moved from inline CSS in shortcodes for better performance */
.frontpage-event-feed {
    display: flex;
    flex-wrap: wrap;
}
.frontpage-event-feed > a {
    width: 25%;
}
.frontpage-event-feed > a img {
    aspect-ratio: 16/9;
}
@media only screen and (max-width: 1024px) {
    .frontpage-event-feed > a {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .frontpage-event-feed > a {
        width: 100%;
    }
}


/** Fixes after site optimization **/

.programs-new-banner div:nth-child(2) {
  padding: 0;
}

body #gform_wrapper_47 {
    border-width: 0;
    border-style: solid;
    width: 750px;
    border-width: 0px;
    font-family: inherit;
}

input.gform_button {
	border-color: #ED742F !important;
	

}

input.gform_button:hover {
				border-color: #3d3834 !important;

}
.gform_legacy_markup_wrapper .gfield_required  {
	color: #ED742F !important;
}

.ex-team-col .elementor-column p {
	margin-bottom: 10px !important;
}
@media only screen and (min-width: 600px) {
	
	.ex-team-col .elementor-column p {
		min-height: 54px !important;
	}
}


/* Fix for tuition table on mobile */
.tuition-comparison__wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.tuition-comparison__table {
  min-width: 700px; /* or however wide your table needs to be */
  border-collapse: collapse;
  width: 100%;
}
/* End of fix for tuition table on mobile */


.elementor-25452 .elementor-element.elementor-element-2db1b52b .eael-advance-tabs .eael-tabs-nav>ul li:after
{
	    bottom: -17px !important; 
}
.elementor-25452 .elementor-element.elementor-element-2db1b52b .eael-advance-tabs .eael-tabs-nav>ul li.active {
	    border-bottom: 3px solid #ED742F;
		background:#ED742F !important;
		color: #fff !important
}

.elementor-25452 .elementor-element.elementor-element-2db1b52b .eael-advance-tabs .eael-tabs-nav>ul li:hover {
	     border-bottom: 3px solid #ED742F;
		background:#ED742F !important;
		color: #fff !important

}
.gform_legacy_markup_wrapper div.validation_error {
	color: #ED742F !important;
	border-top: 2px solid #ED742F !important;
    border-bottom: 2px solid #ED742F !important;
}
.gform_legacy_markup_wrapper .gform_validation_errors {
    width: 100%;
    border: 1px solid #ED742F !important;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ED742F !important;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
}
.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
	color: #ED742F !important;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label,
.gform_legacy_markup_wrapper .validation_message{
		color: #ED742F !important;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
	color: #ED742F !important;
}

.gform_wrapper.gravity-theme .gfield_required,
.gform_wrapper.gravity-theme .gform_validation_errors>h2{
	color: #ED742F !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	border: 1.5px solid #ED742F !important;
}


input#gform_next_button_18_64 {
	border: 1px solid #ED742F !important;
}


/* AB TEST EMSDEV-5243 */

.rmcad-ab-test-show {
	display:none !important;
}
/* End of AB TEST EMSDEV-5243 */