/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.banner-subtitle {
  color: #FFF;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 16px;
}

.expert-roundup-helmets .erh-intro__content {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .expert-roundup-helmets .erh-intro__content {
    max-width: 996px;
    margin: 0 auto 46px;
  }
}
.expert-roundup-helmets .erh-intro__content p:last-child {
  margin-bottom: 0;
}

.expert-roundup-helmets .erh-states__card {
  background-color: #1a2c5b;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.expert-roundup-helmets .erh-states__card:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .expert-roundup-helmets .erh-states__card {
    border-radius: 16px;
    margin-left: 20px;
    max-width: 450px;
    padding: 30px 15px;
  }
  .expert-roundup-helmets .erh-states__card:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .expert-roundup-helmets .erh-states__card {
    margin-left: 50px;
    max-width: 450px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .expert-roundup-helmets .erh-states__card {
    padding: 60px 40px;
    border-radius: 50px;
    max-width: 398px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .expert-roundup-helmets .erh-states__card {
    padding: 60px 75px;
  }
}
.expert-roundup-helmets .erh-states__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.expert-roundup-helmets .erh-states__number {
  color: #70CFFA;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .expert-roundup-helmets .erh-states__number {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .expert-roundup-helmets .erh-states__number {
    font-size: 64px;
    line-height: 39px;
  }
}
.expert-roundup-helmets .erh-states__label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .expert-roundup-helmets .erh-states__label {
    font-size: 18px;
  }
}
.expert-roundup-helmets .erh-states__description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}

.expert-roundup-helmets .erh-bottom {
  padding-top: 46px;
}

.expert-roundup-helmets .erh-bottom__content {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #fff;
}

@media (min-width: 768px) {
  .expert-roundup-helmets .erh-bottom__content {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .expert-roundup-helmets .erh-bottom__content {
    font-size: 1.0625rem;
    line-height: 1.75;
  }
}
.expert-roundup-helmets .erh-bottom__content p {
  margin-bottom: 1rem;
}

.expert-roundup-helmets .erh-bottom__content p:last-child {
  margin-bottom: 0;
}

.expert-roundup-helmets .erh-bottom__content h2,
.expert-roundup-helmets .erh-bottom__content h3,
.expert-roundup-helmets .erh-bottom__content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.expert-roundup-helmets .erh-bottom__content h2:first-child,
.expert-roundup-helmets .erh-bottom__content h3:first-child,
.expert-roundup-helmets .erh-bottom__content h4:first-child {
  margin-top: 0;
}

.expert-roundup-helmets .erh-bottom__content h2 {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .expert-roundup-helmets .erh-bottom__content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .expert-roundup-helmets .erh-bottom__content h2 {
    font-size: 2.25rem;
  }
}
.expert-roundup-helmets .erh-bottom__content h3 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .expert-roundup-helmets .erh-bottom__content h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .expert-roundup-helmets .erh-bottom__content h3 {
    font-size: 1.75rem;
  }
}
.expert-roundup-helmets .erh-bottom__content h4 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .expert-roundup-helmets .erh-bottom__content h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .expert-roundup-helmets .erh-bottom__content h4 {
    font-size: 1.5rem;
  }
}
.expert-roundup-helmets .erh-bottom__content ul,
.expert-roundup-helmets .erh-bottom__content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.expert-roundup-helmets .erh-bottom__content ul li,
.expert-roundup-helmets .erh-bottom__content ol li {
  margin-bottom: 0.5rem;
}

.expert-roundup-helmets .erh-bottom__content ul li:last-child,
.expert-roundup-helmets .erh-bottom__content ol li:last-child {
  margin-bottom: 0;
}

.expert-roundup-helmets .erh-bottom__content a {
  color: #e74c3c;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.expert-roundup-helmets .erh-bottom__content a:hover {
  color: #c0392b;
  text-decoration: none;
}

.erh-effectiveness {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 768px) {
  .erh-effectiveness {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .erh-effectiveness {
    padding: 94px 0;
  }
}
.erh-effectiveness__heading {
  color: #fff;
}

.erh-effectiveness p {
  color: #fff;
}

.erh-effectiveness p:last-child {
  margin-bottom: 0;
}

.erh-effectiveness__top-content {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .erh-effectiveness__top-content {
    margin-bottom: 77px;
  }
}
.erh-effectiveness__stats {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .erh-effectiveness__stats {
    margin-bottom: 66px;
  }
}
.erh-effectiveness__stat-card {
  color: #5BC0DE;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .erh-effectiveness__stat-card {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 39px;
  }
}
.erh-effectiveness .stat:first-child {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .erh-effectiveness .stat:first-child {
    max-width: 408px;
    margin-bottom: 0;
  }
  .erh-effectiveness .stat:last-child {
    max-width: 471px;
  }
}
.erh-effectiveness__bottom-content a {
  color: #5BC0DE;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.erh-effectiveness__bottom-content a:hover {
  color: #31B0D5;
  text-decoration: none;
}

