:root {
  --primary-color: #218A3D;
  --secondary-color: #00205B;
  --medium-blue: #142e42;
  --dark-blue: #0E2638;
  --blue: #004E7D;
  --green: #218A3D;
  --white: #ffffff;
  --black: #000000;
  --gray: #f8fafc;
  --transition: all 0.6s;
  --border: 1px solid var(--white);
  --border-radius: 10px 10px 0 10px;
}

.hero__banner {
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  position: relative;
}
.hero__banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.hero__banner .acr__breadcrumbs {
  position: relative;
  padding: 15px 0;
}
.hero__banner .acr__breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.hero__banner .acr__breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
}
.hero__banner .acr__breadcrumbs ul li:not(:last-child)::after {
  display: inline-block;
  content: "";
  margin: 0 0.2em;
  background: url("../images/download-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  color: var(--white);
}
.hero__banner .acr__breadcrumbs ul li a {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
}
.hero__banner .acr__breadcrumbs ul li:not(:last-child) a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero__banner {
    padding-top: 120px;
  }
}
.acr__single-resources {
  padding: 100px 0 119px;
}
.acr__single-resources .row:not(:first-child) {
  margin-top: 30px;
}
.acr__single-resources .acr__resources-top {
  margin-bottom: 60px;
}
.acr__single-resources .acr__resources-top .acr__single-resources-tag {
  font-size: 14px;
  font-weight: 700;
  color: var(--medium-blue);
  margin-bottom: 21px;
  text-transform: uppercase;
}
.acr__single-resources .acr__resources-top .acr__single-resources-heading {
  margin-bottom: 32px;
}
.acr__single-resources .acr__resources-top .acr__single-resources-img {
  position: relative;
  width: 100%;
  padding-top: 61.7%;
  overflow: hidden;
  border-radius: 0 0 0 40px;
}
.acr__single-resources .acr__resources-top .acr__single-resources-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acr__single-resources .acr__resources-top .acr__single-resources-img-caption {
  margin-top: 18px;
}
.acr__single-resources .acr__resources-top .acr__single-resources-img-caption p {
  font-size: 14px;
  margin-bottom: 0;
  color: #76777B;
}
.acr__single-resources .acr__single-resources-img {
  position: relative;
  width: 100%;
  padding-top: 61.4%;
  overflow: hidden;
  border-radius: 0 0 0 40px;
}
.acr__single-resources .acr__single-resources-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acr__single-resources .acr__author-details {
  margin-bottom: 62px;
}
.acr__single-resources .acr__author-details .author {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.acr__single-resources .acr__author-details .date {
  font-size: 16px;
  color: #76777B;
}
.acr__single-resources .acr__social .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.acr__single-resources .acr__social .acr__social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5px;
}
.acr__single-resources .acr__social .acr__social-icons .footer-social-img {
  width: 34px;
  height: 34px;
  border: 1px solid var(--medium-blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.acr__single-resources .acr__social .acr__social-icons .footer-social-img svg {
  width: 18px;
  height: 18px;
}
.acr__single-resources .acr__social .acr__social-icons .footer-social-img svg path {
  transition: all 0.6s;
  fill: var(--medium-blue) !important;
}
.acr__single-resources .acr__social .acr__social-icons .footer-social-img:hover {
  border-color: var(--green);
}
.acr__single-resources .acr__social .acr__social-icons .footer-social-img:hover svg path {
  fill: var(--green) !important;
}
.acr__single-resources .acr__single-resources-content {
  margin-top: 50px;
}
.acr__single-resources .acr__single-resources-content h2 {
  max-width: 47.92vw;
  font-weight: 700;
  margin-bottom: 25px;
}
.acr__single-resources .acr__single-resources-content h3, .acr__single-resources .acr__single-resources-content h5 {
  font-weight: 700;
  margin-bottom: 34px;
  line-height: 1.3;
}
.acr__single-resources .acr__single-resources-content h3 a, .acr__single-resources .acr__single-resources-content h5 a {
  text-decoration: underline;
}
.acr__single-resources .acr__single-resources-content p:has(+ ul, + ol) {
  margin-bottom: 0px;
}
.acr__single-resources .acr__single-resources-content p a {
  text-decoration: underline;
}
.acr__single-resources .acr__single-resources-content q {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: var(--medium-blue);
  max-width: 38.65vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  margin: 0 auto;
}
.acr__single-resources .acr__single-resources-content q::before {
  position: absolute;
  top: 7px;
  left: -35px;
  content: "";
  background: url("../images/news/quote.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 18px;
  z-index: 1;
}
.acr__single-resources .acr__single-resources-content q .author {
  font-size: 16px;
  font-style: normal;
  margin-top: 15px;
}
.acr__single-resources .acr__single-resources-content .acr__single-news-img {
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;
  border-radius: 0 0 0 40px;
}
.acr__single-resources .acr__single-resources-content .acr__single-news-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acr__single-resources .acr__single-resources-content .acr__news-single-img-caption {
  margin-top: 18px;
  margin-bottom: 50px;
}
.acr__single-resources .acr__single-resources-content .acr__news-single-img-caption p {
  font-size: 14px;
  margin-bottom: 0;
  color: #76777B;
}
.acr__single-resources .acr__single-resources-content .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: var(--medium-blue);
}
.acr__single-resources .acr__single-resources-content b {
  display: inline-block;
}

@media (max-width: 1199px) {
  .acr__single-resources .acr__single-resources-content {
    max-width: 100%;
  }
  .acr__single-resources .acr__single-resources-content q {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .acr__single-resources {
    padding: 50px 0 35px;
  }
  .acr__single-resources .acr__resources-top {
    margin-bottom: 25px;
  }
  .acr__single-resources .acr__single-resources-content p {
    margin-bottom: 15px;
  }
  .acr__single-resources .acr__single-resources-content h3, .acr__single-resources .acr__single-resources-content h5 {
    margin-bottom: 20px;
  }
  .acr__single-resources .acr__single-resources-content .acr__news-single-img-caption {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .acr__single-resources .acr__single-resources-content {
    margin-top: 30px;
  }
  .acr__single-resources .acr__resources-top .acr__single-resources-heading {
    margin-bottom: 20px;
  }
  .acr__single-resources .acr__resources-top .acr__single-resources-tag {
    margin-bottom: 10px;
  }
  .acr__single-resources .acr__single-resources-content q {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .acr__single-resources .acr__single-resources-content q {
    font-size: 18px;
  }
}

/*# sourceMappingURL=resources-single.css.map */
