/* Base */

/* Primary */

/* Secondary */

/* Containers */

/* Header height */

/* Rich text */

/* Widths */

/* Spacing */

/* Radius */

/* Misc */

.toggle-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #033803;
}

@media only screen and (min-width: 1024px) {
  .toggle-search {
    border-radius: 72px 0 0 72px;
    border-top: 20px solid #32d8c5;
    border-bottom: 20px solid #32d8c5;
    border-left: 20px solid #32d8c5;
    border-right: 0;
    width: 128px;
    height: 128px;
    margin-right: -45px;
  }
}

.toggle-search__icon {
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px;
  stroke: #033803;
}

@media only screen and (min-width: 1024px) {
  .toggle-search__icon {
    width: 32px;
    height: 32px;
    margin-left: -15px;
  }
}


/*# sourceMappingURL=toggle-search.css.map*/