@charset "UTF-8";
/* Initial Setup */
html, body {
  max-width: 100vw !important;
}

body {
  overflow-x: hidden !important;
}

a, a:visited, a:focus, a:hover {
  text-decoration: none;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none;
  outline: none;
  background: white url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* Variables */
#wpadminbar {
  z-index: 9999999999 !important;
}

@media only screen and (max-width: 1025px) {
  .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .equal-height-content {
    height: 100%;
    display: flex;
  }
}
/* Horizontal Padding on Mid-Sized Laptops */
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .elementor-top-section:not(.elementor-section-full_width) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

span.underline {
  color: #AB2328;
  border-bottom: 4px solid #DBAA4D;
}

.underline:not(span) h2 {
  border-bottom: 4px solid #DBAA4D;
}

/* V Cloak */
[v-cloak] {
  display: none !important;
}

/* Header */
.elementor-location-header {
  position: sticky !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

/* Line After Heading */
.line-after h1, .line-after h2, .line-after h3, .line-after h4, .line-after h5, .line-after h6 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.line-after h1:after, .line-after h2:after, .line-after h3:after, .line-after h4:after, .line-after h5:after, .line-after h6:after {
  margin-left: 60px;
  display: inline-block;
  content: " ";
  background-image: url("../images/divider.svg");
  height: 13px;
  width: 1200px;
  background-repeat: repeat-x;
}

/* Accordions */
.elementor-tab-title {
  border-bottom: 1px solid #707070;
}

/* Crisis Line Toggle */
#crisis-line {
  width: 180px;
  box-shadow: rgba(255, 255, 255, 0.01) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.02) 0px 50px 100px -20px, rgba(0, 0, 0, 0.03) 0px 30px 60px -30px;
}
#crisis-line .crisis-line__button {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #263F53;
  padding: 8px 0;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  transform: translateY(-80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #crisis-line .crisis-line__button {
    transform: translateY(-42px);
  }
}
#crisis-line .crisis-line__button svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  transition: 0.5s ease;
}
#crisis-line .crisis-line__button:hover {
  background-color: #2f4a65;
}
#crisis-line .crisis-line__image {
  background-color: white;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-80px) translateZ(0);
  border-top: 2px solid white;
  box-sizing: content-box;
  transform-origin: top center;
}
@media only screen and (max-width: 767px) {
  #crisis-line .crisis-line__image {
    transform: translateY(-42px) translateZ(0);
  }
}
#crisis-line .crisis-line__image img {
  width: 160px;
  opacity: 0;
  transition: 0.5s ease;
}
#crisis-line:hover .crisis-line__button {
  transition-delay: 0.1s;
  transform: translateY(-2px);
}
#crisis-line:hover .crisis-line__button svg {
  transition-delay: 0.2s;
  transform: rotate(180deg);
}
#crisis-line:hover .crisis-line__image {
  transition-delay: 0.1s;
  transform: translateY(-2px) translateZ(0);
  height: 80px;
}
#crisis-line:hover .crisis-line__image img {
  opacity: 100;
  transition-delay: 0.2s;
}

/* Hero Video */
#hero-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1025px) {
  #hero-video {
    height: auto;
  }
}
#hero-video #hero-video-embed {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -99;
  transition: all 0.3s ease;
}
@media (min-aspect-ratio: 16/9) {
  #hero-video #hero-video-embed {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #hero-video #hero-video-embed {
    width: 300%;
    max-width: 300%;
    left: -100%;
    transform: scale(1.2);
  }
}
#hero-video .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(#CECECE, #1F1F1F 70%);
  mix-blend-mode: multiply;
  transition: all 0.5s ease;
  opacity: 0.7;
}
#hero-video .hero-content {
  width: 100%;
  position: absolute;
  bottom: 40px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1025px) {
  #hero-video .hero-content {
    position: relative;
    bottom: unset;
  }
}
#hero-video .hero-video__close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 1025px) {
  #hero-video .hero-video__close {
    top: 30px;
    right: 30px;
  }
}
#hero-video .hero-video__play {
  cursor: pointer;
}
@media (max-aspect-ratio: 16/9) {
  #hero-video.video--playing {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #hero-video.video--playing #hero-video-embed {
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: scale(1);
  }
}
#hero-video.video--playing .hero-overlay {
  opacity: 0;
}
#hero-video.video--playing .hero-video__close {
  display: block;
}
#hero-video.video--playing .hero-content {
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px);
}

