.fc-light-green-bg {
  background-color: #f7f9fb;
}

.section-spacing {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-spacing-top {
  padding-top: 3rem;
}
.section-spacing-bottom {
  padding-bottom: 3rem;
}

.fc-heading-text-center h6,
.fc-heading-text-center h2 {
  text-align: center;
}

.fc-heading-text-center h6 {
  color: #fe5f54;
}

.fc-offerings-section .card {
  height: 235px;
}

@media (min-width: 768px) {
  .fc-offerings-section .card {
    height: 270px;
  }
}

.fc-achievement-card a,
.fc-offerings-section .card a {
  color: #fe5f54;
  text-decoration: none;
  font-size: 15px;
}

.industry-footer-cards .card .card-body {
  position: absolute;
  bottom: 10px;
  left: 5px;
  max-width: 400px;
}
.industry-footer-cards .card p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
}

.industry-footer-cards .card h5 {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-transform: unset;
  margin-bottom: 12px;
}

.industry-footer-cards .rsystems-btn,
.rsystems-btn-trans {
  padding: 2px 5px;
  font-size: 13px;
}

@media (min-width: 992px) {
  .industry-footer-cards .card .card-body {
    bottom: 20px;
    left: 20px;
  }

  .industry-footer-cards .card p {
    font-size: 16px;
  }

  .industry-footer-cards .card h5 {
    font-size: 25px;
  }

  .industry-footer-cards .rsystems-btn,
  .rsystems-btn-trans {
    padding: 15px 20px;
    font-size: 16px;
  }
}

.industry-footer-cards .card img {
  transition: transform 0.3s;
}

.industry-footer-cards .card:hover img {
  transform: scale(1.1);
}

