.supernav-menus-panels .supernav-menu-subnav {
  margin-left: -1px;
}

.igx-search-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.igx-search-wrapper .header-wrapper {
  width: 100%;
}
.igx-search-wrapper > div, .igx-search-wrapper button {
  width: 100%;
}
.igx-search-wrapper .select, .igx-search-wrapper button {
  margin-top: 10px;
}

.fa-user-alt:before {
    content: "\f406";
}

.mgt-4 {
    margin-top: -4px;
}

.mgt-3 {
    margin-top: -3px;
}


.hero-content > :last-child {
    padding-bottom: 2rem;
}

.hero-content > :first-child {
    padding-top: 2rem;
}

@media (min-width: 768px) {
  .igx-search-wrapper {
    padding: 0 80px;
  }
  .igx-search-wrapper > div:not(.header-wrapper) {
    width: 50%;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
  }
  .igx-search-wrapper .select, .igx-search-wrapper button {
    margin-top: 15px;
  }
}
.btn-cta--100, .btn-cta--50 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.btn-cta--50 {
  width: 100%;
}

.side-by-side {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.side-by-side .btn-cta:first-of-type {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .btn-cta--50 {
    width: 50%;
    margin-right: 20px;
    float: left;
  }
  .btn-cta--right {
    float: right;
    margin-left: 20px;
  }

  .side-by-side {
    flex-direction: row;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .side-by-side .btn-cta {
    margin: 0 10px;
  }
  .side-by-side .btn-cta:first-of-type {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=igx.css.map */
