@font-face {
  font-family: AdjustedArialNarrow;
  src: local("Arial Narrow Bold");
  font-weight: bold;
  size-adjust: 75%;
}
@font-face {
  font-family: AdjustedArial;
  src: local("Arial Bold");
  font-weight: bold;
  size-adjust: 64%;
}
@font-face {
  font-family: FullsizeArialNarrow;
  src: local("Arial Narrow");
}
@font-face {
  font-family: FullsizeArial;
  src: local("Arial");
}
@font-face {
  font-family: "CommonGround_Normal";
  font-display: swap;
  src: url("../fonts/CommonGround_Normal.eot");
  src: url("../fonts/CommonGround_Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/CommonGround_Normal.ttf") format("truetype"), url("https://agoassets.s3.ca-central-1.amazonaws.com/fonts/commonground-new/CommonGround_Normal.svg#CommonGround_Normal") format("svg");
}
@font-face {
  font-family: "CommonGround_Bold";
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/CommonGround_Bold.eot");
  src: url("../fonts/CommonGround_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CommonGround_Bold.woff") format("woff"), url("../fonts/CommonGround_Bold.woff2") format("woff2"), url("../fonts/CommonGround_Bold.ttf") format("truetype"), url("https://agoassets.s3.ca-central-1.amazonaws.com/fonts/commonground-new/CommonGround_Bold.svg#CommonGround_Bold") format("svg");
}
@font-face {
  font-family: "CommonGround_DemiBold";
  font-display: swap;
  src: url("../fonts/CommonGround_DemiBold.eot");
  src: url("../fonts/CommonGround_DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CommonGround_DemiBold.woff") format("woff"), url("../fonts/CommonGround_DemiBold.woff2") format("woff2"), url("../fonts/CommonGround_DemiBold.ttf") format("truetype"), url("../fonts/CommonGround_DemiBold.svg") format("svg");
}
@font-face {
  font-family: "CommonGround_Normal_Italic";
  src: url("../fonts/CommonGround_Normal_Italic.eot");
  src: url("../fonts/CommonGround_Normal_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CommonGround_Normal_Italic.woff") format("woff"), url("../fonts/CommonGround_Normal_Italic.woff2") format("woff2"), url("../fonts/CommonGround_Normal_Italic.ttf") format("truetype"), url("https://agoassets.s3.ca-central-1.amazonaws.com/fonts/commonground-new/CommonGround_Normal_Italic.svg#CommonGround_Normal_Italic") format("svg");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CommonGround_Bold_Italic";
  src: url("../fonts/CommonGround_Bold_Italic.eot");
  src: url("../fonts/CommonGround_Bold_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CommonGround_Bold_Italic.woff") format("woff"), url("../fonts/CommonGround_Bold_Italic.woff2") format("woff2"), url("../fonts/CommonGround_Bold_Italic.ttf") format("truetype"), url("https://agoassets.s3.ca-central-1.amazonaws.com/fonts/commonground-new/CommonGround_Bold_Italic.svg#CommonGround_Bold_Italic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CommonGround_DemiBold_Italic";
  font-display: swap;
  src: url("../fonts/CommonGround_DemiBold_Italic.eot");
  src: url("../fonts/CommonGround_DemiBold_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CommonGround_DemiBold_Italic.woff") format("woff"), url("../fonts/CommonGround_DemiBold_Italic.woff2") format("woff2"), url("../fonts/CommonGround_DemiBold_Italic.ttf") format("truetype"), url("../fonts/CommonGround_DemiBold_Italic.svg") format("svg");
}
/* Updated Responsive breakpoints */
/* Animations */
.ago-card-event__image img {
  -webkit-transition: transform linear 800ms;
  -moz-transition: transform linear 800ms;
  transition: transform linear 800ms;
}
.ago-card-event__image img:hover {
  transform: scale(1.05);
}

/*
* Mobile 1rem = 14px,
* Desktop 1rem = 16px,
* Component is a whole link.
*/
.ago-card-event {
  text-decoration: none;
}
.ago-card-event:hover {
  cursor: pointer;
}
.ago-card-event:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.ago-card-event:hover .arrow-next:before {
  transform: translateX(0);
}
.ago-card-event__image {
  display: block;
  overflow: hidden;
}
.ago-card-event__image img {
  object-fit: cover;
  width: fit-content;
  transform: scale(1);
}
@media (min-width: 64rem) {
  .ago-card-event__image img {
    width: 100%;
  }
}
.ago-card-event__content-wrapper {
  padding-top: 16px;
}
@media (min-width: 48rem) {
  .ago-card-event__content-wrapper {
    padding-top: 32px;
  }
}
.ago-card-event__subtitles {
  font-family: "CommonGround_DemiBold", sans-serif;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 48rem) {
  .ago-card-event__subtitles {
    font-size: 1rem;
    letter-spacing: 0.01rem;
  }
}
.ago-card-event__title h3 {
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: "CommonGround_DemiBold", sans-serif;
}
@media (min-width: 48rem) {
  .ago-card-event__title h3 {
    font-size: 2.25rem;
  }
}
.ago-card-event .arrow-next {
  margin-top: 32px;
  width: 57px;
  height: 10px;
}
.ago-card-event .arrow-next:before {
  content: "";
  background: no-repeat url("../../img/file_icons/arrow-codblack-long.svg");
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: transform linear 500ms;
  -moz-transition: transform linear 500ms;
  transition: transform linear 500ms;
  transform: translateX(-16px);
}

.blackbg .ago-card-event {
  color: #D6D5CF;
}
.blackbg .ago-card-event:hover {
  color: #D6D5CF;
}
.blackbg .arrow-next:before {
  background: no-repeat url("../../img/file_icons/arrow-notepaper-long.svg");
}