/* Vertical Tabs */
.elementor-tabs-view-vertical .elementor-tab-title:not(.elementor-tab-mobile-title) {
  padding: 15px 0 !important;
  display: flex;
  max-width: 80%;
}
.elementor-tabs-view-vertical .elementor-tab-title:not(.elementor-tab-mobile-title) i {
  display: block;
}
.elementor-tabs-view-vertical .elementor-tab-title:not(.elementor-tab-mobile-title) i:before {
  content: "";
  width: 50px;
  height: 15px;
  background-image: url("../images/arrow-button.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
  transition: all 0.1s ease;
}
.elementor-tabs-view-vertical .elementor-tab-title:not(.elementor-tab-mobile-title):not(.elementor-active) i:before {
  background-image: url("../images/arrow-button-disabled.svg");
  opacity: 0.5;
}
.elementor-tabs-view-vertical.content-light .elementor-tab-title:not(.elementor-tab-mobile-title) i:before {
  background-image: url("../images/arrow-button-light.svg");
}
.elementor-tabs-view-vertical.content-light .elementor-tab-title:not(.elementor-tab-mobile-title):not(.elementor-active) i:before {
  background-image: url("../images/arrow-button-light-disabled.svg");
}
.elementor-tabs-view-vertical .elementor-tab-content {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .elementor-tabs-view-vertical .elementor-tab-content {
    padding-bottom: 60px !important;
  }
}

/* Horizontal Tabs */
.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  border-bottom: 2px solid #DBAA4D !important;
}
@media only screen and (max-width: 767px) {
  .elementor-tabs-view-horizontal .elementor-tab-content.elementor-active {
    padding: 0 !important;
  }
  .elementor-tabs-view-horizontal .elementor-tab-mobile-title {
    font-weight: bold !important;
  }
}

/* All Tabs - Mobile Accordion */
@media only screen and (max-width: 767px) {
  .elementor-widget-tabs .elementor-tab-mobile-title {
    font-weight: bold !important;
    color: var(--e-global-color-primary) !important;
    padding-top: 20px !important;
  }
  .elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active) {
    border-bottom: 1px solid #e6e6e6 !important;
    padding: 20px 0 !important;
  }
  .elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active):after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    padding-left: 10px;
  }
  .elementor-widget-tabs.content-light .elementor-tab-mobile-title {
    color: white !important;
  }
}

/* Arrow Buttons */
@media only screen and (max-width: 767px) {
  .arrow-button a {
    font-weight: bold !important;
  }
}
.arrow-button a:after {
  content: "";
  width: 50px;
  height: 15px;
  background-image: url("../images/arrow-button.svg");
  display: inline-block;
  margin-left: 30px;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1025px) {
  .arrow-button a:after {
    width: 30px;
    height: 10px;
    margin-left: 15px;
  }
}
.arrow-button a:hover {
  color: #AB2328 !important;
}
.arrow-button a:hover:after {
  transform: translateX(10px);
}

/* Content Light */
.content-light .arrow-button a {
  color: white !important;
}
.content-light .arrow-button a:after {
  background-image: url("../images/arrow-button-light.svg");
}
.content-light .arrow-button a:hover {
  color: #DBAA4D !important;
}

/* Donate Boxes (Ways to Give) */
.donate-box {
  transition: all 0.3s ease;
}
.donate-box:hover {
  transform: translateY(-10px);
}
.donate-box * {
  cursor: pointer;
}

