/*
Theme Name: BioPro Probiotics
Theme URI: https://dobble.com.au
Description: BioPro Probiotics WP Theme
Author: Dobble Pty Ltd
Author URI: https://dobble.com.au
Version:1.0
*/
@font-face {
  font-family: "Patua One";
  src: local("PatuaOne Regular"), local("PatuaOne-Regular"), url("fonts/PatuaOne-Regular.woff2") format("woff2"), url("fonts/PatuaOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("StyreneAWeb-Light.eot");
  src: local("Styrene A Web Light"), local("StyreneAWeb-Light"), url("fonts/StyreneAWeb-Light.eot?#iefix") format("embedded-opentype"), url("fonts/StyreneAWeb-Light.woff2") format("woff2"), url("fonts/StyreneAWeb-Light.woff") format("woff"), url("fonts/StyreneAWeb-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("StyreneAWeb-Regular.eot");
  src: local("Styrene A Web Regular"), local("StyreneAWeb-Regular"), url("fonts/StyreneAWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/StyreneAWeb-Regular.woff2") format("woff2"), url("fonts/StyreneAWeb-Regular.woff") format("woff"), url("fonts/StyreneAWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("StyreneAWeb-Medium.eot");
  src: local("Styrene A Web Medium"), local("StyreneAWeb-Medium"), url("fonts/StyreneAWeb-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/StyreneAWeb-Medium.woff2") format("woff2"), url("fonts/StyreneAWeb-Medium.woff") format("woff"), url("fonts/StyreneAWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Styrene A Web";
  src: url("StyreneAWeb-Bold.eot");
  src: local("Styrene A Web Bold"), local("StyreneAWeb-Bold"), url("fonts/StyreneAWeb-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/StyreneAWeb-Bold.woff2") format("woff2"), url("fonts/StyreneAWeb-Bold.woff") format("woff"), url("fonts/StyreneAWeb-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

::-webkit-scrollbar {
  display: none !important;
  /* Safari and Chrome */
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Styrene A Web", serif;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

h5 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
}

h6 {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

article h1 {
  font-size: clamp(1.3rem, 2vw, 1.2rem);
  color: #464646;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #d05e26;
}
a.underline-on-hover:hover {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.dot-points {
  list-style-type: square;
}
ul.dot-points.inside {
  list-style-position: inside;
}

.email-at-symbol:before {
  content: "@";
}

.d-flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-grid {
  display: grid;
}
.d-grid.g-9-3 {
  grid-template-columns: 9fr 3fr;
}
.d-grid.g-9-3 p {
  margin: 0;
}
.d-grid.g-9-3 .btn, .d-grid.g-9-3 input {
  margin: 0.5rem 0 0;
  line-height: 175%;
}
.d-grid.g-9-3 .btn {
  min-width: 200px;
}
.d-grid.g-9-3 input {
  border: none;
  border-bottom: 1px solid;
  padding: 14px 16px;
}
.d-grid.g-1-1 {
  grid-template-columns: 1fr 1fr;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-stc {
  justify-content: flex-start;
}

.ai-start {
  align-items: flex-start;
}

.ai-center {
  align-items: center;
}
.ai-center .wpcf7-form-control-wrap {
  width: 100%;
}

.ai-end {
  align-items: flex-end;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-col {
  flex-direction: column;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #102c50;
}

.text-secondary {
  color: #d05e26;
}

.m-0-auto {
  margin: 0 auto !important;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.p4-0 {
  padding: 4rem 0;
}

.w-100 {
  width: 100%;
  min-width: 0 !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-480 {
  max-width: 480px;
}

.mw-700 {
  max-width: 700px;
}

.mw-1140 {
  max-width: 1140px !important;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ctl-mobile {
  text-align: center;
}

.ltc-mobile {
  text-align: left;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.overflow-auto {
  overflow: auto;
}

.mh-480 {
  max-height: 480px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.anchor-text.with-icon {
  margin-left: 0.8rem;
}

.border-top {
  border-top: 1px solid #d05e26 !important;
}

.object-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  padding: 0 !important;
}

.wpcf7 form .wpcf7-response-output,
.gform_confirmation_message {
  margin: 2rem auto !important;
  padding: 1.2rem !important;
  background-color: #3498db;
  color: #fff;
  line-height: 100% !important;
  text-align: center;
  border: none !important;
}

.gform_confirmation_message {
  background-color: #18bc9c;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #18bc9c;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #e74c3c;
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #f39c12;
}

.rounded {
  border-radius: 50%;
}

body {
  font-family: "Styrene A Web", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 200%;
  animation: fadeIn 1.5s ease-in;
}

p {
  line-height: 225%;
}

.content-area {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  position: relative;
  margin: 0 auto;
}
.content-area.border-top {
  border-top: 1px solid #fff;
  border-width: calc(100% - 60px);
}

.svg {
  display: inline-block;
  width: 22px;
  height: 22px;
  fill: #606974;
  margin-top: 5px;
  margin-bottom: -5px;
  transition: all 0.2s ease-in-out;
}
.svg.svg-text-right {
  margin-right: 6px;
}
.svg.svg-lrg {
  width: 80px;
  height: 80px;
  fill: #102c50;
  display: block;
  margin: 20px auto;
}

.bg-grey {
  background-color: #f0f2f6;
}

.searchable-ingredients {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  justify-content: space-between;
  padding: 40px 0;
}

.card {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
}

.card.filters {
  max-height: 80vh;
  overflow: auto;
  position: sticky;
  top: 100px;
}

.card input[type=search] {
  border: 1px solid #333;
  width: 100%;
  margin: 0 auto;
}

.card label:before,
.card input,
.card .btn {
  border-radius: 0.25rem !important;
}

.card .body {
  max-height: 600px;
  overflow: auto;
}

.card .body::-webkit-scrollbar {
  margin-left: 50px;
}

.card .body .heading {
  font-weight: 600;
  color: #102c50;
  font-size: 1.2rem;
  margin: 1rem 0;
}

.search-results-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
	
}

.search-result {
  border: 1px solid #dadbdf;
  grid-template-columns: 1.5fr 4fr;
  margin-right: 1rem;
	width:100%;
}

.search-result .file-type {
  padding: 10px;
  background-color: #102c50;
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
}

.search-result .file-type img {
  margin-bottom: 0.7rem;
}

.search-result .article-container {
  padding: 20px;
}

.search-result .article-container article h2 {
  font-size: 1.2rem;
  font-weight: 500;
}

.search-result .article-container article p {
  color: #7a7b7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recent-articles {
  grid-template-columns: 1fr 1fr 1fr;
}
.recent-articles article .feature-image-container {
  width: 100%;
  height: 320px;
}
.recent-articles article .feature-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.recent-articles article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 300;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recent-articles article.media .feature-image-container img {
  -o-object-fit: contain;
  object-fit: contain;
}

.article-date {
  font-weight: 500;
  color: #d05e26;
  margin: 0 auto 1rem;
}

.products-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.products-grid .product .product-icon-container, .products-grid .product .product-thumbnail-container {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 1rem;
}
.products-grid .product .product-icon-container img, .products-grid .product .product-icon-container svg, .products-grid .product .product-thumbnail-container img, .products-grid .product .product-thumbnail-container svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-grid .product .product-thumbnail-container {
  max-width: 320px;
  height: 100%;
  max-height: 350px;
  padding: 2rem 1rem;
}
.products-grid .product .product-title {
  font-weight: 600;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  color: #102c50;
  min-height: 6rem;
}

.contact .tagline {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.contact .contact-info {
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: row;
  justify-content: space-between;
}
.contact .contact-info h4 {
  font-size: 1rem;
}

.single-product {
  grid-template-columns: 1fr 2fr;
}
.single-product .image-container {
  width: 100%;
  max-height: 450px;
  display: block;
  background-color: #efefef;
  padding: 1rem;
  position: relative;
}
.single-product .image-container:before {
  content: "Click to enlarge";
  background-color: #000;
  color: #fff;
  position: absolute;
  line-height: 100%;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 0;
}
.single-product .image-container:hover:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-product .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-product h1 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}
.single-product h2 {
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.single-product .product-description ul {
  list-style-type: square;
  list-style-position: inside;
}

.image-container {
  width: 100%;
}
.image-container img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

#bouncing-div {
  position: fixed;
  bottom: 20px;
  right: 20px;
  animation: bouncing 2s infinite;
  z-index: 9999;
  padding: 1rem 1.2rem;
  color: #fff;
  border-radius: 2rem;
  background-color: #102c50;
  border: 2px solid #fff;
  font-weight: bold;
}
#bouncing-div:hover {
  background-color: #d05e26;
  color: #fff;
}

@keyframes bouncing {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
svg.product-category-icons path {
  fill: #102c50;
}

header {
  background-color: #fff;
  color: #000;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  padding: 1rem 2rem;
  transition: all 1s ease-in-out;
}
header.sticky {
  position: sticky;
  width: 100%;
  top: 0;
}
header.scrolled .social-media-container li {
  width: 26px;
  height: 26px;
}
header.scrolled .social-media-container li:first-child {
  margin-left: -40px;
}
header #header-logo-container {
  width: 129px;
  height: 77px;
  line-height: 100%;
  transition: all 1s ease-in-out;
}
header #header-logo-container img {
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}
header #header-logo-container.scrolled {
  width: 90px;
  height: 53.7px;
}

footer {
  background-color: #102c50;
  color: #fff;
}
footer .content-area {
  gap: 4rem;
}
footer .content-area .footer-widget {
  width: 100%;
}
footer .content-area .footer-widget .footer-heading {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
footer .logo {
  width: 129px;
  height: 77px;
  margin-bottom: 2rem;
}
footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer #site-details {
  font-size: 0.9rem;
  text-align: center;
}
footer #site-details .site-details a.site-author {
  font-family: "Patua One", cursive;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s ease-in-out;
}
footer #site-details .site-details a.site-author:hover {
  color: #6abc9f;
}
footer #legal-links ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0px 10px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
footer #legal-links ul li:last-child {
  border-right: none;
}

.banner {
  width: 100%;
  position: relative;
  min-height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner.home {
  background-image: url("images/home-banner-bg.jpg");
  background-attachment: fixed;
  min-height: 700px;
}
.banner.product-enquiry {
  background-image: url("images/home-banner-bg.jpg");
  background-attachment: fixed;
}
.banner.media-articles {
  background-image: url("images/article01.jpg");
  background-attachment: fixed;
  min-height: 560px;
}
.banner .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner .heading, .banner p {
  font-weight: 400;
}
.banner p {
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.banner .heading {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  line-height: 125%;
}

.services-wrapper .service {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.services-wrapper .service img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.services-wrapper .service .text-overlay {
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  position: absolute;
  margin-bottom: 1.8rem;
  color: #fff;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid transparent;
  line-height: 100%;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}
.services-wrapper .service:hover .text-overlay {
  border-bottom: 1px solid #fff;
}

.faqs .accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font: inherit;
  font-size: 0.95rem;
  border-left: 1px solid #102c50;
  transition: border 0.1s ease-out;
}
.faqs .accordion.active, .faqs .accordion.accordion:hover {
  border-left: 4px solid #d05e26;
  font-weight: 600;
}
.faqs .accordion.active + .panel {
  border-left: 4px solid #d05e26;
}
.faqs .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  border-left: 1px solid transparent;
  margin-bottom: 1rem;
}

.hero-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  flex-direction: column;
}
.hero-banner .overlay h1, .hero-banner .overlay h2, .hero-banner .overlay h3, .hero-banner .overlay h4, .hero-banner .overlay h5, .hero-banner .overlay h6, .hero-banner .overlay .heading, .hero-banner .overlay p {
  margin: 10px auto;
}
.hero-banner .overlay p {
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.hero-banner .overlay .heading {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 125%;
}
.hero-banner .overlay .locality svg {
  fill: #fff;
  width: 13.95px;
  height: 18px;
  margin-bottom: -3px;
  margin-right: 5px;
}

.quick-contact {
  background-color: #000;
  color: #fff;
  padding: 3rem;
  position: relative;
}
.quick-contact:after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  background-color: #000;
  bottom: 0;
  left: 50%;
  margin-left: -1rem;
  margin-bottom: -1rem;
  transform: rotate(45deg);
}
.quick-contact .heading {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.quick-contact p {
  margin: 0;
}
.quick-contact .widget {
  border-left: 1px solid #fff;
  padding-left: 1.4rem;
}

.social-media-container {
  line-height: 100%;
  font-size: 0;
}
.social-media-container li {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 8px;
  display: inline-block;
  overflow: hidden;
  font-size: 1rem;
  transition: all 1.5s ease-in-out;
}
.social-media-container li:first-child {
  margin-left: 0;
}
.social-media-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
.social-media-container a:hover img {
  opacity: 1;
}
.social-media-container a svg {
  width: 100%;
  height: 100%;
  fill: #102c50;
  transition: all 0.2s ease-in-out;
}
.social-media-container a:hover svg {
  fill: #d05e26;
}

header .social-media-container {
  margin-right: 30px;
}
header .social-media-container li:first-child {
  margin-left: -20px;
}

#mobile-nav-container .social-media-container a svg {
  fill: #102c50;
}
#mobile-nav-container .social-media-container a:hover svg {
  fill: #d05e26;
}

footer .social-media-container li {
  width: 1.5rem;
  height: 1.5rem;
}
footer .social-media-container li svg {
  fill: #fff;
}

.team-members {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.team-members .team-member .photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.team-members .team-member .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#primary-menu ul li {
  display: inline-block;
  margin: 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 10px 0;
}
#primary-menu ul li a {
  padding: 5px 0;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 1px solid transparent;
}
#primary-menu ul li a:hover {
  color: inherit;
  border-bottom: 1px solid #d05e26;
}
#primary-menu ul li:last-child {
  margin-right: 0;
}
#primary-menu ul li .sub-menu {
  width: 320px;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-top: 3px solid #102c50;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in;
}
#primary-menu ul li .sub-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
}
#primary-menu ul li .sub-menu li a {
  padding: 1rem;
}
#primary-menu ul li .sub-menu li a:hover {
  background-color: #d05e26;
  color: #fff;
}
#primary-menu ul li:hover .sub-menu {
  display: block;
}