/* Banner */
.fc-blue-divided-banner {
  /* padding-top: 10rem;
  padding-bottom: 5rem; */
  position: relative;
}
.fc-blue-divided-banner {
  background-color: #f7f9fb;
}
.fc-blue-divided-banner::before {
  content: "";
  top: 0;
  position: absolute;
  background-color: #11054c !important;
  height: 650px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.fc-blue-divided-banner .col-12 {
  z-index: 2;
}

@media (min-width: 768px) {
  .fc-blue-divided-banner .banner-content p,
  .fc-blue-divided-banner .banner-content h2 {
    color: #fff;
  }

  .fc-blue-divided-banner .banner-content {
    height: 550px;
  }

  .fc-blue-divided-banner::before {
    height: 60%;
  }
}

/* accordion */
.fc-accordion .accordion-body a {
  text-decoration: none;
  color: #425466;
  border: 1px solid #425466;
  padding: 10px 10px;
  border-radius: 5px;
}

.fc-accordion .accordion-body p {
  margin-bottom: 50px;
}

/* Team Card */

.fc-our-team .our-team-card:hover .our-team-img {
  height: unset;
}
.fc-our-team .our-team-card:hover .our-team-img img {
  height: unset;
  transform: none;
}

/* testimonials */
.fc-testimonials-carousel .success-stories-video-slider .slick-dots {
  bottom: -45%;
  left: -40%;
}

.fc-real-life-success {
  padding: 30px;
}

.fc-real-life-success p {
  color: #fff;
}
.fc-real-life-success h3 {
  font-size: 30px;
  color: #fff;
}

.fc-real-life-success h4 {
  font-size: 18px;
}

.fc-real-life-success h2 {
  font-size: 55px;
}

.services-banner-item h1,
.services-banner-item p,
.success-stories-video-slider h1,
.success-stories-video-slider p {
  color: #fff;
}

.fc-main-card,
.fc-achievement-card {
  margin-bottom: calc(var(--bs-gutter-x) * 1);
  border: none;
}

.fc-achievement-card p {
  font-weight: 500;
  color: #11054c;
  font-size: 16px;
}

.text-content-wrapper h5 {
  color: #425466;
  font-size: 20px;
  text-transform: unset;
}

.text-content-wrapper p {
  margin-bottom: 30px;
}

.text-content-wrapper p:nth-last-child(1) {
  margin-bottom: 0;
}

/* Category Page Styles */

.fc-banner-content h1,
.fc-banner-content p {
  color: #fff;
}

.fc-banner-content .breadcrumb {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.sort-wrapper,
.filter-wrapper {
  list-style: none;
}

.sort-wrapper select,
.filter-wrapper select {
  background-color: #f7f9fb;
  border-color: #a9a9a9cc;
}

.sort-wrapper .form-select:focus,
.filter-wrapper .form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: #a9a9a9cc;
}

.fc-filter-sort {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-filter-posts .card .card-body {
  padding-left: 0;
}

.fc-latest-insights h3 {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .fc-latest-insights h3 {
    font-size: 32px;
  }
}

.latest-insights-slider-wrapper {
  margin-top: 35px;
}

.latest-insights-slider-wrapper h6 {
  text-transform: capitalize;
  color: #425466;
}

.latest-insights-slider-wrapper h4 {
  color: #425466;
  font-weight: 600;
  font-size: 25px;
}

.latest-insights-slider-wrapper h6,
.latest-insights-slider-wrapper h4 {
  margin-bottom: 14px;
}

.latest-insights-slider-wrapper p {
  margin-bottom: 35px;
}

.fc-button-link {
  border: 1px solid #425466;
  padding: 15px 20px;
  text-decoration: none;
  color: #425466;
  border-radius: 5px;
  font-weight: 500;
}

/* single post page */
.fc-single-post-banner h1,
.fc-single-post-banner p {
  color: #fff;
}

@media only screen and (min-device-width: 750px) and (max-device-width: 1112px) {
  .fc-single-post-banner .container .row .col-12:last-child {
    margin-top: 35px;
  }
}

.fc-post-content h5 {
  color: #11054c;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.fc-post-content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}

.fc-post-content ol li,
.fc-post-content ul li {
  color: #425466;
  font-size: 14px;
  line-height: 23px;
}

.fc-post-content .traingle-list li {
  list-style-image: url("../png/list-polygon.png");
  font-size: 16px;
  line-height: 30px;
}

.fc-post-content .traingle-list {
  border-bottom: 2px solid #fe5f54;
  padding-bottom: 15px;
}

.fc-post-content .italic-content {
  font-style: italic;
  border-left: 3px solid #fe5f54;
  padding-left: 10px;
  font-weight: 400;
}

.fc-post-content a {
  color: #fe5f54;
  font-weight: 600;
  font-size: 16px;
}

.fc-post-content .fc-post-tags li {
  background-color: transparent;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.fc-post-content .fc-post-tags li a {
  color: #103f68;
  text-decoration: none;
}

.banner-video-play-btn {
  position: absolute;
  top: 40%;
  left: 45%;
  height: 50px;
}

.fc-post-content .seperator {
  color: #fe5f54;
}

.sidebar-related-posts ul li {
  list-style: none;
  margin-bottom: 10px;
  border-left: 2px solid #fe5f54;
  padding: 5px 10px;
}

.sidebar-related-posts ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.sidebar-related-posts ul li a {
  text-decoration: none;
  color: #11054c;
}

.sidebar-related-posts h5 {
  font-size: 15px;
  text-transform: capitalize;
}

@media (max-width: 850px) {
  .desktop-insights-filter {
    display: none;
  }
}

.category-link {
  text-decoration: none;
  color: #425466;
  background-color: #f7f9fb;
  border: 1px solid #a9a9a9cc;
  padding: 10px 20px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .category-link {
    text-decoration: none;
    color: #425466;
    background-color: #f7f9fb;
    border: 1px solid #a9a9a9cc;
    padding: 10px 35px 10px 17px;
    border-radius: 10px;
    position: relative;
  }
  .category-link::after {
    content: url("../png/category-dropdown-icon.png");
    position: absolute;
    right: 5px;
    height: 20px;
    width: 20px;
  }

  /*.category-dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #f7f9fb;
    z-index: 99999;
  }*/

  .fc-filter-sort {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .mobile-insights-filter {
    display: none;
  }
}

/*.category-dropdown {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #f7f9fb;
  z-index: 99999;
}*/

.fc-select-dropdown li {
  list-style: none;
  margin-right: 60px;
  margin-bottom: 15px;
}

.fc-select-dropdown.active {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.fc-select-dropdown {
  padding-top: 25px;
}

.category-filter button {
  padding: 10px 20px;
}
.category-filter button:hover {
  border: 1px solid #425466;
}

.newsroom-filter .filter-wrapper,
.desktop-insights-filter .filter-wrapper {
  padding-left: 0;
}

.mobile-filter-list {
  padding-left: 0;
}

.mobile-filter-list li {
  list-style: none;
}

/* Mobile Filter accordion */

.mobile-insights-filter h4 {
  font-size: 25px;
  font-weight: 600;
}
.filterAccordion .accordion-item {
  border: none;
  border-bottom: 1px solid #b0b0b0;
}

.filterAccordion .accordion-button:focus:focus {
  border: none;
  box-shadow: none;
}

.filterAccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.filterAccordion .accordion-item:last-of-type,
.filterAccordion .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}

.success-stories-content h6,
.success-stories-content h3,
.success-stories-content p,
.view-details-link:hover,
.view-details-link {
  color: #fff;
}

.investors-accordion {
  margin-top: 20px;
}

.investors-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}

.fc-wp-block-content a,
.fc-links-list li a,
.investors-accordion .accordion-body a {
  color: #fe5f54;
  font-size: 14px;
}

.investors-accordion .accordion-body a {
  text-decoration: underline;
}

.fc-links-list li {
  list-style: none;
}
.fc-links-list {
  padding-left: 0;
}
.fc-links-list li a i {
  margin-left: 3px;
}

.fc-wp-block-content ul li {
  color: #425466;
}

.fc-wp-block-content ul li:last-child {
  margin-bottom: unset;
}

.privacy .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
}

.privacy .card h6 {
  font-weight: 600;
  text-transform: capitalize;
  color: #11054c;
}

.bg-rsystem {
  background-color: #11054c;
}

.fc-single-post-banner .breadcrumb,
.privacy .breadcrumb, .breadcrumb {
  border-bottom: 1px solid rgba(169, 169, 169, 0.8);
}

.privacy-table thead th {
  background-color: #f7f9fb;
  align-items: center;
  border-bottom: 1px solid #a9a9a9cc;
  border-right: 1px solid #a9a9a9cc;
  border-top: 1px solid #a9a9a9cc;
  border-left: 1px solid #a9a9a9cc;
  font-size: 18px;
  font-weight: 600;
}

.privacy-table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a9a9a9cc;
  border-right: 1px solid #a9a9a9cc;
  border-top: 1px solid #a9a9a9cc;
  border-left: 1px solid #a9a9a9cc;
}

.privacy-table thead {
  border-bottom: none;
}

.privacy-table tr,
.privacy-table thead th,
.privacy-list li {
  color: #425466;
}

.fc-contact-content h6 {
  color: #11054c;
  font-weight: 600;
  font-size: 0.875rem;
}

.fc-contact-content p:first-child {
  font-size: 0.75rem;
  font-weight: 600;
  color: #425466;
}
.fc-contact-content p {
  font-size: 0.75rem;
}

.fc-stock-option ul {
  padding-left: 0;
}
.fc-stock-option ul li {
  list-style: none;
}

.fc-stock-option ul li {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border-left: 2px solid #fe5f54;
  padding-left: 10px;
}

.stock-options .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 11px 30px -6px rgba(0, 0, 0, 0.25);
}

.invester-address,
.invester-unlocking,
.invester-banner {
  background-color: #f7f9fb;
}

.invester-address-content,
.invester-unlocking .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
}

