/* Brand */
/* Neutral */
/* Accents */
/* Alert */
/* Tones */
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Oswald:300,400,600,700");
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../vendor/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../vendor/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}

.ff-oswald {
  font-family: "Oswald" !important;
}

.ff-open-sans {
  font-family: "Open Sans" !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../vendor/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
}

/**********************************************************************/
/***** MIXIN *****/
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald";
}

.site-event .sidebar-menu .nav-link {
  background: linear-gradient(-45deg, #8E3AD0, #FF4652);
}

.site-event .sidebar-menu .nav-link.is-active {
  background: #8E3AD0;
}

.site-event .page-sidebar-right {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 350px 10px 0 10px;
}

.pager {
  display: flex;
  justify-content: end;
}

.dropdown-tabs .dropdown-toggle {
  border: none;
  background: #106aa7;
  background: linear-gradient(120deg, #106aa7 0%, #8E3AD0 100%);
  border-radius: 50rem;
}

.dropdown-tabs .dropdown-toggle:hover, .dropdown-tabs .dropdown-toggle:active, .dropdown-tabs .dropdown-toggle:focus {
  opacity: 0.8;
  color: #FFF;
}

.bg-light {
  background-color: rgba(204, 204, 204, 0.5);
}

.js-image-url.background-image {
  background-position: center top;
}

.js-image-url img {
  display: none;
}

.comp--listing .views-exposed-form {
  display: flex;
  margin-bottom: 1rem;
}

.comp--listing .views-exposed-form .form-select {
  margin-right: 5px;
}

.comp--listing .js-form-submit {
  display: none;
}

.comp--listing.with-search-bar .views-exposed-form {
  justify-content: space-between !important;
}

.comp--listing.with-search-bar .views-exposed-form .form-actions.js-form-wrapper {
  display: none;
}

.comp--listing-carousel .card-img-overlay {
  background-color: rgba(21, 28, 85, 0.8);
  top: auto;
  padding: 1rem 1rem 3rem 1rem;
}

.comp--listing-carousel.slick-dotted-left .slick-dots, .comp--listing-carousel.slick-dotted-left .slick-arrow {
  bottom: 10px;
}

.comp--listing-carousel.slick-dotted-left .slick-next {
  right: 10px;
}

.comp--listing-carousel.slick-dotted-left .slick-prev {
  right: 43px;
}

.comp--listing-carousel.slick-dotted-left .slick-dots {
  padding: 0.3rem 0.75rem 0.3rem 1rem;
}

@media (max-width: 767.98px) {
  .carousel--alumni-giving .overlay-type--mid-left-white-box {
    transform: translateY(0);
  }
}

.card--quotes {
  padding-bottom: 180px;
}

.card--quotes .card-img-overlay {
  top: auto;
  background-color: #151C55;
  color: #FFF;
  padding-bottom: 3rem;
}

.section--impact-overview .comp--impact-stats {
  position: relative;
}

.section--impact-overview .comp--impact-stats.border-top {
  border-top-color: #000;
}

.section--impact-overview .comp--impact-stats .lead {
  font-weight: 300;
  font-family: "Oswald";
  font-size: 3rem;
  margin-bottom: 0;
}

.section--impact-overview .comp--impact-stats hr {
  display: none;
}

.section--impact-overview .comp--impact-stats:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  width: 120%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 -20px 20px -20px #333;
  background: transparent;
  opacity: 1;
}

.bg-animated--slow-scroll {
  background-size: 400% 400%;
  animation: bg-animated-gradient 180s linear infinite;
}

.section--homepage-campaigns .link--all-campaigns {
  position: absolute !important;
  top: -47px;
  left: 300px;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .section--homepage-campaigns .link--all-campaigns {
    top: -44px;
    left: 260px;
  }
}

.section--homepage-campaigns .inner-content h2 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.section--homepage-campaigns .inner-content h2 a {
  font-weight: 400;
}

.section--impact-areas .comp--banner {
  overflow: hidden;
}

.section--impact-areas .comp--banner .card-img-overlay {
  top: auto;
  bottom: -100%;
  transition: all 500ms ease-in-out;
  padding-top: 30px;
  padding-bottom: 80px;
  transform: skew(0, 5deg);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.56);
}