#mobile-nav-container {
  width: 100%;
  max-width: 260px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: fixed;
  right: -260px;
  top: 0;
  z-index: 9999;
  padding: 40px;
  transition: all 0.5s ease-in-out;
}
#mobile-nav-container .logo {
  width: 129px;
  height: 77px;
  margin-left: 15px;
}
#mobile-nav-container .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mobile-nav-container .menu-links ul ul {
  text-indent: 30px;
}
#mobile-nav-container .menu-links ul li {
  width: 100%;
  color: inherit;
  line-height: 22px;
  font-weight: 300;
  outline: none;
}
#mobile-nav-container .menu-links ul li a {
  padding: 12px 18px;
  width: 100%;
  height: 100%;
  display: block;
  color: #102c50;
}
#mobile-nav-container .menu-links ul li a:hover {
  color: #fff;
  background-color: #d05e26;
}
#mobile-nav-container .menu-links ul .sub-menu {
  display: none;
}

.menu-icon {
  width: 30px;
  height: 23px;
  position: relative;
  right: 0;
  display: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.menu-icon:hover span {
  background-color: #d05e26;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  z-index: 9999;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
.menu-icon span:nth-child(1) {
  top: 0px;
}
.menu-icon span:nth-child(2) {
  top: 9px;
}
.menu-icon span:nth-child(3) {
  top: 18px;
}
.menu-icon.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
.menu-icon.open span:nth-child(2) {
  opacity: 0;
}
.menu-icon.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

#menuToggle {
  display: none;
}
#menuToggle:checked ~ #mobile-nav-container {
  right: 0;
}
#menuToggle:checked ~ header .menu-icon {
  right: 270px;
}

