@charset "UTF-8";
/**
 * Add custom Bootstrap styles
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Playfair+Display:wght@700&display=swap");
/* Body */
body {
  color: #313839;
  font-family: "Noto Sans", sans-serif;
  background-color: #fdfdfd;
  font-size: 0.9rem;
}
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}

/**
 * General
 */
img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

/* Header */
nav.navbar {
  background-color: white;
  box-shadow: 0px 4px 68px 5px rgba(162, 162, 162, 0.25);
  height: 90px;
}

.navbar-brand {
  font-size: large;
}
.navbar-brand img {
  height: 60px;
}

#navbar {
  justify-content: flex-end;
}

.navbar-nav .menu-item {
  padding: 0 20px;
}
.navbar-nav .menu-item .nav-link {
  font-size: 12px;
  color: #D64545;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 1025px) {
  .navbar-nav .menu-item .nav-link {
    font-size: 16px;
  }
}
.navbar-nav .menu-item .nav-link:hover, .navbar-nav .menu-item .nav-link:active {
  color: #00525E;
  border-bottom: 1px solid #00525E;
  width: fit-content;
}
.navbar-nav .active .nav-link {
  color: #00525E;
}
@media (min-width: 576px) {
  .navbar-nav .active .nav-link {
    border-bottom: 1px solid #00525E;
    width: fit-content;
  }
}

.navbar-collapse {
  background-color: white;
  z-index: 1000;
  padding: 10px;
}
.navbar-collapse:active {
  text-decoration: none;
  color: #00525E;
  border-bottom: none !important;
  width: auto !important;
}
.navbar-collapse.show {
  box-shadow: 0px 50px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .navbar-collapse ul li {
    padding: 10px 20px !important;
  }
}

.custom-toggler.navbar-toggler {
  border-color: none;
}
.custom-toggler.navbar-toggler:active {
  border-color: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,82,94, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Main */
#main {
  background-color: #fdfdfd;
}

/* Footer */
#footer {
  min-height: 90px;
  background-color: #6e7f82;
  color: white;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
#footer p {
  margin-bottom: 0;
}
#footer ul.menu {
  justify-content: space-between;
}
@media (max-width: 768px) {
  #footer ul.menu {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#footer .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
  color: white;
}
@media (min-width: 1025px) {
  #footer .nav-link {
    font-size: 15px;
  }
}
#footer .nav-link:hover {
  border-bottom: 1px solid white;
  width: fit-content;
}
#footer .active .nav-link {
  border-bottom: 1px solid white;
  width: fit-content;
}
#footer .credits {
  padding: 15px 15px 0;
}

/* Sidebar */
.widget-area ul {
  list-style: none;
  padding: 0;
}