/* Homepage Slider */
.elementor-widget-posts .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active) {
  transform: translateX(-130px) scale(0.8);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  z-index: 0;
  opacity: 0 !important;
}
.elementor-widget-posts .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1 !important;
}
.elementor-widget-posts .swiper-slide {
  transition: all 0.5s ease !important;
  transform: scale(0.9) translateX(-50px);
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.elementor-widget-posts .swiper-slide .elementor-container, .elementor-widget-posts .swiper-slide .elementor-background-overlay {
  opacity: 0 !important;
  transition: all 0.5s ease !important;
}
.elementor-widget-posts .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.elementor-widget-posts .swiper-slide.swiper-slide-active .elementor-container {
  opacity: 1 !important;
}
.elementor-widget-posts .swiper-slide.swiper-slide-active .elementor-background-overlay {
  opacity: 0.5 !important;
}
.elementor-widget-posts .swiper-slide:hover .elementor-container {
  opacity: 1 !important;
}
.elementor-widget-posts .swiper-slide:hover .elementor-background-overlay {
  opacity: 0.5 !important;
}
.elementor-widget-posts .swiper-container {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  display: block !important;
  position: relative !important;
}
@media only screen and (min-width: 1532px) {
  .elementor-widget-posts .swiper-container {
    transform: scale(1.2) !important;
    left: 100px !important;
  }
}
.elementor-widget-posts .swiper-pagination-bullet-active {
  background-color: var(--e-global-color-secondary) !important;
}

/* Category Pills */
.category-pills {
  color: white;
}
.category-pills a {
  display: inline-block !important;
  padding: 8px 14px;
  background-color: var(--e-global-color-secondary);
  color: white !important;
  font-weight: bold;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .category-pills a {
    margin-bottom: 10px;
  }
}
.category-pills a:hover {
  background-color: #263F53;
}

/* Leadership Dropdowns */
.leadership-bios .elementor-toggle-title span {
  color: #DBAA4D !important;
  position: absolute;
  left: 315px;
  font-family: "Judson", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .leadership-bios .elementor-toggle-title span {
    left: 0;
    right: unset;
    text-align: right;
    font-size: 16px;
    padding-top: 20px;
  }
}

/* Overflowing Anchors */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  pointer-events: none !important;
  z-index: -1 !important;
}

body:not(.elementor-editor-active) .elementor-menu-anchor {
  pointer-events: none !important;
  z-index: -1 !important;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
  visibility: hidden;
  pointer-events: none !important;
  z-index: -1 !important;
}

@media only screen and (max-width: 767px) {
  .elementor-tab-mobile-title {
    padding-left: 0 !important;
  }
  .elementor-tab-mobile-title.elementor-active {
    font-weight: bold !important;
  }
}
/* Category Grid */
.elementor-widget-wp-widget-categories h5 {
  display: none !important;
}
.elementor-widget-wp-widget-categories ul {
  list-style-type: none !important;
  display: flex;
  padding: 0 !important;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.elementor-widget-wp-widget-categories ul .cat-item {
  display: block;
  margin: 10px;
  background-color: #263f53;
  border-radius: 30px;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.elementor-widget-wp-widget-categories ul .cat-item:hover {
  background-color: #DBAA4D;
}
.elementor-widget-wp-widget-categories ul .cat-item a {
  color: white !important;
}

/* Gold Hover State for Heading Links */
.hover-gold a, .hover-gold h4 {
  transition: color 0.3s ease;
}
.hover-gold a:hover, .hover-gold h4:hover {
  color: #DBAA4D !important;
}

/* Fix Form Overflow */
footer .elementor-form {
  overflow-x: hidden !important;
}

/* Scaling Fix for Leadership Bios */
@media only screen and (max-width: 767px) {
  .leadership-bios .elementor-toggle-title {
    font-size: 16px !important;
  }
}

/* Research Category Links */
ul.research-categories {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.research-categories li a {
  display: block;
  padding: 7px 17px;
  color: white !important;
  border-radius: 25px;
  transition: all 0.3s ease;
  background-color: #263f53 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "Proxima Nova", sans-serif;
  margin-right: 15px;
  margin-bottom: 15px;
}
ul.research-categories li a:hover {
  background-color: #DBAA4D !important;
}

/*# sourceMappingURL=custom.css.map */
