body {
    direction: rtl;
    text-align: right;
}

.site-nav,
.header-actions,
.utility-inner,
.hero-actions,
.footer-grid,
.section-head,
.quick-card,
.insight,
.profile-line {
    direction: rtl;
}

.dropdown-menu {
    left: auto;
    right: 0;
}

.quick-arrow svg,
.ui-icon {
    transform: scaleX(-1);
}

.hero:after,
.about-hero::before,
.admissions-hero::before {
    right: auto;
    left: -150px;
}

.hero-side-panel {
    right: auto;
    left: 25px;
}

.overlay-copy {
    left: 0;
    right: 0;
}