/* Page Templates */
.home .content {
  padding-top: 0px !important;
}
.home .home-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .home-copy-block {
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .home .home-copy-block {
    padding-right: 100px;
  }
}
.home .home-copy-block p {
  margin: 0;
}
.home .hero {
  position: relative;
}
.home .hero .hero-image-wrapper {
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .home .hero .hero-image-wrapper {
    width: 90%;
    margin-left: 10%;
  }
}
.home .hero .hero-overlay {
  width: 100%;
  background-color: #00525E;
  padding: 20px;
  color: white;
  z-index: 1;
}
@media (min-width: 768px) {
  .home .hero .hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
  }
  .home .hero .hero-overlay h1 {
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  .home .hero .hero-overlay {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .home .hero .hero-overlay {
    padding: 40px;
  }
}
.home .hero .hero-overlay h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  .home .hero .hero-overlay h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 575.98px) {
  .home .home-products-press {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.home .home-products {
  background-color: #00525E;
  color: white;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.home .home-products .products-info {
  padding: 40px;
}
@media (max-width: 575.98px) {
  .home .home-products .products-info {
    padding: 15px;
  }
}
.home .home-products p {
  font-size: 0.8rem;
}
.home .home-products .product-catalog-jump {
  display: block;
  color: white;
  text-align: left;
  border-radius: 0;
  padding: 30px 40px;
}
@media (max-width: 575.98px) {
  .home .home-products .product-catalog-jump {
    padding: 20px 15px;
  }
}
.home .home-products .product-catalog-jump:hover {
  background-color: #D64545;
  color: white;
}
.home .home-news {
  background-color: #598F96;
  color: white;
  padding: 40px;
}
@media (max-width: 575.98px) {
  .home .home-news {
    padding: 15px;
  }
}
.home .home-news .card {
  color: #a3a3a3;
}
.home .home-news .card .entry-meta {
  margin: 0;
  margin-top: 10px;
}
.home .home-news .card .posted-date {
  font-size: 12px;
}
.home .home-news .card .card-title {
  font-weight: bold;
}
.home .blockquote {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .home .blockquote {
    padding: 30px;
    font-size: 1.5rem;
  }
}
.home .blockquote p {
  border-left: 5px solid #D64545;
  padding: 0 20px;
}
.home .home-qualifications .icon-heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.home .home-qualifications .icon-heading .icon-img {
  display: inline-block;
  width: auto;
  height: 45px;
}
.home .home-qualifications .icon-heading h4 {
  display: inline-block;
  padding-left: 15px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .home .learn-more-btn {
    text-align: right;
  }
}
.home .btn-pill {
  background-color: #D64545;
  color: white !important;
  padding: 5px 20px;
  text-align: right;
}
.home .btn-pill:hover {
  background-color: white !important;
  color: #D64545 !important;
  border: #D64545 solid 1px;
}

.contact .map-and-info {
  margin-top: 30px;
}
.contact .company-details {
  background-color: #00525E;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .contact .company-details {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .contact .company-details {
    padding: 70px 120px;
  }
}
.contact .company-details h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .contact .company-details h3 {
    font-size: 21px;
  }
}
.contact .company-details .contact-info-wrapper {
  width: 100%;
}
@media (min-width: 576px) {
  .contact .company-details .contact-info-wrapper {
    display: flex;
  }
}
.contact .company-details .contact-info {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 576px) {
  .contact .company-details .contact-info {
    width: 50%;
    align-items: flex-start;
  }
}
.contact .company-details .btn-icon {
  padding-right: 5px;
}
.contact .company-details .btn-icon svg {
  fill: white;
}
.contact .contact-options h4 {
  color: #9a9696 !important;
}
.contact .contact-options .link-phone {
  display: inline-block;
  margin-right: 40px;
}
.contact .contact-options .btn-icon {
  padding-right: 5px;
}
.contact .contact-options .btn-icon svg {
  fill: #00525E;
}
.contact .contact-options .btn-label {
  color: #D64545;
  font-size: 18px;
}

.post-type-archive-product .page-header,
.page-template-product-page .page-header {
  background-color: #00525E;
  display: flex;
  align-items: center;
}
.post-type-archive-product .page-header .title-content,
.page-template-product-page .page-header .title-content {
  padding: 30px;
  color: white;
}
.post-type-archive-product .page-header .title-content h1,
.page-template-product-page .page-header .title-content h1 {
  color: white;
  margin-bottom: 30px;
}
.post-type-archive-product .page-header .title-content p,
.page-template-product-page .page-header .title-content p {
  color: white;
  margin-top: 30px;
}
.post-type-archive-product .page-header.mobile,
.page-template-product-page .page-header.mobile {
  background-color: #f4f4f4;
}
.post-type-archive-product .page-header.mobile .title-content,
.page-template-product-page .page-header.mobile .title-content {
  color: #313839;
}
.post-type-archive-product .page-header.mobile .title-content h1,
.page-template-product-page .page-header.mobile .title-content h1 {
  color: #00525E;
}
.post-type-archive-product .page-header.mobile .title-content p,
.page-template-product-page .page-header.mobile .title-content p {
  color: #313839;
}
.post-type-archive-product .page-header .quicklinks,
.page-template-product-page .page-header .quicklinks {
  background-color: #f4f4f4;
  padding: 0;
}
.post-type-archive-product .page-header .quicklinks .quicklinks-list,
.page-template-product-page .page-header .quicklinks .quicklinks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-product .page-header .quicklinks li,
.page-template-product-page .page-header .quicklinks li {
  border-bottom: 3px solid #dedede;
}
.post-type-archive-product .page-header .quicklinks li:last-child,
.page-template-product-page .page-header .quicklinks li:last-child {
  border-bottom: none;
}
.post-type-archive-product .page-header .quicklinks li .btn-icon,
.page-template-product-page .page-header .quicklinks li .btn-icon {
  padding-left: 5px;
}
.post-type-archive-product .page-header .quicklinks li a,
.page-template-product-page .page-header .quicklinks li a {
  color: #D64545;
  text-decoration: none;
  font-weight: 700;
  text-align: left;
  padding: 25px 40px;
  width: 100%;
  height: 100%;
}
.post-type-archive-product .page-header .quicklinks li:hover,
.page-template-product-page .page-header .quicklinks li:hover {
  background-color: #D64545;
}
.post-type-archive-product .page-header .quicklinks li:hover a,
.page-template-product-page .page-header .quicklinks li:hover a {
  color: white;
}
.post-type-archive-product .page-header .quicklinks.mobile li,
.page-template-product-page .page-header .quicklinks.mobile li {
  border-bottom: none;
  margin: 10px;
}
.post-type-archive-product .page-header .quicklinks.mobile li a,
.page-template-product-page .page-header .quicklinks.mobile li a {
  background-color: #e9ecef;
}
.post-type-archive-product .product-list-wrapper .column-content,
.page-template-product-page .product-list-wrapper .column-content {
  background-color: #f4f4f4;
  height: 100%;
  padding: 50px 30px;
}
.post-type-archive-product .product-list-wrapper .column-content h4,
.page-template-product-page .product-list-wrapper .column-content h4 {
  font-family: "Noto Sans", sans-serif;
  color: #00525E;
  font-weight: 700;
}
.post-type-archive-product .product-list-wrapper a,
.page-template-product-page .product-list-wrapper a {
  color: #D64545;
  padding: 5px 0;
  font-size: 0.9rem;
}
.post-type-archive-product .product-list-wrapper a:hover,
.page-template-product-page .product-list-wrapper a:hover {
  font-weight: 700;
}
.post-type-archive-product .product-list-wrapper #productCollapse,
.page-template-product-page .product-list-wrapper #productCollapse {
  color: white;
  background-color: #00525E;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2em;
}
.post-type-archive-product .product-list-wrapper #productListContainer,
.page-template-product-page .product-list-wrapper #productListContainer {
  background-color: white;
  box-shadow: 0px 3px 8px 1px #ced4da;
  border-radius: 0px 0px 10px 10px;
  padding: 0 10px 20px 20px;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  position: absolute;
  z-index: 10;
}
.post-type-archive-product .product-list-wrapper #productList .nav-link.selected,
.page-template-product-page .product-list-wrapper #productList .nav-link.selected {
  color: #00525E;
  font-weight: bolder;
}
.post-type-archive-product .product-list-wrapper .letter-separator,
.page-template-product-page .product-list-wrapper .letter-separator {
  font-weight: 700;
  text-transform: uppercase;
  color: #9a9696;
  margin-top: 30px;
}
.post-type-archive-product .product-content-wrapper,
.page-template-product-page .product-content-wrapper {
  background-color: white;
  z-index: 5;
}
.post-type-archive-product .product-content-wrapper .column-content,
.page-template-product-page .product-content-wrapper .column-content {
  background-color: white;
  padding: 50px 30px;
}
.post-type-archive-product .product-content-wrapper .column-content h4,
.page-template-product-page .product-content-wrapper .column-content h4 {
  font-family: "Noto Sans", sans-serif;
  color: #00525E;
  font-weight: 700;
}
.post-type-archive-product .product-content-wrapper .column-content .product-details,
.page-template-product-page .product-content-wrapper .column-content .product-details {
  padding-top: 30px;
}
.post-type-archive-product .product-content-wrapper .column-content .product-details.mobile .product-variations-collapse,
.page-template-product-page .product-content-wrapper .column-content .product-details.mobile .product-variations-collapse {
  color: #313839;
  text-decoration: none;
  z-index: 15;
}
.post-type-archive-product .product-content-wrapper .column-content .product-details.mobile .product-variations,
.page-template-product-page .product-content-wrapper .column-content .product-details.mobile .product-variations {
  background-color: white;
  box-shadow: 0px 3px 8px 1px #ced4da;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 10px 20px 20px;
  position: absolute;
  left: 30px;
  right: 20px;
  z-index: 10;
}
.post-type-archive-product .product-content-wrapper .column-content .product-image,
.page-template-product-page .product-content-wrapper .column-content .product-image {
  width: 100%;
  height: auto;
}
.post-type-archive-product .product-content-wrapper .column-content .product-variations .list-group a.list-group-item,
.page-template-product-page .product-content-wrapper .column-content .product-variations .list-group a.list-group-item {
  color: #D64545;
  border: none;
  padding: 0.25rem 0;
}
.post-type-archive-product .product-content-wrapper .column-content .product-variations .list-group a.list-group-item .list-column-title,
.page-template-product-page .product-content-wrapper .column-content .product-variations .list-group a.list-group-item .list-column-title {
  color: #9a9696;
  font-size: 10px;
}
.post-type-archive-product .product-content-wrapper .column-content .product-variations .list-group a.list-group-item:hover,
.page-template-product-page .product-content-wrapper .column-content .product-variations .list-group a.list-group-item:hover {
  font-weight: bolder;
  text-decoration: none;
}
.post-type-archive-product .product-content-wrapper .column-content .product-variations .list-group a.list-group-item.selected,
.page-template-product-page .product-content-wrapper .column-content .product-variations .list-group a.list-group-item.selected {
  color: #00525E;
  font-weight: bolder;
}
.post-type-archive-product .product-content-wrapper .column-content .product-ndc-code,
.page-template-product-page .product-content-wrapper .column-content .product-ndc-code {
  color: #313839;
  font-size: 0.8rem;
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul {
  list-style: none;
  display: flex;
  padding: 10px 15px;
  width: 100%;
}
@media (max-width: 1028px) {
  .post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul {
    flex-direction: column;
  }
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul li,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul li {
  padding: 0 20px;
}
@media (min-width: 1028px) {
  .post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul li:first-child,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul li:first-child {
    padding-left: 0;
  }
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul li:last-child,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul li:last-child {
  padding-right: 0;
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul li:last-child:after,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul li:last-child:after {
  content: "";
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul li a,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul li a {
  color: #D64545;
  font-size: 0.7rem;
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links ul li a:hover,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #D64545;
  padding-bottom: 5px;
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links.mobile ul,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links.mobile ul {
  flex-flow: wrap;
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links.mobile ul li,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links.mobile ul li {
  flex-basis: 100%;
  padding: 0 0 15px 0;
}
.post-type-archive-product .product-content-wrapper .column-content .product-infoguide-links.mobile ul li a,
.page-template-product-page .product-content-wrapper .column-content .product-infoguide-links.mobile ul li a {
  font-size: 1rem;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content,
.page-template-product-page .product-content-wrapper .column-content .product-content {
  padding-top: 30px;
  color: #313839;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content h4,
.page-template-product-page .product-content-wrapper .column-content .product-content h4 {
  color: #313839;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content h6,
.page-template-product-page .product-content-wrapper .column-content .product-content h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content p,
.post-type-archive-product .product-content-wrapper .column-content .product-content ul,
.page-template-product-page .product-content-wrapper .column-content .product-content p,
.page-template-product-page .product-content-wrapper .column-content .product-content ul {
  font-size: 0.8rem;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content a,
.page-template-product-page .product-content-wrapper .column-content .product-content a {
  color: #D64545;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content a:hover,
.page-template-product-page .product-content-wrapper .column-content .product-content a:hover {
  text-decoration: none;
  font-weight: bolder;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content.mobile,
.page-template-product-page .product-content-wrapper .column-content .product-content.mobile {
  background-color: #f4f4f4;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.post-type-archive-product .product-content-wrapper .column-content .product-content .boxed-warning,
.page-template-product-page .product-content-wrapper .column-content .product-content .boxed-warning {
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 20px;
}
.post-type-archive-product [data-toggle=collapse] .fa:before,
.page-template-product-page [data-toggle=collapse] .fa:before {
  font-family: "FontAwesome";
  content: "";
}
.post-type-archive-product [data-toggle=collapse].collapsed .fa:before,
.page-template-product-page [data-toggle=collapse].collapsed .fa:before {
  font-family: "FontAwesome";
  content: "";
}

.page .content,
.post, .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page .content h1.entry-title,
.post h1.entry-title, .content h1.entry-title {
  font-size: 1.8rem;
  color: #00525E;
  margin-bottom: 2.3rem;
}
@media (min-width: 576px) {
  .page .content h1.entry-title,
.post h1.entry-title, .content h1.entry-title {
    font-size: 3.8rem;
  }
}
.page .content h1,
.post h1, .content h1 {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .page .content h1,
.post h1, .content h1 {
    font-size: 3.8rem;
  }
}
.page .content h4,
.post h4, .content h4 {
  color: #D64545;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 2.5rem;
}
.page .content ol,
.post ol, .content ol {
  list-style: none;
  counter-reset: colored-counter;
}
.page .content ol li,
.post ol li, .content ol li {
  position: relative;
  counter-increment: colored-counter;
}
.page .content ol li:before,
.post ol li:before, .content ol li:before {
  content: counter(colored-counter) ".";
  color: #D64545;
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.page .content a,
.post a, .content a {
  color: #D64545;
}
.page .content a:hover,
.post a:hover, .content a:hover {
  text-decoration: none;
  color: #00525E;
}
.page .content .return-breadcrumb,
.post .return-breadcrumb, .content .return-breadcrumb {
  margin-bottom: 30px;
}
.page .content .entry-meta,
.post .entry-meta, .content .entry-meta {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.page .content .entry-meta .posted-date,
.post .entry-meta .posted-date, .content .entry-meta .posted-date {
  font-weight: 700;
  margin-right: 40px;
}
.page .content .entry-meta .post-location,
.post .entry-meta .post-location, .content .entry-meta .post-location {
  font-size: 16px;
  color: #a3a3a3;
}
.page .content .boxed-warning,
.post .boxed-warning, .content .boxed-warning {
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 20px;
}

.postamble-content {
  border: 1px solid #FFFFFF;
  box-shadow: 6px 0px 48px rgba(158, 158, 158, 0.16);
  padding-top: 50px;
  padding-bottom: 50px;
}
.postamble-content h1 {
  font-size: 3.8rem;
  color: #00525E;
  margin-bottom: 2.5rem;
}
.postamble-content h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.postamble-content a {
  color: #D64545;
}
.postamble-content a:hover {
  text-decoration: none;
  color: #00525E;
}
.postamble-content .media-contact h5,
.postamble-content .post-references h5 {
  color: #00525E;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.postamble-content .media-contact p,
.postamble-content .post-references p {
  font-size: 16px;
}
.postamble-content .media-contact .contact-name,
.postamble-content .post-references .contact-name {
  font-weight: 700;
}

/* Posts */
.archive-content {
  padding-top: 30px;
}

.article-filter .btn-pill {
  background-color: #D64545;
  color: white !important;
  padding: 5px 20px;
  text-align: right;
}

.newsroom-archive-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.newsroom-archive-block .card {
  box-shadow: 0px 4px 75px rgba(198, 194, 194, 0.4);
}

.sticky .card {
  background-color: #f8f9fa;
}

.entry-meta {
  font-size: small;
}

.comment-meta {
  height: 40px;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.commentlist > li.comment {
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 1px 2px #868e96;
  padding: 0;
  position: absolute;
  top: 0;
  left: -102px;
}

/**
 * Environment customization
 */
#bitnami-banner {
  display: none;
}

/**
 * WordPress customization
 */
/* If WP-Adminbar is visible */
body.admin-bar #header.fixed-top {
  top: 32px;
}
body.admin-bar .edit-link a {
  color: #FFF !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
body.admin-bar .edit-link a::before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
}

/* WordPress Blocks */
.wp-block-table td,
.wp-block-table th {
  border: inherit;
}

.wp-block-image img,
.wp-block-image video,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

/**
 * Responsive Design using "mixins/_breakpoints.scss"
 */
@media (max-width: breakpoint-max(sm)) {
  #sidebar {
    margin-top: 60px;
  }
}
/* WordPress Embeds */
.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important;
}

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* Author */
.author-avatar .avatar {
  width: 64px;
  height: auto;
}

.author-info {
  margin: 40px 0;
}
.author-info h2,
.author-info h3 {
  margin-top: 0;
}