body {
  font-family: "Trebuchet MS" !important;
}

.capitalize {
  text-transform: capitalize;
}

a {
  color: #224091;
}

.row {
  padding: 0;
}

ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.header {
  font-size: 22px;
  font-weight: bold;
  color: #224091;
  margin-top: 15px;
}

.list-title {
  font-size: 22px;
  font-weight: bold;
  color: #224091;
  border-bottom: 2px solid #ddd;
  padding: 10px 0px;
}

.sub-item {
  margin-left: 15px;
}

.footer-statement {
  font-style: italic;
  font-size: 14px;
  color: black;
  margin-left: 1em;
}

.banner {
  background: #224091;
  color: #fff;
  padding: 15px 15px 20px;
  margin-top: 15px;
  font-size: 20px;
}

.allergy-statement {
  background-color: #224091;
  color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  /* This it to deal with making it 2 lines maximum if need to change
    but then is off centered */
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6; */
}

.expandable {
  cursor: pointer;
}

.expandable:hover {
  background-color: #f0f0f0;
}

.other-expandable {
  cursor: pointer;
}

.other-expandable:hover {
  background-color: #f0f0f0;
}

.redirect {
  cursor: pointer;
}

.redirect:hover {
  background-color: #f0f0f0;
}

#contact-information {
  display: table;
  width: 100%;
}

#contact-us {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  color: #21409a;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

#call-us {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  color: #21409a;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.phone-number {
  display: none;
}

.description {
  display: none;
  color: white;
  background-color: #224091;
  margin-top: 10px;
  padding: 15px;
}

.extended-information {
  display: none;
}

.description-title {
  display: block;
  font-size: 24px;
}

.description-body {
  display: block;
  font-size: 18px;
}

.more-info {
  display: none;
}

.explanation-container {
  padding: 10px 0 0 15px;
  border-bottom: 2px solid #ddd;
}

.header1 {
  font-size: 24px;
  color: #224091;
  padding-bottom: 10px;
  align-items: center;
}

.explanation {
  font-size: 18px;
  color: black;
  font-weight: normal;
}

.organization-logo {
  max-height: 50px;
  max-width: 50px;
  padding: 0px;
}

.icon {
  display: flex;
  float: none;
  align-items: center;
  position: relative;
}

.icon-title {
  padding-left: 0px;
  position: absolute;
  right: 0;
}

.item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.certification {
  display: inline;
}

.hidden {
  color: white;
}

.fa-chevron-right:before {
  position: absolute;
  right: 10px;
}

.container-fluid {
  padding: 0px 25px;
}

@media (min-width: 538px) {
  .link:before {
    position: absolute;
    right: 10px;
  }
}

.url {
  cursor: pointer;
  color: #007bff;
}

.url:hover {
  text-decoration: none;
}

.no-allergens {
  text-align: center;
  padding: 10px;
}

.tabcontent {
  display: none;
}

.header-dropdown-container {
  float: right;
  display: flex;
  flex-direction: column;
  min-width: 12.5em;
}

.product-language-container,
.product-services-container {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.5em 0.5em 0.5em;
}

.product-language-dropdown,
.product-services-dropdown {
  color: white;
  background-color: #224091;
  border-radius: 2px;
}

@media (max-width: 340px) {
  .banner-header, .subheader {
    font-size: 10px;
  }
  .product-header {
    font-size: 22px;
  }
  .item-title, #contact-us, #call-us, .header, .list-title {
    font-size: 18px;
  }
  .banner {
    font-size: 14px;
  }
}
