a {
   transition: 0.3s ease;
}

.container {
   margin-left: auto;
   margin-right: auto;
   max-width: 77rem;
   padding-left: 1rem;
   padding-right: 1rem;
   width: 100%;
}

.container-offset {
   margin: 0 -1rem;
}

@media (max-width: 767px) {
   .mobile-container-offset {
      margin: 0 -1rem;
   }
}

/* --- buttons --- */

.button-ghost,
.button-solid {
   position: relative;
   text-decoration: none;
   border-width: 0;
   cursor: pointer;
   transition-property: all;
   transition-duration: 0.3s;
   transition-timing-function: linear;
   display: inline-flex;
   justify-content: center;
   font-weight: bold;
   text-align: center;
   min-width: 10rem;
   padding: 0.75rem 2rem;
   box-shadow: 0px 3px 6px #00000029;
}

.button-solid:active,
.button-solid:focus,
.button-solid:hover,
.button-ghost:active,
.button-ghost:focus,
.button-ghost:hover {
   text-decoration: none;
}

.button-solid {
   background-color: #008238;
   color: #fff;
}

.button-solid:active,
.button-solid:focus,
.button-solid:hover {
   background-color: #fbac29;
   color: #fff;
}

.button-ghost {
   background-color: #fff;
   border: 1px solid #008238;
   color: #008238;
}

.button-ghost:active,
.button-ghost:focus,
.button-ghost:hover {
   background-color: #fbac29;
   border-color: #fbac29;
   color: #fff;
}

/* --- text colors --- */

.text-primary-dark {
   color: #224a2f;
}

.text-primary {
   color: #008238;
}

.text-primary-light {
   color: #45a140;
}

.text-primary-lighter {
   color: #8dc63f;
}

.text-primary-lightest {
   color: #c4df9b;
}

.text-gray-900 {
   color: #070707;
}

.text-secondary {
   color: #fbac29;
}

.hover\:text-secondary:hover {
   color: #fbac29 !important;
}

/* --- background colors --- */

.bg-primary-dark {
   background-color: rgba(34, 74, 47, var(--tw-bg-opacity));
}

.bg-primary {
   background-color: rgba(0, 130, 56, var(--tw-bg-opacity));
}

.bg-primary-light {
   background-color: rgba(69, 161, 64, var(--tw-bg-opacity));
}

.bg-primary-lighter {
   background-color: rgba(141, 198, 63, var(--tw-bg-opacity));
}

.bg-gray-100 {
   background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

/* --- Footer --- */

.footer p {
   padding: 0;
}

/* --- Ivory search --- */

.is-form-style input.is-search-input {
   height: 48px !important;
   font-size: 16px !important;
   border: none !important;
}

.is-form-style .is-search-submit {
   width: 130px !important;
   height: 100% !important;
   background-color: #008238 !important;
   text-align: center;
   cursor: pointer;
}

.is-form-style .is-search-icon {
   background-color: #1a1a1a;
   border: none;
}

.is-form-style .is-search-icon svg * {
   fill: #fff;
}

.is-ajax-search-post {
   background-color: #fff !important;
}

#global-search-bar {
   height: 60px;
   box-shadow: 0 19px 29px 0 rgba(0, 0, 0, 0.06);
   background-color: #7cba3d;
   padding: 8px;
}

#global-search-bar form {
   height: 100%;
   max-width: 600px;
   margin: 0 auto;
}

#global-search-bar form > label {
   height: 100%;
   width: 100% !important;
}

#global-search-bar form > label input {
   height: 100% !important;
   padding: 0 20px !important;
}

#global-search-bar .is-search-submit {
   color: #fff;
   font-weight: bold;
}