.invester-unlocking li a {
  font-size: 14px;
  color: #425466;
  text-decoration: none;
}

.invester-unlocking li a:hover,
.invester-unlocking li a:active {
  color: #4a20f5;
  font-weight: 600;
}

#invester-unlocking .invester-unlocking li {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border-left: 2px solid #fe5f54;
  padding-left: 10px;
}

.invester-unlocking h6 {
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .invester.success-stories::before {
    background-color: #f7f9fb !important;
  }
}

.invester-unlocking .card.stock-watch {
  background-color: #425466;
}

.invester-unlocking .down-arrow {
  font-size: 3rem;
}

.invester-links {
  text-decoration: none;
  color: #425466;
}

.invester-unlocking .dropdown-toggle::after {
  color: #fe5f54;
}

.invester-unlocking .dropdown-toggle {
  outline: none;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  color: #425466;
}

.invester-unlocking .dropdown-menu {
  border: 0;
}

.invester-unlocking .dropdown-menu li {
  border-left: 0 !important;
  text-align: center;
}

#invester-unlocking .invester-unlocking .corporate-list li,
#invester-unlocking .invester-unlocking .corporate-list ul {
  margin-bottom: 0px !important;
}

#invester-unlocking .service-accordian .accordion-button:not(.collapsed),
#invester-unlocking .service-accordian .accordion-button {
  color: #425466 !important;
  font-weight: 500;
}

.invester-heading {
  font-size: 20px;
  font-weight: 500 !important;
  color: #11054c;
}

.fc-nav-tabs-accordion ul.nav-pills {
  border-bottom: 1px solid #a9a9a9cc;
  margin-bottom: 50px;
}

.fc-nav-tabs-accordion .nav-pills .nav-link.active {
  background-color: transparent;
  color: #fe5f54;
  border-bottom: 2px solid #fe5f54;
  border-radius: 0;
}

