@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --article-heading-dark-blue: #07508E;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
}

/* ----BREADCRUMBS SECTION CSS STARTS---- */
/* line 33, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 40, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 46, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 52, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  gap: 6px;
}

/* line 61, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 68, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-arrow {
  display: flex;
  width: 14px;
  height: auto;
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 78, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 87, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* line 91, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item li[title]::after {
  content: attr(title);
}

/* line 95, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item li:hover::after {
  display: flex;
}

/* line 99, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
}

/* ----HERO SECTION CSS STARTS---- */
/* line 109, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  background-image: url(/assets/home_images/Infographics_HeroImage_02-95e83295dc2f7c5a5278980bb3c5fd423fcf24cdd350df8a241bf2faa36a49f5.jpg);
  background-position: left center;
  background-size: cover;
  /* padding: 40px 0px 80px 0px; */
}

/* line 123, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-inner-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: auto;
}

/* line 132, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 20px 0px;
}

/* line 142, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-heading-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

/* line 150, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

/* line 158, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-heading {
  display: flex;
  justify-content: flex-start;
}

/* line 163, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-heading h1 {
  font-family: roboto condensed;
  text-align: left;
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--white);
}

/* line 171, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-description {
  display: flex;
  justify-content: flex-start;
}

/* line 176, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-description p {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* line 183, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-search-cont {
  display: flex;
  justify-content: center;
  width: 60%;
}

/* line 189, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-hero-search-cont form {
  display: flex;
  width: 100%;
  /* margin: 0px 0px 20px 0px; */
}

/* line 195, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-search-input {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 201, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-search-input input {
  height: 100%;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 16px 0px 16px 16px;
  border-radius: 50px 0px 0px 50px;
  /* border-left: solid 2px var(--dark-gray);
    border-top: solid 2px var(--dark-gray); */
  border: solid 2px var(--dark-gray);
  border-right: none;
  background-color: var(--white);
}

/* line 216, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-search-input button {
  padding: 16px 30px 30px 16px;
  outline: none;
  border: solid 2px var(--dark-gray);
  border-left: none;
  border-radius: 0px 50px 50px 0px;
  background-image: url(/assets/home_images/Search_Icon_01-db9fadcb7d0606b9b1d5821893879b6ea0354c5916a767e0f6ef907edc327083.svg);
  background-color: var(--white);
  background-size: 60%;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* ========== ARTICLE TOPIC ================ */
/* line 234, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* padding: 1rem 0rem 1rem 0rem; */
  margin: 0px 0px 20px 0px;
}

/* line 243, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

/* line 250, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-container h2 {
  margin: 0px 0px 0px 0px;
}

/* line 254, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-title {
  font-size: 2.7rem;
  font-family: "Roboto Condensed";
  font-weight: 400;
}

/* line 260, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-container h2 {
  margin: 0px 0px 0px 0px;
}

/* line 264, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 15px;
}

/* line 273, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-article-topic-card {
  display: flex;
  flex-direction: column;
  width: 32%;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  gap: 10px;
}

/* line 282, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-img-cont {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 210px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 291, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-img-01 {
  background-image: url(/assets/home_images/article_details_card_img_01-24162eb2e5b6482d718b55b0fca94c1e6ee9eed287b5933ac7f64d402bf61a24.png);
}

/* line 295, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-img-02 {
  background-image: url(/assets/home_images/article_details_card_img_02-0783f9a21c235717b92a1ac15898ca1336821ff8b6073bd7d1308025573d0802.png);
}

/* line 299, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-img-03 {
  background-image: url(/assets/home_images/article_details_card_img_03-5f5b3b70295cd736b227149a77096566264b20cd48a3e1de168407f36d98530c.png);
}

/* line 303, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 15px;
  padding: 0rem 1rem 1rem 1rem;
  font-family: "Noto Sans";
}

/* line 313, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-title-cont {
  display: flex;
  padding: 14px 0px 14px 0px;
}

/* line 318, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-title-cont a {
  font-size: 1.3rem;
  color: var(--article-heading-dark-blue);
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 330, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-title-cont a:hover {
  color: var(--primary);
}

/* line 334, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-info-cont {
  display: flex;
  flex-grow: 1;
}

/* line 339, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-info {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}

/* line 350, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-author-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 356, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-author-cont a {
  font-size: 1.3rem;
  color: var(--article-heading-dark-blue);
  cursor: pointer;
}

/* line 362, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-author-cont a:hover {
  color: var(--primary);
}

/* line 366, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-author {
  font-weight: 400;
  font-size: 1.3rem;
  font-family: 'Noto Sans';
}

/* line 372, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-author {
  font-weight: 400;
  font-size: 1.1rem;
  font-family: 'Noto Sans';
}

/* line 378, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-card-date {
  font-size: 1.2rem;
  color: var(--secondary);
}

/* ----LIST SECTION CSS---- */
/* line 385, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}

/* line 394, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-container {
  display: flex;
  justify-content: center;
  /* need to add in MQ */
  flex-direction: column;
  height: auto;
  width: 90%;
}