.dimmer {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgb(255, 255, 255);
  position: fixed;
  z-index: 9998;
  top: 0;
  transition: all 0.5s ease-in-out;
}

footer #quicklinks li {
  margin: 5px auto;
}
footer #quicklinks li a {
  border-left: 2px solid transparent;
  padding-left: 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 2px;
}
footer #quicklinks li a:hover {
  border-color: #fff;
}

/**
    Forms
    Fieldsets & Legends
    Submit Buttons
**/
fieldset {
  padding: 40px;
  border: 1px solid #d05e26;
}
fieldset legend {
  padding: 2px 25px;
  font-weight: 400;
  background-color: #102c50;
  color: #fff;
  font-size: 1rem;
}

input,
select,
textarea {
  font: inherit;
  width: 100%;
  margin: 0 auto 8px;
  padding: 10px;
  border: 1px solid #102c50;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  overflow: hidden;
  resize: none;
  height: 9rem;
}

.opt-input {
  opacity: 0;
  display: none;
}
.opt-input + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
}
.opt-input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #215ba5;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.opt-input:hover + label::before {
  border: 1px solid #102c50;
}
.opt-input:checked + label::before {
  border: 1px solid #102c50;
}
.opt-input:checked + label::after {
  background-color: #102c50;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 4px;
}

