.gd_welcome .link[aria-expanded=false] > .expanded,
.gd_welcome .link[aria-expanded=true] > .collapsed {
  display: none;
}

.gd-topic-card {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

a.gd-card-link:hover .gd-topic-card {
  box-shadow: none;
}
a.gd-card-link:hover .gd-topic-card .tile-title {
  color: #426b64;
}

.gd-topic-card {
  background: #dedcc8;
}
.gd-topic-card a:hover .tile-title {
  color: #233a48;
}
.gd-topic-card img {
  max-width: 100%;
  min-width: 100%;
}
.gd-topic-card p {
  margin-bottom: 0;
  font-weight: bold;
}
.gd-topic-card .tile-title {
  min-height: 5rem;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 2rem;
}

.gd-topic-grid .col {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.gd-topic-page .pageHeader .page-header h1 {
  color: #6A9182;
  margin-top: 0;
}

.eremophila-study-group figcaption p {
  margin-top: 0.5em;
  font-size: 18px;
}

.eremophila-study-group .tooltip-inner p {
  margin-bottom: 0;
  font-size: 100%;
}

.eremophila-additional-content p {
  margin-bottom: 0;
}

.gd-topic-page {
  margin-bottom: 2rem;
}
.gd-topic-page .link[aria-expanded=false] > .expanded,
.gd-topic-page .link[aria-expanded=true] > .collapsed {
  display: none;
}
.gd-topic-page .additionalWrapper {
  margin-bottom: 4rem;
}
.gd-topic-page .additionalWrapper .repeaterHeading {
  font-size: 4.5em;
  color: #6A9182;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.gd-topic-page .btnWrapper a {
  border-bottom: 7px solid #233a48;
}
.gd-topic-page .btnWrapper {
  margin-top: 2em;
  font-size: 1.3em;
}

.gd-story-content {
  margin-top: 5rem;
}
.gd-story-content .entry-header {
  color: #6A9182;
}
.gd-story-content .entry-header h4 {
  color: #426B64;
}
.gd-story-content .entry-title {
  margin-bottom: 5rem;
}
.gd-story-content hr {
  border-top: 2px solid #426B64;
  margin-bottom: 3rem;
}

.gd-story-footer {
  margin-top: 4rem;
}

.storyCard {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 4rem;
  display: flex;
  padding: 1.6rem;
}
.storyCard .card-body a {
  cursor: pointer;
  font-size: 18px;
}
.storyCard .imageBox {
  height: auto;
}
.storyCard .card-body {
  flex-basis: 70%;
  padding-bottom: 2.8rem;
}
.storyCard .card-body p {
  font-size: 18px;
}
.storyCard .card-body .blue-btn {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .storyCard .imageBox {
    width: 200px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 200px;
  }
  .storyCard .card-body {
    padding: 0;
    padding-left: 2rem;
  }
  .storyCard .card-body h4 {
    margin-bottom: 0.4rem;
    color: #426B64;
  }
}
@media only screen and (max-width: 600px) {
  .storyCard {
    flex-direction: column;
  }
  .storyCard .imageBox {
    background: url(http://anpsa:8888/wp-content/uploads/Plants-Planting-1-Edit-aspect-ratio-490-460.jpg);
    background-size: cover;
    background-position: center;
    min-height: 200px;
  }
}
.gd-topic-filters .search-filter-results {
  margin-top: 4rem;
}

.gd-topic-filters h2 {
  color: #6A9182;
  font-size: 4em;
}

.gd-topic-filters .searchandfilter ul {
  font-family: Archivo, arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.gd-topic-filters .searchandfilter ul > li {
  margin-bottom: 20px;
}
.gd-topic-filters .searchandfilter ul .sf-field-submit {
  height: 50px;
  margin-right: 50px;
  padding: 0;
}
.gd-topic-filters .searchandfilter ul .sf-field-submit input {
  width: 60px;
  height: 50px;
  background-color: #6A9182; /* Green background color */
  border: none; /* Remove border */
  padding: 10px 20px; /* Adjust padding for better appearance */
  box-sizing: border-box; /* Include padding in the total height */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* Text color */
  font-size: 16px; /* Adjust font size */
  background-image: url("../images/arrow-right.svg"); /* Path to your SVG file */
  background-repeat: no-repeat;
  background-size: 35px 20px; /* Adjust the size of the SVG icon */
  background-position: center; /* Adjust the space between text and icon */
}
.gd-topic-filters .searchandfilter ul .search-filter-reset,
.gd-topic-filters .searchandfilter ul .sf-field-reset {
  background: none; /* Green background color */
  border: none;
  padding: 0;
  cursor: pointer;
  color: #6A9182; /* Text color */
  font-size: 18px; /* Adjust font size */
  text-decoration: underline;
}
.gd-topic-filters .searchandfilter ul .sf-field-reset {
  width: 100%;
}
.gd-topic-filters .searchandfilter ul .sf-field-taxonomy-bioregions {
  margin-right: 50px;
  padding-bottom: 0;
}
.gd-topic-filters .searchandfilter ul .sf-field-taxonomy-garden_design_topics {
  margin-right: 50px;
  padding: 0;
}
.gd-topic-filters .searchandfilter ul .sf-field-search {
  padding-bottom: 0;
}
.gd-topic-filters .searchandfilter ul .sf-field-search label {
  min-width: 100%;
}
.gd-topic-filters .searchandfilter ul .sf-field-search input {
  border-color: #6A9182;
  height: 50px;
  padding-left: 10px;
  font-size: 18px;
  min-width: 100%;
}
.gd-topic-filters .searchandfilter ul .sf-field-search input::placeholder {
  color: #A7BEB5;
  font-weight: lighter;
}
.gd-topic-filters .searchandfilter ul select {
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  border: 1px solid #6A9182;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  padding-right: 40px;
  color: #6A9182;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.8em top 50%, 0 0;
}

#gform_wrapper_2 {
  margin-top: 4em;
}
#gform_wrapper_2.gform_wrapper {
  background: #6a9182;
  color: #DEDCC7;
  padding: 1em 2em 6em 2em;
  margin-bottom: 8em;
}
#gform_wrapper_2.gform_wrapper input {
  background: #DEDCC7;
  color: #444;
  border: none;
  font-size: 1.5em !important;
  padding: 0.6em 1.4em 0.5em 0.8em !important;
}
#gform_wrapper_2.gform_wrapper .gform_footer input.button,
#gform_wrapper_2.gform_wrapper .gform_footer input[type=submit],
#gform_wrapper_2.gform_wrapper .gform_page_footer input.button,
#gform_wrapper_2.gform_wrapper .gform_page_footer input[type=submit] {
  background: #233a48;
  color: #DEDCC7;
  float: right;
  padding: 0.7em 1.5em;
  font-weight: 600;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 .gfield_label {
  font-size: 1.8em !important;
}
#gform_wrapper_2 .gform_wrapper .gform_wrapper input::placeholder {
  color: #444 !important;
  font-size: 0.9em !important;
}
#gform_wrapper_2 .gfield_label {
  font-size: 1.8em !important;
}
#gform_wrapper_2 .gform_wrapper .gform_footer input.button:hover {
  box-shadow: 0px 0px 0px 0px;
}
#gform_wrapper_2 textarea {
  background: #DEDCC7;
  border: 0;
}