.erh-proponents {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/white-pattern-top.png") center top #FFF no-repeat;
}

@media (min-width: 768px) {
  .erh-proponents {
    padding-top: 88px;
    padding-bottom: 94px;
  }
}
.erh-proponents__heading {
  margin-bottom: 25px;
}

.erh-proponents__list {
  display: flex;
  flex-direction: column;
}

.erh-proponents__item {
  border-bottom: 1px solid #DFDFDF;
  padding: 50px 24px 55px 102px;
  position: relative;
  background: url(../images/icon-testimonial-roundup.png) no-repeat top 50px left transparent;
  background-size: 70px 66px !important;
}

.erh-proponents__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .erh-proponents__item {
    background-position: top center;
    padding: 85px 0 35px;
    margin-bottom: 35px;
  }
}
.erh-proponents__content p {
  margin-bottom: 22px;
  font-style: italic;
  font-weight: 700;
  color: #071F53;
}

@media (min-width: 1200px) {
  .erh-proponents__content p {
    font-size: 20px;
    line-height: 29px;
  }
}
.erh-proponents__author {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #2C2C2C;
}

.erh-opponents {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/white-pattern-top.png") center top #FFF no-repeat;
}

@media (min-width: 768px) {
  .erh-opponents {
    padding-top: 88px;
    padding-bottom: 94px;
  }
}
.erh-opponents__heading {
  margin-bottom: 25px;
}

.erh-opponents__list {
  display: flex;
  flex-direction: column;
}

.erh-opponents__item {
  border-bottom: 1px solid #DFDFDF;
  padding: 50px 24px 55px 102px;
  position: relative;
  background: url(../images/icon-testimonial-roundup.png) no-repeat top 50px left transparent;
  background-size: 70px 66px !important;
}

.erh-opponents__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .erh-opponents__item {
    background-position: top center;
    padding: 85px 0 35px;
    margin-bottom: 35px;
  }
}
.erh-opponents__content p {
  margin-bottom: 22px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 29px;
  color: #071F53;
}

.erh-opponents__author {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #2C2C2C;
}

.erh-safe-helmet h2,
.erh-safety-gear h2 {
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 43px;
}

.erh-safe-helmet__content p,
.erh-safety-gear__content p {
  margin-bottom: 30px;
  color: #FFF;
}

@media (min-width: 768px) {
  .erh-safe-helmet__content p,
.erh-safety-gear__content p {
    margin-bottom: 61px;
  }
}
.erh-safe-helmet__checklist,
.erh-safety-gear__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

@media (min-width: 1200px) {
  .erh-safe-helmet__checklist,
.erh-safety-gear__checklist {
    margin-left: 96px;
  }
}
.erh-safe-helmet__checklist-item,
.erh-safety-gear__checklist-item {
  color: #FFF !important;
  margin-bottom: 20px !important;
}

.erh-safe-helmet__checklist-item:last-child,
.erh-safety-gear__checklist-item:last-child {
  margin-bottom: 0;
}

.erh-safe-helmet__bottom-content,
.erh-safety-gear__bottom-content {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  background: url(../images/icon-testimonial-roundup-light.png) no-repeat top 30px left transparent;
  background-size: 70px 66px !important;
  padding-top: 30px;
  padding-left: 102px;
}

@media (min-width: 576px) {
  .erh-safe-helmet__bottom-content,
.erh-safety-gear__bottom-content {
    padding-left: 102px;
  }
}
@media (max-width: 575px) {
  .erh-safe-helmet__bottom-content,
.erh-safety-gear__bottom-content {
    background-position: top 30px center !important;
    padding: 115px 0 0;
    margin-bottom: 25px;
  }
}
.erh-safe-helmet__bottom-content p,
.erh-safety-gear__bottom-content p {
  color: #FFF;
}

.erh-safe-helmet__bottom-content p:last-child,
.erh-safety-gear__bottom-content p:last-child {
  margin-bottom: 0;
}

.erh-safe-helmet {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 992px) {
  .erh-safe-helmet {
    padding-top: 85px;
    padding-bottom: 93px;
  }
}
.erh-safety-gear {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: #071F53;
}

@media (min-width: 1200px) {
  .erh-safety-gear {
    padding: 80px 0;
  }
}
.erh-safety-gear__content p {
  margin-bottom: 45px;
}

.erh-safety-gear__checklist {
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 45px;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .erh-safety-gear__checklist {
    padding-left: 96px;
  }
}
.erh-safety-gear__checklist li:last-child {
  margin-bottom: 0 !important;
}

.erh-safety-gear__middle-content p {
  color: #fff;
  padding-bottom: 45px;
}

.erh-safety-gear__middle-content p:last-child {
  margin-bottom: 0;
}

.erh-safety-gear__bottom-content {
  border: none;
  padding-top: 0;
  background-position: top 0px left 0px;
}

@media (max-width: 575px) {
  .erh-safety-gear__bottom-content {
    background-position: top 10px center !important;
    padding: 95px 0 0;
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=page-expert-roundup-helmets.css.map*/