.cg_cards {
  width: 100%;
  margin-bottom: 7.5rem;
  margin-top: 7.5rem;
}
@media only screen and (min-width: 992px) {
  .cg_cards {
    margin-bottom: 15rem;
    margin-top: 12rem;
  }
}
.cg_cards .filSelectedVal {
  max-width: inherit;
  padding: 0;
}
.cg_cards .filSelectedVal .selected-topics-container {
  margin-bottom: 3.5rem;	
  position: relative;
  padding-right: 0;
  display: block;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .cg_cards .filSelectedVal .selected-topics-container {
    display: inline-block;
    padding-right: 120px;
    padding-left: 100px;
  }
}
.cg_cards .filSelectedVal .selected-topics-container .selected-topics {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cg_cards .filSelectedVal .selected-topics-container .selected-topics {
    margin-top: 0;
  }
}
.cg_cards .filSelectedVal .selected-topics-container .selected-topics li {
  background: #f5f2f0;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  color: #243508;
  padding: 15px 17px;
  margin-right: 16px;
  margin-bottom: 0;
  margin-top: 15px;
  max-width: max-content;
}
.cg_cards .filSelectedVal .selected-topics-container .selected-topics li span {
  font-family: "roobert_regular";
  font-size: 2.12rem;
  line-height: 1.1;
  margin-right: 16px;
  vertical-align: middle;
}
.cg_cards .filSelectedVal .selected-topics-container .selected-topics li img {
  height: 13px;
  width: 13px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .cg_cards .filSelectedVal .selected-topics-container .selected-topics li {
    margin-top: 16px;
    width: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .cg_cards .filSelectedVal .selected-topics-container .selected-topics {
    padding-top: 40px;
  }
}
.cg_cards .filSelectedVal .selected-topics-container .result-count {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  font-size: 2.12rem;
  line-height: 1.1;
  color: #243508;
  font-family: "roobert_regular";
  padding: 15px 15px 15px 0;
}
@media only screen and (min-width: 768px) {
  .cg_cards .filSelectedVal .selected-topics-container .result-count {
    top: 15px;
  }
}
.cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark {
  position: static;
  float: right;
}
@media only screen and (min-width: 768px) {
  .cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: 110px;
  }
}
.cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark .btn-clr-filter {
  color: #243508;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark .btn-clr-filter {
    margin-top: 15px;
  }
}
.cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark .btn-clr-filter span {
  padding: 14px 18px;
  overflow: hidden;
  max-width: 110px;
  font-family: "roobert_medium";
  font-size: 16.96px;
  line-height: 18.656px;
  text-align: center;
  height: auto;
  width: 110px;
  white-space: nowrap;
  border: 1px solid #243508;
  background-color: #fff !important;
}
.cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark .btn-clr-filter::after, .cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark .btn-clr-filter::before {
  content: none;
}
.cg_cards .filSelectedVal .selected-topics-container .btn-learn-dark .btn-clr-filter:hover span {
  background-color: #BFF355 !important;
}
.cg_cards .topic-close-btn {
  height: max-content;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .cg_cards .topic-close-btn {
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 5px;
  }
}
.cg_cards .topic-close-btn .close {
  position: relative;
  margin-bottom: 20px;
  opacity: 1;
}
.cg_cards .topic-close-btn .close:hover {
  opacity: 1;
}
.cg_cards .topic-close-btn .close:hover::after, .cg_cards .topic-close-btn .close:hover::before {
  background-color: #243508;
}
.cg_cards .topic-close-btn .close::after, .cg_cards .topic-close-btn .close::before {
  position: absolute;
  left: 10px;
  content: " ";
  height: 13px;
  width: 3px;
  background-color: #243508;
}
.cg_cards .topic-close-btn .close::before {
  transform: rotate(45deg);
}
.cg_cards .topic-close-btn .close::after {
  transform: rotate(-45deg);
}
.cg_cards .topicDropdown {
  margin-bottom: 10px;
  width: 100%;
  background: #bff355 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  padding: 15px 20px;
  display: grid;
}
@media only screen and (min-width: 992px) {
  .cg_cards .topicDropdown {
    max-width: 325px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cg_cards .topicDropdown_link {
  display: block;
  font-size: 20px;
  font-family: "roobert_regular";
  line-height: 20px;
  color: #243508;
  text-decoration: none;
  transition: background 0.35s ease;
  position: relative;
  max-width: 100%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cg_cards .topicDropdown_link::after {
  content: "";
  position: absolute;
  float: right;
  border: solid #243508;
  border-width: 0 2px 2px 0;
  display: block;
  padding: 6px;
  transform: rotate(45deg) translateY(-50%);
  top: 2px;
  right: 10px;
}
@media only screen and (min-width: 992px) {
  .cg_cards .topicDropdown_link::after {
    top: 4px;
  }
}
.cg_cards .topicDropdown_link.rotate::after {
  transform: rotate(225deg) translateY(-50%);
  right: 0px;
  top: 3px;
}
.cg_cards .topicDropdown_list {
  display: none;
  position: absolute;
  z-index: 100;
  background: #243508;
  color: white;
  min-width: auto;
  width: inherit;
  top: calc(100% - 2px);
  left: 0;
  padding: 10px 0;
  overflow: auto;
  max-height: 240px;
  /* Track */
  /* Handle */
}
.cg_cards .topicDropdown_list::-webkit-scrollbar {
  width: 6px;
}
.cg_cards .topicDropdown_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}
.cg_cards .topicDropdown_list::-webkit-scrollbar-thumb {
  background: #3e4246;
}
.cg_cards .topicDropdown_list li {
  list-style: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.cg_cards .topicDropdown_list li .control--checkbox {
  margin-left: 25px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.cg_cards .topicDropdown_list li .control--checkbox input {
  width: 10px;
  height: auto;
  position: absolute;
  left: -25px;
  background-color: transparent;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  top: 4.5px;
}
.cg_cards .topicDropdown_list li .control--checkbox .control__indicator {
  width: 12px;
  height: 12px;
  background-color: #BFF355;
  position: absolute;
  left: -25px;
  z-index: 10;
  top: 4px;
  cursor: pointer;
}
.cg_cards .topicDropdown_list li:focus, .cg_cards .topicDropdown_list li:hover {
  background: #bff355;
  color: #243508;
}
.cg_cards .topicDropdown_list li:focus .control--checkbox .control__indicator, .cg_cards .topicDropdown_list li:hover .control--checkbox .control__indicator {
  background-color: #243508;
}
.cg_cards .topicDropdown_list li:active {
  background: #bff355;
}
.cg_cards .topicDropdown_list .selected {
  background-color: #cccccc;
  color: #243508;
}
.cg_cards .topicDropdown_list .selected .control--checkbox .control__indicator {
  background-color: #243508;
}
.cg_cards .topicDropdown_list .selected:hover {
  background-color: #cccccc;
  color: #243508;
}
.cg_cards .card_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cg_cards .card_grid {
    gap: 13px;
  }
}
.cg_cards .card_grid .hidden {
  display: none;
}
.cg_cards .card_grid .card_grid_wrapper,
.cg_cards .card_grid .card_grid_wrapper_md {
  padding: 0;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .cg_cards .card_grid .card_grid_wrapper,
  .cg_cards .card_grid .card_grid_wrapper_md {
    flex: 0 0 48.875%;
  }
}
@media only screen and (min-width: 992px) {
  .cg_cards .card_grid .card_grid_wrapper,
  .cg_cards .card_grid .card_grid_wrapper_md {
    flex: 0 0 32.253%;
  }
}
.cg_cards .card_grid .card_grid_wrapper .card.bg_light_green_txt_black .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_light_green_txt_white .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_dark_green_txt_white .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_dark_green_txt_black .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_dark_grey_txt_white .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_dark_grey_txt_black .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_green_txt_black .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_purple_txt_white .card_description, .cg_cards .card_grid .card_grid_wrapper .card.bg_purple_txt_black .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_light_green_txt_black .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_light_green_txt_white .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_dark_green_txt_white .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_dark_green_txt_black .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_dark_grey_txt_white .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_dark_grey_txt_black .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_green_txt_black .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_purple_txt_white .card_description,
.cg_cards .card_grid .card_grid_wrapper_md .card.bg_purple_txt_black .card_description {
  background-color: inherit;
}
@media (max-width: 991px) {
  .cg_cards .card_grid .card_grid_wrapper .close-btn,
  .cg_cards .card_grid .card_grid_wrapper_md .close-btn {
    position: relative;
    font-size: 32px;
    width: fit-content;
    padding-bottom: 12.27px;
    z-index: 1100;
  }
  .cg_cards .card_grid .card_grid_wrapper .cta-fill-arrow,
  .cg_cards .card_grid .card_grid_wrapper_md .cta-fill-arrow {
    display: block;
    margin-top: 30px;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .cg_cards .card_grid .card_grid_wrapper.hidden,
  .cg_cards .card_grid .card_grid_wrapper_md.hidden {
    display: none;
  }
}
.cg_cards .card_grid .card {
  min-height: 507px;
  padding: 0;
  border: 0;
  z-index: 1;
  height: 100%;
}
.cg_cards .card_grid .card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  .cg_cards .card_grid .card:hover .card-img {
    opacity: 0;
  }
  .cg_cards .card_grid .card:hover .card_heading {
    opacity: 0;
  }
  .cg_cards .card_grid .card:hover .card_description {
    opacity: 1;
  }
  .cg_cards .card_grid .card:hover::after {
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
}
.cg_cards .card_grid .card .padlock-icon,
.cg_cards .card_grid .card .padunlock-icon {
  z-index: 1100;
}
.cg_cards .card_grid .card .padlock-icon .fa,
.cg_cards .card_grid .card .padunlock-icon .fa {
  font-size: 24px;
}
.cg_cards .card_grid .card .card-img {
  height: inherit;
  position: relative;
  overflow: hidden;
}
.cg_cards .card_grid .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cg_cards .card_grid .card .card-body {
  z-index: 9;
  padding: 0;
}
.cg_cards .card_grid .card_heading {
  margin-bottom: 0;
  width: 100%;
  clip-path: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  padding: 6.25rem 2.75rem 3.75rem 1.875rem;
}
@media only screen and (min-width: 992px) {
  .cg_cards .card_grid .card_heading {
    padding: 3.75rem 6.25rem 3.75rem 2.375rem;
  }
}
.cg_cards .card_grid .card_heading h3,
.cg_cards .card_grid .card_heading h4 {
  text-align: left;
  font-size: 3.375rem;
  line-height: 32px;
  font-family: "roobert_medium";
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .cg_cards .card_grid .card_heading h3,
  .cg_cards .card_grid .card_heading h4 {
    line-height: 137%;
  }
}
.cg_cards .card_grid .card_description {
  width: 100%;
  clip-path: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1.535rem 2.125rem 3.75rem 1.875rem;
  opacity: 0;
  display: block;
  text-align: left;
  font-family: "roobert_medium";
  font-size: 2.625rem;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .cg_cards .card_grid .card_description {
    padding: 3.75rem 6.25rem 3.75rem 2.375rem;
    line-height: 3.875rem;
  }
}
.cg_cards .card_grid .card_description.hide {
  opacity: 0;
}
.cg_cards .btn-learn-light.btn-plus-icon a {
  margin-top: 15px;
  line-height: 20px;
}
.cg_cards .btn-learn-light.btn-plus-icon a::after {
  content: none;
}
.cg_cards .btn-learn-light.btn-plus-icon a span {
  line-height: 20px;
  padding: 13px 56px 13px 20px;
  font-family: "roobert_light";
}
.cg_cards .btn-learn-light.btn-plus-icon a span::after {
  padding-bottom: 0;
  content: "+";
  font-size: 4.517rem;
  line-height: 0;
  position: absolute;
  right: 21px;
  top: 28px;
}
.cg_cards .card_grid_wrapper_md .card.card-bg .card-img {
  opacity: 0;
}
.cg_cards .card_grid_wrapper_md .card.card-bg .card-body .card_heading {
  opacity: 0;
}
.cg_cards .card_grid_wrapper_md .card.card-bg .card-body .card_description {
  opacity: 1;
}