.section--impact-areas .comp--banner .card-img-overlay .card-img-overlay-content {
  transform: skew(0, -5deg);
}

.section--impact-areas .comp--banner:hover .card-img-overlay {
  bottom: -50px;
}

.section--impact-areas .col:nth-child(1) .card-img-overlay {
  background-color: #287f3f !important;
  opacity: 1 !important;
}

.section--impact-areas .col:nth-child(2) .card-img-overlay {
  background-color: #3098ad !important;
  opacity: 1 !important;
}

.section--impact-areas .col:nth-child(3) .card-img-overlay {
  background-color: #15505d !important;
  opacity: 1 !important;
}

.section--impact-areas .col:nth-child(4) .card-img-overlay {
  background-color: #939394 !important;
  opacity: 1 !important;
}

.section--impact-areas .col:nth-child(5) .card-img-overlay {
  background-color: #43c0c6 !important;
  opacity: 1 !important;
}

.section--impact-areas .col:nth-child(6) .card-img-overlay {
  background-color: #f1637e !important;
  opacity: 1 !important;
}

.section--latest-stories .col-featured .ratio {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.section--latest-stories .comp--buttons--top-right {
  position: absolute !important;
  top: -50px;
  right: 0;
}

.section--alumni-giving .list-group-item-primary {
  background-color: #8A704C;
}

.section--alumni-giving .list-group-item-primary:hover {
  text-decoration: none;
  background-color: rgba(138, 112, 76, 0.9);
}

.section--quote-carousel .slick-enabled {
  padding-bottom: 0 !important;
}

.section--quote-carousel .bg-blue {
  position: relative;
}

.section--quote-carousel .bg-blue:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .section--quote-carousel .bg-blue:before {
    background-image: url("../img/bg-wave-horizontal.png");
  }
}

.section--quote-carousel .bg-blue .col-carousel {
  position: relative;
  z-index: 3;
}

.section--quote-carousel .bg-blue .col-carousel.col-featured-image {
  z-index: 1;
}

@media (max-width: 991.98px) {
  .section--quote-carousel .bg-blue .col-carousel.col-featured-image .ratio-4x3 {
    --bs-aspect-ratio: 133.33333%;
  }
}

@media (max-width: 767.98px) {
  .section--quote-carousel .slick-list {
    background-color: #151C55;
    padding-bottom: 30px;
  }
}

.section--masthead {
  position: relative;
  padding-bottom: 3rem;
  height: calc(100vh - 80px);
}

.user-logged-in.toolbar-horizontal .section--masthead {
  height: calc(100vh - 80px - 39px);
}

.user-logged-in.toolbar-horizontal.toolbar-tray-open .section--masthead {
  height: calc(100vh - 80px - 39px - 39px);
}

.section--masthead .container {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.section--masthead .container > div {
  width: 100%;
}

.section--masthead.with-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767.98px) {
  .section--masthead.with-overlay:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.section--masthead.with-overlay .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .section--masthead#homepage_masthead .background-video-wrapper {
    left: 25%;
  }
}

@media (max-width: 767.98px) {
  .section--masthead#homepage_masthead .background-video-wrapper {
    left: 0;
  }
}

.section--faq .accordion-button {
  color: #FFF !important;
  background-color: #151C55 !important;
}

.section--faq .accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
}

.section--faq .accordion-button.collapsed {
  color: #151C55 !important;
  background-color: #FFF !important;
}

.section--faq .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2313194d'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
}

.section--where-to-give .comp--banner .card-img-overlay {
  align-items: flex-start !important;
}

.section--where-to-give .comp--banner .card-img-overlay .card-img-overlay-content {
  font-family: "Oswald";
  color: white;
  font-size: 2rem;
  text-shadow: 1px 1px 1px #000;
}

.el-anchor {
  overflow-x: hidden;
}

.el-anchor .container {
  position: relative;
}

