.tx-c3roadmapsearch {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.tx-c3roadmapsearch .search-wrap {
  width: 100%;
  text-align: center;
}
.tx-c3roadmapsearch .search-field {
  background: linear-gradient(180deg, rgb(227, 228, 225), rgba(255, 255, 255, 0.9), rgba(253, 254, 252, 0.85), rgb(227, 228, 225));
  border: 3px solid #A0A3A4;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  margin: 0 auto 60px auto;
}
.tx-c3roadmapsearch .search-field .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}
.tx-c3roadmapsearch .search-field input#roadmap-search {
  font-family: "Nunito", sans-serif;
  background: none;
  border: none;
  padding: 18px 50px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.tx-c3roadmapsearch .search-field input:focus {
  background-color: transparent;
  outline: none;
}
.tx-c3roadmapsearch .search-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
.tx-c3roadmapsearch .search-field :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}
.tx-c3roadmapsearch .search-field ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.tx-c3roadmapsearch a.roadmaps {
  position: relative;
  display: flex;
  width: calc(33.33333% - 10px);
  flex: 0 1 calc(33.333% - 10px);
  margin: 5px;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.85), rgb(255, 255, 255));
  border-radius: 33px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 16px 20px 16px 40px;
}
.tx-c3roadmapsearch a.roadmaps .glossy {
  width: 95%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.65));
}
.tx-c3roadmapsearch a.roadmaps .glossy:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9019607843), rgba(255, 255, 255, 0.8509803922), #FFFFFF);
}
.tx-c3roadmapsearch a.roadmaps .roadmap-icon {
  z-index: 2;
  width: 20px;
}
.tx-c3roadmapsearch a.roadmaps .roadmap-wrap {
  z-index: 2;
  color: black;
  padding-left: 11px;
  max-width: calc(100% - 20px);
}
.tx-c3roadmapsearch a.roadmaps .roadmap-wrap .search-attr.header {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
}

@media (max-width: 1170px) {
  .tx-c3roadmapsearch a.roadmaps {
    width: 50%;
    flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .tx-c3roadmapsearch .search-field {
    width: calc(100% - 10px);
  }
  .tx-c3roadmapsearch a.roadmaps {
    width: 100%;
    flex: 0 1 calc(100% - 10px);
  }
}

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