input[type=radio].opt-input + label::before {
  border-radius: 50%;
}
input[type=radio].opt-input:checked + label::after {
  border-radius: 50%;
}

.list-item, .input-group label, .input-group.list, .input-group.list label {
  display: block;
  margin: 10px auto;
}

.input-group-question p {
  margin-top: 60px;
}

.input-group {
  display: flex;
  justify-content: space-around;
  margin: 0px auto;
}
.gform_wrapper.gravity-theme input[type=submit],
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 400;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
  border: 0;
  text-align: center;
  min-width: 200px;
  transition: all 0.2s ease-in-out;
}

.btn.btn-hollow-primary {
  background: transparent;
  border: 1px solid #102c50;
  color: #102c50;
}
.btn.btn-hollow-primary:hover {
  background-color: #102c50;
  color: #fff;
}
.btn.btn-hollow-secondary {
  background: transparent;
  border: 1px solid #d05e26;
  color: #d05e26;
}
.btn.btn-hollow-secondary:hover {
  background-color: #d05e26;
  color: #fff;
}
.btn.btn-hollow-white-primary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-hollow-white-primary:hover {
  background-color: #fff;
  color: #102c50;
}
.btn.btn-hollow-white-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-hollow-white-secondary:hover {
  background-color: #fff;
  color: #d05e26;
}
.btn.btn-solid-primary {
  background-color: #102c50;
  color: #fff;
}
.btn.btn-solid-primary:hover {
  background-color: #d05e26;
}
.btn.btn-solid-secondary {
  background-color: #d05e26;
  color: #fff;
}
.btn.btn-solid-secondary:hover {
  background-color: #102c50;
}
.btn.btn-solid-primary-lighter {
  background-color: #102c50;
  color: #fff;
}
.btn.btn-solid-primary-lighter:hover {
  background-color: #215ba5;
}
.btn.btn-solid-secondary-lighter {
  background-color: #d05e26;
  color: #fff;
}
.btn.btn-solid-secondary-lighter:hover {
  background-color: #e69b76;
}
.btn.btn-solid-primary-darker {
  background-color: #102c50;
  color: #fff;
}
.btn.btn-solid-primary-darker:hover {
  background-color: black;
}
.btn.btn-solid-secondary-darker {
  background-color: #d05e26;
  color: #fff;
}
.btn.btn-solid-secondary-darker:hover {
  background-color: #7a3716;
}
.btn.btn-centered {
  display: inline-block;
  margin: 0 auto;
}