.fc-nav-tabs-accordion .nav-pills .nav-link {
  color: #425466;
}

/*QC Fixes part 1*/

.fc-main-card a {
  text-decoration: none;
}

.fc-heading-h2 {
  font-size: 2rem;
}

.industry-banner-content h2,
.industry-banner-content p {
  color: #fff;
}

.industry-banner-content h3 {
  font-weight: 700;
}

.our-offering-services .fc-heading-text-center h2 {
  font-size: 2.125rem;
}

.our-offering-services-card .our-offering-heading {
  color: #11054c;
  font-size: 23px;
}

@media (min-width: 1200px) {
  /*.our-offering-services-card .our-offering-content {
    visibility: hidden;
  }*/
	.our-offering-services-card .our-offering-content p{
	font-size: 13px;
	}
/*  .our-offering-services-card:hover .our-offering-content {
    visibility: visible;
  }*/
}

#real-life-success h6 {
  text-transform: unset;
}

.fc-form-select::after {
  content: url("../png/orange-drodown-arrow.png");
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  pointer-events: none;
}

.latest-posts .card h4,
.fc-filter-posts .card h4 {
  text-transform: unset;
  font-size: 16px;
}

.fc-single-post-banner h1 {
  font-size: 1.5rem !important;
}

.fc-single-post-banner h6 {
  text-transform: unset;
}

@media (min-width: 768px) {
  .fc-single-post-banner h1 {
    font-size: 2.5rem !important;
  }
}

.fc-banner-side-image {
  text-align: center;
}

@media (min-width: 992px) {
  .fc-banner-side-image {
    text-align: unset;
  }
}

.industry-footer-cards .card {
  overflow: hidden;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3),
    0 4px 14px 0 rgba(50, 50, 93, 0.25);
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}

.industry-2-banner-content p {
  color: #425466 !important;
}

.fc-card-readmore {
  text-decoration: none;
}

/* Newsroom Filter */

.newsroom-filter ul li:first-child() {
  display: block;
}

.newsroom-filter .fc-filter-sort,
.newsroom-filter ul li {
  display: block;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .newsroom-filter ul li {
    display: inline-block;
	  margin-bottom: 0;
  }
  .newsroom-filter .fc-filter-sort {
    display: flex;
  }
  .newsroom-banner .services-banner-content {
    width: 55%;
  }
}

/* Navbar search */
#expanded-search {
  position: relative;
  /* width: 50%;
  margin: 50px auto;
  text-align: center;
  font-size: x-large; */
  /* overflow: hidden; */
}

#search-button {
  /* width: 70px; */
  color: white;
  /* background-color: #d35400;
  padding: 15px;
  float: right;
  height: 70px;
  text-align:center;
  border-radius: 4px; */
}

#search-button:hover {
  cursor: pointer;
  background-color: #e67e22;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

#search-input {
  visibility: hidden;
  padding: 0 10px;
  color: #7f8c8d;
  height: 70px;
  position: absolute;
  top: 0;
  display: block;
  right: 70px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s linear; /* Safari */
  transition: all 0.25s linear;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border: none;
}

#search-button:hover #search-input {
  width: 500px !important;
  visibility: visible;
}

/* Search Page */
.search-for h3 {
  font-size: 32px;
  color: #11054c;
  font-weight: 600;
}

.search-icon {
  color: #fff;
}

.search-input .search-icon {
  color: #000;
}

@media (min-width: 768px) {
  .search-input input {
    width: 65%;
  }
}

.search-result {
  margin-bottom: 40px;
}

.search-result a {
  text-decoration: none;
  color: #11054c;
  font-size: 20px;
  font-weight: 600;
}

.search-result a:hover {
  color: #4120f5;
}

@media (max-width: 768px) {
  .apply-filter {
    display: block !important;
  }
}

.fc-link-without-underline {
  text-decoration: none;
}

.fc-card-list li {
  border-left: 2px solid #fe5f54;
  margin-bottom: 10px;
  padding-left: 10px;
}

.investor-contact-card a {
  color: #fe5f54;
  text-decoration: none;
}

.investors-accordion p {
  color: #425466;
  font-size: 12px;
  margin-left: 22px;
  margin-top: 13px;
}

@media (min-width: 768px) {
  .investors-accordion p {
    margin-top: 0;
  }
}

.investors-accordion > button {
  padding-bottom: 0;
}

.stock-options .corporate-list .fc-stock-option h6,
.investor-contact-card .fc-contact-content > h6 {
  text-transform: capitalize;
}

