/* Our Site Breakpoints (same as twitter bootstrap) */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

p {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 1152px) {
    p {
      font-size: 16px;
      line-height: 24px; } }

input[type="text"],
input[type="search"] {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

.btn {
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s ease; }
  .btn:hover {
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff; }

html {
  /*! autoprefixer: off */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  /*! autoprefixer: off */
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none; } }

.c-container, .site-header, .plant:not(article.plant), .plant-detail, .documents-section, .results-listing {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.site-header {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .site-header a[href^="tel"] {
    display: flex;
    align-items: center;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: underline; }
    .site-header a[href^="tel"]:before {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url("assets/images/phone.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      margin-right: 5px; }

.site-branding img {
  max-width: 200px; }
  @media (min-width: 1152px) {
    .site-branding img {
      max-width: 250px; } }

@media (min-width: 768px) {
  .site-contact a {
    font-size: 18px;
    line-height: 18px; } }

footer {
  background-color: #000;
  position: relative;
  color: #fff;
  padding: 30px 20px 30px 20px;
  overflow: hidden; }

.footer-cta {
  position: relative;
  width: 100%; }
  .footer-cta .cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: relative;
    padding: 30px;
    color: #000;
    z-index: 10;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .footer-cta .cta-inner {
        flex-direction: row; } }
    .footer-cta .cta-inner a[href^="tel"] {
      color: #000;
      text-decoration: underline; }
  .footer-cta:before {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: calc(50% - 700px / 2); }
  .footer-cta:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    right: 0;
    bottom: 0;
    background-color: #000;
    width: calc(50% - 700px / 2); }

.cta-btn a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all .3s ease; }
  .cta-btn a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none; }

.cta-txt {
  margin: 20px 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  @media (min-width: 768px) {
    .cta-txt {
      margin: 0 40px; } }

.cta-call {
  text-align: center; }
  @media (min-width: 768px) {
    .cta-call {
      text-align: left; } }

.phone-link {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-left: 30px; }
  .phone-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 40px;
    background-image: url("assets/images/phone.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center; }

.footer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .footer-container {
      flex-direction: row;
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }

.footer-brand {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-brand {
      width: 20%;
      padding-top: 30px;
      margin-bottom: 0; } }
  .footer-brand img {
    width: 100%;
    max-width: 300px; }
  .footer-brand p {
    margin: 20px 0 0 0; }
    .footer-brand p + p {
      margin: 0; }

.footer-columns {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-columns {
      flex-direction: row;
      justify-content: space-between;
      width: 50%;
      border-left: 1px solid #666;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 5%;
      margin-left: 5%; } }

.site-links {
  padding: 0;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .site-links {
      margin-bottom: 0; } }
  .site-links li {
    display: flex;
    align-items: center;
    list-style: none; }
    .site-links li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("assets/images/");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }
    .site-links li:not(:last-of-type) {
      margin-bottom: 20px; }
  .site-links a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px; }

.help-links {
  padding: 0;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .help-links {
      margin-bottom: 0; } }
  .help-links a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: normal; }
  .help-links li {
    list-style: none; }
    .help-links li:not(:last-of-type) {
      margin-bottom: 20px; }

.social-links {
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .social-links {
      margin-bottom: 0; } }
  .social-links h6 {
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px; }
  .social-links ul {
    display: flex;
    margin: 0;
    padding: 0; }
  .social-links li {
    list-style-type: none; }
    .social-links li:not(:last-of-type) {
      margin-right: 10px; }
    .social-links li img {
      max-width: 30px; }