.btn-group .btn {
  margin: 4px auto;
}
.btn-group.list .btn {
  display: block;
  width: 100%;
  margin: 8px auto;
}
.btn-group.centered {
  text-align: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .mw-1140 {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 960px) {
  #primary-menu {
    display: none;
  }
  header .social-media-container {
    display: none;
  }
  .menu-icon,
#mobile-nav-container {
    display: block;
  }
  #menuToggle:checked ~ .dimmer {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #header-logo-container {
    width: 80px;
    height: 80px;
  }
  #header-logo-container img {
    width: 40px;
    height: 40px;
  }
  footer .content-area {
    flex-direction: column;
  }
  .projects-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .quick-contact {
    background-color: transparent;
    display: block !important;
    padding: 0;
  }
  .quick-contact:after {
    display: none;
  }
  .quick-contact .widget {
    background-color: #000;
    padding: 1.5rem;
    margin: 20px auto;
    text-align: center;
  }
  .g-x-2 {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
	.search-results-container {
	gap:2rem;
}
.searchable-ingredients {
	display:block;
}
.card.filters {
	position:static;
}
.card {
	margin-bottom:32px;
	padding:1rem;
}
.mobile-padding {
	padding:30px 16px;
}
.search-result {
	display:block;
	width:100%;
}
.search-result .file-type {
	padding:20px 10px;
}
}
@media (max-width: 720px) {
  .projects-wrapper {
    grid-template-columns: 1fr;
  }
  .services-wrapper.g-1-1 {
    grid-template-columns: 1fr;
  }
  .g-x-1 {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .g-x-1 .btn {
    width: 100% !important;
  }
  .capability-statement {
    position: relative;
  }
  .capability-statement .logo {
    position: absolute;
    z-index: 500;
    bottom: 0;
    left: 0;
    min-width: 80px;
    height: 80px;
  }
  .capability-statement .logo img {
    width: 40px;
    height: 40px;
  }
  .ltc-mobile {
    text-align: center;
  }
  .jc-stc {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  #site-details {
    line-height: 150%;
  }
  #legal-links ul {
    margin-bottom: 20px;
  }
  #legal-links ul li {
    display: block;
    margin: 10px auto;
    height: auto;
    border: none;
  }
  .ctl-mobile {
    text-align: left;
  }
}
