
/* ==================  Content/Static Pages  ============== */
.fx-content__page .reachfunx-card .contact-panel-item .contact-nav-svg {
  width: 1.125rem;
  height: 1.125rem;
}
.fx-content__page .fx-aboutus__page-links ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding-right: 15px;
}

.fx-content__page .fx-aboutus__page-links ul li a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' enable-background='new 0 0 128 128' height='512' viewBox='0 0 128 128' width='512'%3E%3Cpath id='Right_Arrow_4_' d='m44 108c-1.023 0-2.047-.391-2.828-1.172-1.563-1.563-1.563-4.094 0-5.656l37.172-37.172-37.172-37.172c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l40 40c1.563 1.563 1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z' style='&%2310; fill: %233F5270;&%2310;'/%3E%3C/svg%3E");
}

.fx-content__page .reachfunx-card .contact-panel-item {
  padding: 0.725rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  color: #3F5270;
  display: flex;
  align-items: start;
}
.fx-content__page .reachfunx-card .contact-panel-item a{
  color: #3F5270;
}
.fx-content__page .reachfunx-card .contact-panel-item .contact-nav-svg {
  margin-right: 5px;
}
.fx-content__page .reachfunx-card .contact-panel-item .contact-nav-svg path {
  fill: #3F5270;
}
.fx-content__page .reachfunx-card .contact-panel-item .sub-menu-header {
  font-weight: 600;
}
.fx-content__page .reachfunx-card .contact-panel-item:hover, .fx-content__page .reachfunx-card .contact-panel-item:focus {
  color: #212835;
  text-decoration: none;
  background-color: #f8f9fa;
}

.fx-content__page .fx-content__page-wrapper .fx-content__page-title h2 {
  text-shadow: 1px 0px 0px rgba(29, 19, 72, 0.32);
  margin-bottom: 25px;
  color: #3F5270;
}
.fx-content__page .fx-aboutus__page-links ul li {
  background-color: transparent;
}

.fx-content__page.fx-content__page-contactus .fx-content__page-banner {
  background: #3994c9;
  height: 240px;
  background-image: url(../images/contactus-banner-1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.fx-content__page.fx-content__page-contactus .fx-content__page-banner .fx-content__page-banner-content {
  padding-left: 27%;
}