.el-anchor .container:before {
  content: '';
  width: 65px;
  height: 65px;
  background-size: cover;
  position: absolute;
}

body.empowering-students .el-anchor .container:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.624' height='65.624' viewBox='0 0 65.624 65.624'%3E%3Cpath id='Path_1286' data-name='Path 1286' d='M67.56,1556.536v-53.923h-11.7v65.624h65.624v-11.7Z' transform='translate(121.483 1568.237) rotate(180)' fill='%23b62940'/%3E%3C/svg%3E%0A");
}

body.creating-knowledge .el-anchor .container:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.625' height='65.625' viewBox='0 0 65.625 65.625'%3E%3Cpath id='Path_1511' data-name='Path 1511' d='M67.56,1556.536v-53.923h-11.7v65.624h65.624v-11.7Z' transform='translate(121.483 1568.238) rotate(180)' fill='%230061af'/%3E%3C/svg%3E%0A");
}

body.enhancing-impact .el-anchor .container:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.625' height='65.625' viewBox='0 0 65.625 65.625'%3E%3Cpath id='Path_1512' data-name='Path 1512' d='M67.56,1556.536v-53.923h-11.7v65.624h65.624v-11.7Z' transform='translate(121.483 1568.238) rotate(180)' fill='%2300877d'/%3E%3C/svg%3E%0A");
}

.el-anchor.el-anchor-top-right .container:before {
  top: -15px;
  right: -15px;
}

body.where-to-give .el-anchor.el-anchor-top-right .container:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.625' height='65.625' viewBox='0 0 65.625 65.625'%3E%3Cpath id='Path_1512' data-name='Path 1512' d='M67.56,1556.536v-53.923h-11.7v65.624h65.624v-11.7Z' transform='translate(121.483 1568.238) rotate(180)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.el-anchor.el-anchor-bottom-left .container:before {
  bottom: -15px;
  left: -15px;
  transform: rotate(-180deg);
}

body.where-to-give .el-anchor.el-anchor-bottom-left .container:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.625' height='65.625' viewBox='0 0 65.625 65.625'%3E%3Cpath id='Path_1512' data-name='Path 1512' d='M67.56,1556.536v-53.923h-11.7v65.624h65.624v-11.7Z' transform='translate(121.483 1568.238) rotate(180)' fill='%23151c55'/%3E%3C/svg%3E%0A");
}

@keyframes bg-animated-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.slick-white .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.4);
}

.slick-white .slick-dots li.slick-active button {
  background-color: #FFF;
}

.slick-white .slick-arrow {
  background-color: #FFF;
}

.slick-white .slick-arrow:hover, .slick-white .slick-arrow:focus, .slick-white .slick-arrow:active {
  background-color: #FFF;
}

.slick-white .slick-arrow.slick-disabled {
  background-color: rgba(255, 255, 255, 0.2);
}

.slick-white .slick-arrow:before {
  color: #151C55;
}

.slick-dots li button {
  height: 3px;
  padding: 3px;
}

.slick-arrow.slick-prev:before {
  content: "\f0d9";
}

.slick-arrow.slick-next:before {
  content: "\f0da";
  margin-left: 4px;
}

@media (max-width: 767.98px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-dotted-within {
  padding-bottom: 0 !important;
}

.slick-dotted-within .slick-dots, .slick-dotted-within .slick-arrow {
  bottom: 10px;
}

.slick-dotted-within .slick-next {
  right: 10px;
}

.slick-dotted-within .slick-prev {
  right: 43px;
}

.slick-dotted-within .slick-dots {
  padding: 0.3rem 0.75rem 0.3rem 1rem;
}

.slick-two-col .slick-dots {
  left: 50%;
}

.ratio-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%)
;
}

.h5--quote {
  font-size: 1.2rem;
}

.h5--quote p {
  line-height: 1.2 !important;
}

@media (max-width: 767.98px) {
  .h5--quote {
    font-size: 1rem;
  }
}

#custom_give_now h2 {
  letter-spacing: 0.3rem;
}

#custom_give_now .dropdown-toggle {
  min-width: 280px;
  position: relative;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
}

#custom_give_now .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