.content p a.gd-back-link {
  margin-bottom: 30px;
  color: #6A9182;
  text-decoration: none;
  cursor: pointer;
}
.content p a.gd-back-link svg {
  margin-right: 8px;
  margin-left: 6px;
  margin-bottom: 5px;
  transition: margin 100ms linear;
}
.content p a.gd-back-link:hover svg {
  margin-left: 0;
  margin-right: 14px;
  transition: margin 100ms linear;
}

.page-id-12878 .pageHeader {
  padding-top: 2em;
}

.gform_wrapper {
  background: #6a9182;
  color: #dedcc8;
  padding: 1em 2em 6em;
  margin-bottom: 8em;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper input {
  background: #dedcc8;
  color: #444;
  border: none;
  font-size: 1.5em !important;
  padding: 0.6em 1.4em 0.5em 0.8em !important;
}
.gform_wrapper input::placeholder {
  color: #444 !important;
  font-size: 0.9em !important;
}
.gform_wrapper textarea {
  background: #dedcc8;
  border: 0;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background: #233a48;
  color: #dedcc8;
  float: right;
  padding: 0.7em 1.5em;
  font-weight: 600;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gform_wrapper .gfield_label {
  font-size: 1.8em !important;
}
.gform_wrapper .gform_footer input.button:hover {
  box-shadow: 0px 0px 0px 0px;
}

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