@charset "UTF-8";
/*Header*/
.topMenuSAE ul li a[target=_blank]::after {
  font-family: "FontAwesome";
  content: "";
  display: inline-block;
  margin-left: 0.4em;
  margin-right: 0.2em;
}

.mainHeader .logoContainer .site_logo_sticky {
  display: none;
  transition: all 300ms ease-in-out;
}
.mainHeader .logoContainer .site_logo {
  transition: all 300ms ease-in-out;
}
.mainHeader .logoContainer.elementor-sticky--effects .site_logo {
  width: 0;
  height: 0;
}
.mainHeader .logoContainer.elementor-sticky--effects .site_logo_sticky {
  display: block;
}
.mainHeader .elementor-widget-maxmegamenu.elementor-sticky--effects #mega-menu-wrap-main {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 764px) {
  .mainHeader .elementor-widget-maxmegamenu.elementor-sticky--effects #mega-menu-wrap-main {
    box-shadow: none;
  }
}

/* home */
.home_slider_sae ul.jet-slick-dots, .partner_home_slider ul.jet-slick-dots {
  justify-content: start;
  margin-top: 20px;
  margin-left: 10px;
}
.home_slider_sae ul.jet-slick-dots li, .partner_home_slider ul.jet-slick-dots li {
  width: 30px;
  height: 16px;
  border-radius: 16px;
  transition: all 300ms ease-in-out;
}
.home_slider_sae ul.jet-slick-dots li.slick-active, .partner_home_slider ul.jet-slick-dots li.slick-active {
  width: 55px;
}
.home_slider_sae .slick-arrow, .partner_home_slider .slick-arrow {
  display: none !important;
}

.partner_home_slider ul.jet-slick-dots li {
  border: 1px solid var(--e-global-color-primary);
}

.hero-play {
  display: none;
}

.cta_quicklinks {
  height: 100px;
  cursor: pointer;
}
.cta_quicklinks .elementor-widget-container {
  align-content: center;
}

.cta_getinvolved {
  overflow: hidden !important;
  cursor: pointer;
  outline: none;
}
.cta_getinvolved .cta_getinvolved_title,
.cta_getinvolved .cta_getinvolved_txt,
.cta_getinvolved .cta_getinvolved_icon {
  transition: all 300ms ease-in-out;
  position: relative;
}
.cta_getinvolved .cta_getinvolved_title {
  bottom: -40px;
}
.cta_getinvolved .cta_getinvolved_txt {
  bottom: -150px;
}
.cta_getinvolved .cta_getinvolved_icon {
  bottom: -70px !important;
}
.cta_getinvolved:hover:before, .cta_getinvolved:focus-within:before {
  background: var(--e-global-color-primary) !important;
  opacity: 1;
}
.cta_getinvolved:hover .cta_getinvolved_title, .cta_getinvolved:focus-within .cta_getinvolved_title {
  bottom: 0;
}
.cta_getinvolved:hover .cta_getinvolved_txt, .cta_getinvolved:focus-within .cta_getinvolved_txt {
  bottom: 0;
}
.cta_getinvolved:hover .cta_getinvolved_icon, .cta_getinvolved:focus-within .cta_getinvolved_icon {
  bottom: 25px !important;
}
.cta_getinvolved.event_item .cta_getinvolved_title {
  bottom: 0px;
}
.cta_getinvolved.event_item .cta_getinvolved_txt {
  bottom: -150px;
}
.cta_getinvolved.event_item .cta_getinvolved_icon {
  bottom: -90px;
}
.cta_getinvolved.event_item:hover .cta_getinvolved_title {
  bottom: 90px;
}

.cta_looking_learnMore p a {
  text-decoration: underline;
}
.cta_looking_learnMore p a span {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.cta_looking_learnMore p a:hover {
  text-decoration: none;
}

/* Internal page custom */
.strategic_commitment .elementor-icon-box-icon {
  margin-inline: unset !important;
}

/* Listing custom */
.list_doc_item li.elementor-icon-list-item a .elementor-icon-list-text {
  text-decoration: underline;
}
.list_doc_item li.elementor-icon-list-item a:hover .elementor-icon-list-text {
  text-decoration: none;
}

.listing_doc_white .list_doc_item li.elementor-icon-list-item a .elementor-icon-list-text, .listing_doc_white .list_doc_item li.elementor-icon-list-item a .elementor-icon-list-icon {
  color: #fff;
}
.listing_doc_white .list_doc_item li.elementor-icon-list-item a .elementor-icon-list-icon svg {
  fill: #fff;
}
.listing_doc_white .wcag_note_doc p.elementor-heading-title {
  color: #fff !important;
}

.listing_rfp li.elementor-icon-list-item a {
  text-decoration: underline;
  color: var(--e-global-color-secondary);
}
.listing_rfp li.elementor-icon-list-item a:hover {
  text-decoration: none;
}
.listing_rfp.white li.elementor-icon-list-item a {
  color: white;
}

/* FAQ */
.faq_accordeon .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
  z-index: 10;
}
.faq_accordeon .e-n-accordion > .e-n-accordion-item > .e-con {
  margin-top: -49px;
  position: relative;
  z-index: 0;
}

/* Common */
.elementor-widget-text-editor p a, .elementor-widget-text-editor li a {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}
.elementor-widget-text-editor p a:hover, .elementor-widget-text-editor li a:hover {
  text-decoration: none;
}
.elementor-widget-text-editor p a[target=_blank]::after, .elementor-widget-text-editor li a[target=_blank]::after {
  font-family: "FontAwesome";
  content: "";
  display: inline-block;
  margin-left: 0.4em;
  margin-right: 0.2em;
}
.elementor-widget-text-editor.link_on_dark p a, .elementor-widget-text-editor.link_on_dark li a {
  color: white;
}

/* table finance */
.expenses_table table th .jet-table__cell-text p {
  line-height: 1em;
  font-weight: 600;
  margin: 0;
}
.expenses_table table th .jet-table__cell-text p:last-child {
  font-size: 10px;
  font-weight: 300;
  margin-top: 3px;
}

/* Form */
.volunteerForm h4 {
  color: #FFF;
  margin: 0;
}
.volunteerForm .elementor-field-type-html {
  margin-bottom: 0 !important;
}

/* Footer */
.icon-rs-footer .elementor-icon.elementor-social-icon {
  padding: 5px 10px;
  width: 45px;
}
.icon-rs-footer .elementor-icon.elementor-social-icon:hover {
  opacity: 1;
}

.footer-link p a, .footer-link li a {
  color: #fff;
  text-decoration: underline;
}
.footer-link p a:hover, .footer-link li a:hover {
  text-decoration: none;
}

.float_call_sae_btn .elementor-button-icon {
  font-size: 40px;
  top: -10px;
  position: relative;
}
.float_call_sae_btn .elementor-button-text {
  position: relative;
  bottom: -8px;
}
.float_call_sae_btn .elementor-button-text:before {
  content: attr(data-text-report);
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2px;
  top: -20px;
  /* background: red; */
  left: 0;
  right: 0;
  display: block;
  height: 10px;
  text-align: left;
  text-transform: capitalize;
}