/* values*/
/* button values - tbc */
.wp-f360-learn-support-search-banner {
  background-size: cover;
  padding: 128px 0 96px 0;
  width: 100%;
  height: auto;
}

.wp-f360-learn-support-banner-content {
  width: 100%;
  max-width: 78em;
  min-width: 20em;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.wp-f360-learn-support-banner-content h1 {
  max-width: 810px !important;
}

.wp-f360-learn-support-search-bar {
  width: 100%;
  max-width: 810px;
  position: relative;
}
.wp-f360-learn-support-search-bar:before {
  z-index: 1;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("https://damassets.autodesk.net/content/dam/autodesk/www/products/fusion-360/images/learn-support/search.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 53%;
}

.wp-f360-learn-support-search-bar input {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 55px;
  font-family: "Artifakt", sans-serif;
  border: solid 1px #ccc;
  background-color: #fff;
  margin-bottom: 32px;
  box-sizing: border-box;
  font-size: 17px;
}

.wp-f360-learn-support-suggestions {
  display: flex;
  flex-wrap: wrap;
}

.text .wp-f360-learn-support-suggestions h2 {
  margin-bottom: 16px;
}

.text .wp-f360-learn-support-suggestions-lists {
  margin-right: 64px;
}

.wp-f360-learn-support-suggestions-lists ul {
  padding-left: 0;
}
.wp-f360-learn-support-suggestions-lists ul li {
  list-style-type: none;
}

.wp-f360-learning-support-card-container {
  padding: 0 0 0;
  display: flex;
  justify-content: center;
}

.wp-f360-learning-support-card {
  border: 1px solid #dcdcdc;
  margin: 20px 20px 0 0;
  position: relative;
  padding: 16px;
  width: 100%;
  max-width: 375px;
  display: flex;
  flex-wrap: wrap;
  height: 190px;
  cursor: pointer;
}
.wp-f360-learning-support-card:hover {
  outline: 2px solid #faa21b;
  background-color: rgba(250, 162, 27, 0.03);
}

.wp-f360-learning-support-card p:nth-of-type(1) {
  font-size: 20px;
  width: 240px;
  margin-left: 10px;
  margin-top: 5px;
}

.wp-f360-learning-support-card p:nth-of-type(2) {
  margin-top: 20px;
}

.text .wp-f360-learning-support-card img {
  text-decoration: none;
  border-bottom: none;
}

.wp-f360-flex-break {
  flex-basis: 100%;
  height: 0;
}

div[class*=wp-banner-style-].wp-banner-style-eol:not(.wd-bg-dark-black), div[class*=wp-banner-style-].wp-banner-style-overview:not(.wd-bg-dark-black), div[class*=wp-banner-style-].wp-banner-style-targeted:not(.wd-bg-dark-black), div[class*=wp-banner-style-].wp-banner-style-small:not(.wd-bg-dark-black), div[class*=wp-banner-style-].wp-banner-style-medium:not(.wd-bg-dark-black), div[class*=wp-banner-style-].wp-banner-style-large:not(.wd-bg-dark-black), div[class*=wp-banner-style-].wp-banner-style-flexible:not(.wd-bg-dark-black) {
  background-size: cover !important;
}

.wp-banner-style-targeted .core-container {
  background: none !important;
}

@media (max-width: 1024px) {
  .wp-f360-learning-support-card-container {
    flex-flow: column;
  }

  .wp-f360-learning-support-card {
    padding: 20px;
    margin: 20px 0 0;
    max-width: 100%;
  }

  .wp-f360-learning-support-card p:nth-of-type(1) {
    width: 180px;
  }

  .wp-f360-learn-support-search-banner {
    padding: 64px 0 96px 0;
  }
}

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