/* line 403, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 100px;
  gap: 20px;
}

/* line 412, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-middle {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* padding: 20px; */
  background-color: #fff;
  /* overflow-y: auto;
  max-height: 100vh; */
  gap: 60px;
}

/* line 424, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

/* line 431, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-smallcard-cover-image {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  /* height: 490px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 443, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-smallcard-info-cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  /* width: 100%; */
  /* height: 490px; */
  padding: 20px 20px 20px 20px;
  gap: 10px;
}

/* line 455, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-datestamp {
  display: flex;
  width: 100%;
}

/* line 460, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-datestamp h3 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 400;
  color: var(--article-heading-dark-blue);
  margin: 0px 0px 0px 0px;
}

/* line 468, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 474, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-title h2 {
  font-family: noto sans;
  font-size: 1.3rem;
  color: var(--article-heading-dark-blue);
  margin: 0px 0px 0px 0px;
}

/* line 481, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-title a {
  font-family: noto sans;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--article-heading-dark-blue);
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 495, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-title a:hover {
  color: var(--primary);
}

/* line 499, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-description {
  display: flex;
  width: 100%;
}

/* line 504, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-description p {
  font-family: noto sans;
  font-size: 1.3rem;
  color: var(--secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 515, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-author-cont {
  display: flex;
  width: 100%;
}

/* line 520, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-author-cont a {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
  color: var(--article-heading-dark-blue);
}

/* line 528, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-author-cont a:hover {
  color: var(--primary);
}

/* line 533, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-cover-image-01 {
  background-image: url(/assets/home_images/rah_all_articles_img_01-533d37c18d391cc4af0ee38d55b88000d33e11bee59989cb3ae1f1a9afe743f0.png);
}

/* line 537, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-cover-image-02 {
  background-image: url(/assets/home_images/rah_all_articles_img_02-9a46b445b822e0f246cf7479cdb188ee392bc2c7b2e009393432bff33346e446.png);
}

/* line 541, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-cover-image-03 {
  background-image: url(/assets/home_images/rah_all_articles_img_03-2358276cb637a495bd9096b620d3d95bcd227f39bda27388288227b6256c3f63.png);
}

/* line 545, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-cover-image-04 {
  background-image: url(/assets/home_images/rah_all_articles_img_04-45e5b5f8e49db3202af2c29a730f45d71085643946c761051768c31e33b45e8f.png);
}

/* line 549, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-small-card-cover-image-05 {
  background-image: url(/assets/home_images/rah_all_articles_img_05-760be0fd4c7297e4d9032ad2128b538186af9c07e371db2930f501d0f5bb5bdd.png);
}

/* line 553, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-row-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  gap: 20px;
}

/* line 563, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-row {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--white);
  gap: 20px;
}

/* line 571, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-row-cover-image {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

/* line 584, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-row-info-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  /* width: 100%; */
  /* height: 490px; */
  padding: 0px 0px 20px 0px;
  gap: 10px;
  border-bottom: 1px solid var(--input-border-gray);
}

/* line 597, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-datestamp {
  display: flex;
  width: 100%;
}

/* line 602, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-datestamp h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 609, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--text-label-gray);
}

/* line 618, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-title h2 {
  font-family: noto sans;
  font-size: 1.6rem;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 626, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-description {
  display: flex;
  width: 100%;
}

/* line 631, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-info-description p {
  font-family: noto sans;
  font-size: 1.1rem;
  color: var(--white);
}

/* line 637, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-infographic-link {
  display: flex;
  justify-content: flex-start;
}

/* line 642, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-infographic-link a {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--primary);
}

/* line 648, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-infographic-link a:hover {
  color: var(--white);
}

/* line 652, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.resource-card-right-info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px 10px 10px 10px;
}

/* line 662, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-section-title-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 0px 0px 20px 0px;
}

/* line 670, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-section-title-cont h2 {
  font-family: 'Roboto Condensed';
  font-size: 2.7rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 678, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-filter-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* width: 100%; */
  /* margin: 0px 0px 20px 0px; */
  gap: 30px;
}