.site-credit {
  width: 100%;
  color: #fff; }
  @media (min-width: 768px) {
    .site-credit {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      width: 25%; } }
  .site-credit a {
    color: #fff; }
    .site-credit a:hover {
      color: #000; }
  .site-credit p {
    font-weight: 600; }

.footer-bg {
  position: absolute;
  bottom: -200%;
  right: -25%;
  opacity: .2; }

section.error-404.not-found {
  width: clamp(320px, 100%, 1600px);
  margin: auto; }
  section.error-404.not-found header {
    margin-bottom: 50px; }
    section.error-404.not-found header h1 {
      margin: 30px auto;
      text-align: center;
      font-size: 30px; }
  section.error-404.not-found main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: clamp(300px, 300px, 50vh);
    border-style: solid none;
    border-width: 1px;
    border-color: black; }
    section.error-404.not-found main p {
      text-align: center;
      margin: 15px auto; }
      section.error-404.not-found main p a {
        font-weight: bold;
        color: black;
        text-decoration: underline; }
        section.error-404.not-found main p a:hover {
          text-decoration: none; }

.intro {
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  .intro img {
    max-width: 60px;
    margin-bottom: 30px; }
  .intro h1 {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 46px; }

.widget_search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 30px; }
  @media (min-width: 1152px) {
    .widget_search {
      padding: 60px; } }
  .widget_search form {
    display: flex;
    width: 100%;
    max-width: 400px; }
  .widget_search label {
    width: calc(100% - 50px); }
  .widget_search input[type="search"] {
    width: 100%;
    border: 1px solid #eee;
    background-color: #eee;
    color: #000; }
    .widget_search input[type="search"]::placeholder {
      color: #000; }
    .widget_search input[type="search"]:focus {
      outline: 0; }
  .widget_search input[type="submit"] {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    background-color: #eee;
    cursor: pointer;
    background-image: url("assets/images/search.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    text-indent: -9999px; }

.plant:not(article.plant) {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .plant:not(article.plant) {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .plant:not(article.plant) ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0; }
  .plant:not(article.plant) li {
    display: flex;
    flex-direction: column;
    border: 2px solid #fff;
    transition: all .3s ease;
    padding: 10px;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px; }
    .plant:not(article.plant) li:hover {
      border-color: #000; }
    .plant:not(article.plant) li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .plant:not(article.plant) li {
        padding: 20px;
        width: 32%;
        margin-right: 2%; }
        .plant:not(article.plant) li:nth-of-type(2n) {
          margin-right: 2%; }
        .plant:not(article.plant) li:nth-of-type(3n) {
          margin-right: 0; } }
    .plant:not(article.plant) li h2 {
      margin-top: 15px;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 1152px) {
        .plant:not(article.plant) li h2 {
          font-size: 18px;
          line-height: 26px; } }
    .plant:not(article.plant) li p {
      margin-bottom: 20px; }
    .plant:not(article.plant) li .btn {
      margin-top: auto;
      margin-bottom: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .plant:not(article.plant) li .btn {
          width: 50%; } }
  .plant:not(article.plant) img {
    width: 100%; }

.plant-detail {
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  overflow: hidden; }
  @media (min-width: 768px) {
    .plant-detail {
      flex-direction: row;
      padding-top: 60px; } }
  .plant-detail .plant-image {
    width: 100%;
    position: relative; }
    .plant-detail .plant-image:before {
      content: "";
      display: block;
      position: absolute;
      top: -30px;
      left: -30px;
      width: 60px;
      height: 60px;
      background-color: #fff;
      transform: rotate(45deg); }
      @media (min-width: 768px) {
        .plant-detail .plant-image:before {
          width: 100px;
          height: 100px;
          top: -50px;
          left: -50px; } }
    .plant-detail .plant-image:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -30px;
      right: -30px;
      width: 60px;
      height: 60px;
      background-color: #fff;
      transform: rotate(45deg); }
      @media (min-width: 768px) {
        .plant-detail .plant-image:after {
          width: 100px;
          height: 100px;
          bottom: -50px;
          right: -50px; } }
    @media (min-width: 768px) {
      .plant-detail .plant-image {
        width: 50%; } }
    .plant-detail .plant-image img {
      width: 100%; }
  .plant-detail .plant-info {
    width: 100%;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .plant-detail .plant-info {
        width: 100%;
        padding: 30px 0 30px 60px; } }
    @media (min-width: 1152px) {
      .plant-detail .plant-info {
        padding: 30px 0 30px 120px; } }
    .plant-detail .plant-info h1 {
      margin: 20px 0;
      font-size: 26px;
      line-height: 30px; }
    .plant-detail .plant-info img {
      max-width: 150px; }
    .plant-detail .plant-info ul.options {
      padding: 0;
      list-style-type: none;
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(3, 1fr); }
      .plant-detail .plant-info ul.options li {
        aspect-ratio: 1;
        border: solid 1px black;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px; }
        .plant-detail .plant-info ul.options li img {
          aspect-ratio: 1;
          width: 100%;
          display: block;
          max-width: 60%;
          height: 200px;
          object-fit: contain;
          margin: auto; }
        .plant-detail .plant-info ul.options li h3 {
          padding: 20px; }
        .plant-detail .plant-info ul.options li a {
          padding: 10px 20px;
          background: white;
          border: solid 1px black;
          color: black;
          text-transform: uppercase;
          width: clamp(200px, 40%, 300px);
          text-align: center;
          font-weight: bold;
          transition: all 0.3s; }
          s
          .plant-detail .plant-info ul.options li a:hover {
            color: white;
            background: black !important; }
  .plant-detail .idno {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .plant-detail p a {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    line-height: 26px; }
    .plant-detail p a:hover {
      text-decoration: none; }
    .plant-detail p a:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 20px;
      background-image: url("assets/images/arrows.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      margin-left: 15px; }

.documents-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .documents-section h2 {
    margin-bottom: 60px;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
    @media (min-width: 1152px) {
      .documents-section h2 {
        font-size: 36px;
        line-height: 44px; } }

.accordion-item:first-of-type .accordion-heading {
  border-top: 1px solid #000;
  background-image: url("assets/images/minus-black.png"); }
.accordion-item:first-of-type .active-tab {
  background-image: url("assets/images/plus-black.png"); }

.accordion-heading {
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #000;
  background-image: url("assets/images/plus-black.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 15px; }

.active-tab {
  background-image: url("assets/images/minus-black.png"); }

.accordion-content {
  padding: 25px 15px; }
  .accordion-content img {
    border: 1px solid #000;
    padding: 20px;
    max-width: 150px;
    margin-bottom: 20px; }
  .accordion-content .download {
    display: flex;
    align-items: center;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 20px; }
    .accordion-content .download:hover {
      text-decoration: none; }
    .accordion-content .download:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-left: 5px;
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      background-image: url("assets/images/download.png"); }
  .accordion-content ul {
    padding: 0; }
  .accordion-content li {
    list-style: none; }

body.search-results h1 {
  width: 100%;
  text-align: center;
  margin: 60px 0; }

.results-listing {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px; }
  .results-listing article.plant {
    padding: 0;
    background-color: #fff;
    border: 2px solid #fff;
    transition: all .3s ease;
    padding: 10px;
    margin-bottom: 20px;
    width: 48%;
    margin-right: 2%; }
    .results-listing article.plant:hover {
      border-color: #000; }
    .results-listing article.plant:nth-of-type(2n) {
      margin-right: 0; }
      @media (min-width: 768px) {
        .results-listing article.plant:nth-of-type(2n) {
          margin-right: 2%; } }
    @media (min-width: 768px) {
      .results-listing article.plant {
        width: 32%; }
        .results-listing article.plant:nth-of-type(3n) {
          margin-right: 0; } }
    .results-listing article.plant img {
      margin-bottom: 20px; }
    .results-listing article.plant h2 {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 1152px) {
        .results-listing article.plant h2 {
          font-size: 18px;
          line-height: 26px; } }
    .results-listing article.plant a {
      color: #000; }

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