.border_color_orange {
    border: 3px solid #E8652B33;
}

/* .screen_width {
    width: 100%;
    display: flex
} */

.noahs_page_builder-modal {
    width: 50%;
}

a {
    color: unset;
    text-decoration: unset;
}

.widget-noahs-column .noahs_page_builder-column--content-inner {
    display: block;
}

.noahs_page_builder-widget .widget-wrapper {
    display: block;
}

#block-ust-theme-footer-menu {
    display: none;
}

.accordion-item .btn-group {
    position: absolute;
}



.stu_glance_adus_bar .stu_glance_adus {
    display: block;
}

.truncate {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 200px; */
    height: 200px;
}

/* .truncate::after {
    content: "......";
    position: absolute;
    right: 0;
    background-color: white;
    padding-left: 10px;
} */

.video-container.youtube-link {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}


.video-container.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.noahs-repeater .item-overlay {
  pointer-events: none;
}

.noahs-repeater .item-overlay .repeater-handle {
  pointer-events: auto; 
}

section img{max-width:100%;}

.block_desc_event_text p {margin-bottom:3px;}

.noahs_page_builder-column-modal .column-box.area_tooltip{display:none;}
.noahs_page_builder-column-modal .column-box.area_tooltip.wd-100{display: flex;}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.ch-popup-list h2{color:#003366;}
.ch-popup-list h3{color:#CB4810;}
.ck-editor__main a{color:#CB4810;}
.ch-popup-list img{max-width:100%;}
.rcs-container.rcs-table{max-width:100%; margin:unset;}