body {
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-size: 14px;
}

h1 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}


h1,
h3,
h4,
h5,
h6 {
  /* font-family: 'Libre Baskerville', serif; */
  color: #15406B;
}

h2 {
  /* font-family: 'Source Sans Pro', sans-serif; */
  color: #287ABD;
  text-transform: uppercase;
  font-size: 28px;
}

.footerlinks {
  margin-bottom: 5px;
}

.pagination>.active>a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #15406B;
  border-color: #15406B;
}


.rednotes {
  /* font-family: 'Source Sans Pro', sans-serif; */
  color: #920406;
  font-weight: bold;
}

footer {
  /* font-family: 'Source Sans Pro', sans-serif; */
  color: #fff;
  background-color: #15406B;
  line-height: 1.1;
  font-size: 12px;
}

iframe {
  border: none;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.collapse.in {
  display: block;
  border: 1px solid #ddd;
}

.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #15406B;
}

.pricesmall {
  color: #15406B;
}

.details {
  font-size: 14px;
  font-style: oblique;

}


.thumbnail {
  margin-bottom: 0;
}

.caption {
  margin-bottom: 20px;
}

.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}

.accountmenustyle {
  /* font-family: 'Source Sans Pro', sans-serif; */
  color: #fff;
  background-color: #15406B;
  font-weight: 400;
  font-size: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #eaa700;
  background-color: transparent;
}

.productmenustyle {
  /* font-family: 'Source Sans Pro', sans-serif; */
  color: #fff;
  background-color: #287ABD;
  font-weight: 400;
}

a.dropdown-toggle {
  padding-right: 5px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:active {
  color: #fff;
}

.footerheaders {
  color: #eaa700;
  font-size: 18px;
}


a.footerlinks {
  color: #fff;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 5px;
  border: none;
  border-radius: 0px;
}

.navbar-nav {
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 0px;
  margin-left: -15px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  background-color: #eaa700;
  border-radius: 10px;
}

.searchresult_text {
  color: #287ABD;
}

.signin_button {
  background-color: #eaa700;
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.gray_bar {
  background-color: #f1f1f1;
}

.imprintWarning {
  background-color: #E0FFFF;
}

.forceEvenRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.newsflash-display {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.nopadding-left {
  padding-left: 0;
}

.nopadding-right {
  padding-right: 0;
}

#logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
}

#logo img {
  width: 250px;
  max-width: 90vw;
  height: auto;
  /* Maintain aspect ratio */
}

#top {
  background: linear-gradient(to bottom, white 70%, #84B8E3 100%);
  padding-bottom: 5rem;
}

.lightblue {
  background-color: #84B8E3;
}


.gradient-2 {
  background: linear-gradient(to bottom, #84B8E3 10%, #15406B 90%);
  padding-bottom: 5rem;
}

.gradient {
  /* Fallback solid color */
  background-color: #ffffff;

  /* Standard gradient */
  background: linear-gradient(to bottom,
      #ffffff 20%,
      #84B8E3 80%,
      #15406B 100%);

  /* WebKit prefix for older browsers */
  background: -webkit-linear-gradient(top,
      #ffffff 20%,
      #84B8E3 80%,
      #15406B 100%);
}

.centered {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0rem 1;
}

.feature {
  width: 250px;
  /* Adjust the width as needed */
  height: 250px;
  /* Adjust the height as needed */
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* Center the circle horizontally */
  margin-bottom: 1rem;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.18));
}

.feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-text {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 12pt;
  font-weight: 400;
  padding: 0 15%;
  margin-bottom: 0px;
}

.amcon-powder {
  background-color: #84B8E3;
}

h1 {
  font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 36pt;
  font-weight: 600;
  margin-bottom: 2rem;
}

h2 {
  font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 36pt;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: none
}

h3 {
  font-family: 'Poppins', sans-serif;
  color: #0159A6;
  font-size: 20pt;
  font-weight: 600;
  margin-bottom: 2rem;
}

h4 {
  font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 16pt;
  font-weight: 400;
}

#existingcustomers li {
  font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 14pt;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #15406B !important;
  border-color: #15406B !important;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #133859 !important;
  border-color: #133859 !important;
  color: #ffffff;
}

#btn-cta {
  border-radius: 25px;
  background-color: #84B8E3;
  border: 0;
  margin-bottom: 1rem;
  min-width: 40%;
  font-weight: 600;
}

#btn-call {
  border-radius: 25px;
  background-color: #E6E6E6 !important;
  ;
  border: 0;
  margin-bottom: 1rem;
  min-width: 40%;
  color: black !important;
  font-weight: 600;
}

.small {
  font-size: 10pt;
}

#top a {
  font-size: 12pt;
  color: #0159A6;
  text-decoration: underline;
}

#campaign-img {
  border-radius: 40px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.18));
  width: 80%;
}

.row-eq-height {
  display: flex;
  align-items: center;
}

.column-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.help-icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 0.75rem;
  text-align: center;
}

.help-card .card-title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.help-card .card-text {
  color: #6c757d;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 1rem;
}

.help-card .article-count {
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
  margin-bottom: 1rem;
}

.help-card .btn-explore {
  align-self: center;
  padding: 0.5rem 1.25rem;
}

.card {
  padding: 0px !important;
  min-height: 1px !important;
  border: none;
  margin-bottom: 1rem !important;
}

.card-callout {
  background-color: white;
  border-radius: 25px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.18));
  width: 100%;
  padding: 3rem !important;
  min-height: 25rem !important;
  margin-bottom: 5rem;
}

.help-card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #f8f9fa;
}


/* md: ≥768px (3-col) */
@media (min-width: 768px) {
  .help-card {
    height: 330px !important;
  }
}

/* md: ≥768px (3-col) */
@media (min-width: 1000px) {
  .help-card {
    height: 260px !important;
  }
}

/* lg: ≥992px (4-col) */
@media (min-width: 1200px) {
  .help-card {
    height: 400px !important;
  }
}

/* xl: ≥1200px (6-col or your custom) */
@media (min-width: 1400px) {
  .help-card {
    height: 350px !important;
  }
}