/* line 687, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

/* line 694, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-select {
  padding: 10px 12px;
  font-size: 1.1rem;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  background-color: #fff;
  color: var(--secondary);
  min-width: 160px;
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}

/* line 713, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 719, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-middle::-webkit-scrollbar {
  width: 6px;
}

/* line 723, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.rah-middle::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/*=================== PAGINATION==================== */
/* PAGINATION */
/* line 779, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.mrfr-rl-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 20px 0;
  font-family: sans-serif;
  justify-content: center;
}

/* line 788, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.mrfr-rl-pagination button {
  font-family: noto sans;
  font-size: 1rem;
  line-height: 10px;
  padding: 12px 12px;
  background: #fff;
  border: 1px solid #0F2130;
  color: #0F2130;
  border-radius: 20px;
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  transition: background-color 0.2s;
}

/* line 803, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.mrfr-rl-pagination button:hover {
  background: #0F2130;
  color: #fff;
}

/* line 808, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.mrfr-rl-pagination .active {
  background: #0F2130;
  color: white;
  border-color: #007bff;
}

/* line 814, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.mrfr-rl-pagination .ellipsis {
  background: none;
  border: none;
  cursor: default;
}

/* line 820, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
.mrfr-rl-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media only screen and (max-width: 1550px) {
  /* line 831, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-hero-inner-section {
    width: 90%;
  }
  /* line 835, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-container {
    width: 90%;
  }
  /* .rah-article-topic-container {
    width: 95%;
  } */
}

@media only screen and (max-width: 1400px) {
  /* .rah-hero-inner-section {
    width: 95%;
  } */
}

@media only screen and (max-width: 1300px) {
  /* line 852, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 0.9rem;
  }
  /* line 856, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 0.9rem;
  }
  /* line 860, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-img-cont {
    height: 180px;
  }
  /* line 864, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-title-cont a {
    font-size: 1.2rem;
  }
  /* line 868, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-author-cont a {
    font-size: 1.1rem;
  }
  /* line 872, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-date {
    font-size: 1rem;
  }
  /* line 876, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-row-cover-image {
    width: 190px;
    height: 190px;
  }
  /* line 881, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-small-card-description p {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 889, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 1rem;
  }
  /* line 893, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 900px) {
  /* line 901, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-hero-search-cont {
    width: 80%;
  }
  /* line 904, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-article-topic-card {
    width: 48%;
  }
  /* line 907, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-article-topic-card-wrapper {
    justify-content: center;
    gap: 20px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 914, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 72px 0px 0px 0px;
  }
  /* line 918, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-info-card-wrapper {
    flex-direction: column;
  }
  /* line 922, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-left-info-cont {
    height: 300px;
  }
  /* line 926, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-small-card-cont {
    width: 100%;
  }
  /* line 930, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-smallcard-cover-image {
    width: 20%;
  }
  /* line 934, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-select {
    font-size: 1rem;
  }
  /* line 938, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-row-cover-image {
    width: 160px;
    height: 160px;
  }
  /* line 943, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-title-cont {
    padding: 14px 0px 0px 0px;
  }
  /* line 947, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-article-topic-card-wrapper {
    gap: 20px;
  }
  /* line 951, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-article-topic-card {
    width: 100%;
    gap: 0px;
  }
  /* line 956, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-img-cont {
    height: 200px;
  }
  /* line 960, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-title-cont a {
    font-size: 1.4rem;
  }
  /* line 964, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-info {
    font-size: 1.1rem;
  }
  /* line 968, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-author-cont a {
    font-size: 1.4rem;
  }
  /* line 972, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-date {
    font-size: 1.1rem;
  }
  /* line 976, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-detail {
    gap: 18px;
  }
}

@media only screen and (max-width: 650px) {
  /* line 985, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: center;
  }
  /* line 989, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-left-info-cont {
    width: 100%;
  }
  /* line 993, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-smallcard-cover-image {
    width: 24%;
  }
  /* line 997, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-filter-section {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1002, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-select {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1009, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-info-title h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1016, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-container {
    width: 92%;
  }
  /* line 1020, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .mrfr-rl-filter-container {
    padding: 10px 10px 10px 10px;
  }
  /* line 1024, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-left-info-cont {
    padding: 10px 10px 10px 10px;
  }
  /* line 1028, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-info-title h2 {
    font-size: 1.6rem;
  }
  /* line 1032, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-row-cover-image {
    width: 140px;
    height: 140px;
  }
  /* line 1037, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-row-info-cont {
    padding: 0px 0px 12px 0px;
  }
  /* line 1041, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .mrfr-rl-pagination button {
    padding: 5px 5px;
    min-width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1052, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    font-size: 1.1rem;
    text-align: center;
  }
  /* line 1057, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
  /* line 1061, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-section-title-cont {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 1073, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-card-date {
    font-size: 1.2rem;
  }
  /* line 1077, app/assets/stylesheets/articles/resource-article-home-content-style-01.scss */
  .rah-row-cover-image {
    width: 120px;
    height: 120px;
  }
}