.service-accordian .investors-accordion .accordion-body p {
  margin-bottom: 8px;
  margin-left: 0 !important;
}

.fc-banner-content .breadcrumb li {
  color: #fff;
}

.invester-address-content a {
  text-decoration: none;
}

.fc-filtered-posts .card .thumbnail-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.fc-filtered-posts .card .thumbnail-image-wrapper img {
  transition: transform 0.3s;
}

.fc-filtered-posts .card:hover .thumbnail-image-wrapper img {
  transform: scale(1.1);
}

.fc-filtered-posts .card .card-body {
  padding-left: 0;
}

.fc-partners-form .rsystems-btn input {
  background-color: transparent;
  border: none;
  color: #425466;
}

.fc-partners-form .rsystems-btn p {
  margin-bottom: 0;
}

.fc-partners-form .rsystems-btn .wpcf7-spinner {
  display: none;
}

.fc-partners-form .rsystems-btn:hover input {
  color: #fff;
}

.fc-section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #11054c;
}

.fc-bg-white {
  background-color: #fff !important;
}

.buttons-wrapper {
  margin-top: 30px;
  display: inline-grid;
}

@media (min-width: 768px) {
  .buttons-wrapper {
    display: inline-flex;
  }
}
.buttons-wrapper a {
  text-decoration: none;
  color: #425466;
  font-size: 16px;
  padding: 15px 22px;
  box-shadow: 4px 13px 12px -9px rgba(0, 0, 0, 0.25),
    0px 12px 30px -10px rgba(0, 0, 0, 0.25);
}

.fc-testimonials .slick-dots {
  bottom: -12% !important;
}

.rs-gallery-slider .slick-prev,
.rs-gallery-slider .slick-next {
  position: absolute;
  top: 110%;
  z-index: 99999;
}
.rs-gallery-slider .slick-prev {
  left: 43%;
}

@media (min-width: 768px) {
  .rs-gallery-slider .slick-prev {
    left: 46%;
  }
}

@media (min-width: 1024px) {
  .rs-gallery-slider .slick-prev {
    left: 48%;
  }
}

.rs-gallery-slider .slick-prev img {
  transform: rotate(180deg);
}

.rs-gallery-slider .slick-prev:before,
.rs-gallery-slider .slick-next:before {
  content: "";
}
.rs-gallery-slider .slick-next {
  left: 50%;
}

.what-we-do-img img {
  overflow: hidden;
  transition: transform 0.3s;
}

.what-we-do .card:hover img {
  transform: scale(1.1);
}

.what-we-do .card:hover .card-body h3 {
  color: #4a20f5;
}

h3.rsystems_blue {
  font-size: 27px;
}

@media (min-width: 768px) {
  .invester-unlocking .card .card-data {
    border-right: 1px solid #a9a9a9cc;
  }
}

.quarterly-results .investors-accordion ul li,
.report-links .fc-links-list li {
  margin-bottom: 8px;
  list-style: none;
}

.fc-links-list li {
  margin-bottom: 8px;
}

.fc-financial-data .card-data {
  margin-bottom: 10px;
}

.fc-financial-data .card-data:last-child() {
  margin-bottom: 0;
}

.global-white.opaque,
.global-red {
  display: none;
}

.global-red.opaque,
.global-white {
  display: inline-block;
}

.view-details-link {
  color: #fff !important;
  text-decoration: underline !important;
}

.fc-footer-social-links-desk {
  display: none;
}
@media (min-width: 768px) {
  .fc-footer-social-links-mob {
    display: none;
  }
}

@media (max-width: 768px) {
  .fc-footer-social-links-mob {
    display: inline-block;
  }

  .fc-footer-social-links-desc {
    display: none;
  }
}

@media (max-width: 992px) {
  .fc-column-card-spacing {
    margin-bottom: 50px;
  }

  .fc-column-card-spacing:last-child {
    margin-bottom: 0;
  }
}

.fc-related-posts h3{
	font-size: 25px;
	color: #11054C;
	font-weight: 700;
	margin-bottom: 20px;
}

.fc-related-posts .card .card-body{
	padding-left: 0;
}

.desktop-insights-filter .col-4{
  margin-bottom: 20px;
}

.fc-bg-shadow{
  box-shadow: 0px 15px 10px -15px #c4c4c4;
}

.search-results-wrapper .fc-redirection-link{
  color: #A9A9A9CC;
  font-size: 14px;
	font-weight: 400;
  margin-top: 16px;
}

.fc-excerpt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}