body .row.searchFeatures {
  margin: 1rem -0.9375rem 1rem 0rem; }
  body .row.searchFeatures .fundSearchContainer .searchLabel {
    width: 100%; }
  body .row.searchFeatures .fundSearchContainer input {
    margin: 0px; }
  body .row.searchFeatures .fundSearchContainer input#searchFunds {
    float: left;
    padding-right: 30px;
    margin-top: 0px;
    width: 92%;
    height: 32px; }
  body .row.searchFeatures .fundSearchContainer input.fundSearchIcon {
    position: absolute;
    padding: 6px 4px;
    width: 28px;
    margin-left: -30px;
    margin-top: 1px; }
  body .row.searchFeatures .clearResults {
    position: absolute;
    height: 30px;
    width: 30px;
    margin: 1px 0px 0px 0px;
    text-align: center; }
    body .row.searchFeatures .clearResults img {
      margin: 3px;
      width: 80%; }
  body .row.searchFeatures select {
    padding: 0px 2%;
    height: 32px; }
    body .row.searchFeatures select option {
      text-transform: capitalize !important; }
body .noResults {
  display: none; }
body #displayNumber #numFunds {
  font-weight: bold; }
body #fundData {
  background: url("/Assets/apps/adviser-scheduler/images/loading.gif") no-repeat center center;
  min-height: 64px; }
  body #fundData .ucmCollapsibleBox {
    background-color: #fff; }
    body #fundData .ucmCollapsibleBox .FauxLegend {
      display: flex;
      align-items: center;
      justify-content: center;
      background-position: 0.25% 55% !important;
      padding-left: 1.5rem !important;
      padding-bottom: 1rem !important; }
      body #fundData .ucmCollapsibleBox .FauxLegend .fundName {
        line-height: 1rem !important; }
      body #fundData .ucmCollapsibleBox .FauxLegend .fundCategory {
        line-height: 1rem !important; }
    body #fundData .ucmCollapsibleBox .FauxFieldset .fundDescription {
      font-size: 0.85rem !important;
      line-height: 1.3rem !important;
      padding: 0.8rem 0 !important; }
    body #fundData .ucmCollapsibleBox .FauxFieldset .fundLink {
      text-align: center !important;
      padding-bottom: 2rem !important; }
    body #fundData .ucmCollapsibleBox .FauxFieldset .button {
      background-color: #877148;
      color: #fff !important;
      border: 0px;
      text-transform: uppercase;
      color: #fff;
      font-family: "Helvetica Neue LT W01_57 Cond", "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
      font-size: 0.9rem !important;
      line-height: 1.1rem !important;
      letter-spacing: 0.04rem;
      text-decoration: none !important;
      margin: 1rem auto;
      display: block; }
    body #fundData .ucmCollapsibleBox .FauxFieldset .button:hover, body #fundData .ucmCollapsibleBox .FauxFieldset .button:focus {
      background-color: #7a6641;
      color: #fff !important; }
body #pagination {
  margin-top: 1rem;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap; }
  body #pagination .paginationLink {
    margin-right: 0.5em; }

/*# sourceMappingURL=ListOfFunds.css.map */
