/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 05:03:48 */
.unstyled-list {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.related-article {
    display: flex;
    align-items: flex-start;
    gap: 1.125rem;
    margin-bottom: 1.125rem;
    position: relative;
}
.related-article__image {
    width: 40%;
    min-width: 40%;
}
.related-article__image img {
    margin: 0;
    width: 100%;
    height: auto;
}
.related-article__headings [role=doc-subtitle] {
    color: #ff6c08;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 1.2px;
    font-family: proxima_bold, "Open Sans", Arial, sans-serif;
    margin-bottom: 5px;
}
.related-article__headings h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.cover-link {
    text-decoration: none;
}
.cover-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.cover-link:focus, .cover-link:hover {
    text-decoration: underline;
	color: #fff;
}
.text-white {
    color: #fff;
}
@media screen and (min-width: 988px) {
    .related-article__image img {
        width: 180px;
    }
	.related-article__headings h2 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}




.featured-list {
  background: #333334;
  background: #333334;
  padding: 1.5rem 2rem .5rem 1rem;
    padding-left: 1rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}


.featured-list li {
  margin-bottom: 1em !important;
  padding-left: 4em !important;
  font-size: 20px;
}

.p-heading-h2 {
  margin-top: 3rem;
  text-transform: uppercase;
  font-size: 36px;
  font-family: roboto_condensed,Impact,"Franklin Gothic Bold",sans-serif !important;
  line-height: 1.2;
  margin-bottom: .5em;
}
.p-heading-h3 {
  margin-top: 3rem;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: roboto_condensed,Impact,"Franklin Gothic Bold",sans-serif !important;
  line-height: 1.2;
  margin-bottom: 24px;
}

.intro-sub-text p {
  font-family: "proxima_bold", Sans-serif !important;
}

.usp-list__item
{
  font-family: "proxima_semibold", Sans-serif !important;

}