html {
  scroll-behavior: smooth;
}

.insurerQuoteBox {
  display: flex;
  align-items: center;
  padding: 14px 15px;
  margin: 15px 0;
  border: 1px solid #E0E0E0;
}
.insurerQuoteBox .logo {
  height: 100%;
}
.insurerQuoteBox .buttonSide {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.insurerQuoteBox .buttonSide button, .insurerQuoteBox .buttonSide a {
  margin: 4px 0;
  padding: 8px 17px;
  border-radius: 5px;
  border-width: 1px;
  border: 1px solid #808080;
  font-weight: normal;
  min-width: 116px;
  background-color: #FF9900;
  color: #ffffff;
}
.insurerQuoteBox .buttonSide a {
  text-decoration: none;
  white-space: nowrap;
}
.insurerQuoteBox .buttonSide .planDetailsButton {
  background-color: #E0E0E0;
  color: #333333;
}
.insurerQuoteBox .boxContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
  padding-right: 12px;
}
.insurerQuoteBox .boxContent h2 {
  font-size: 18px;
  color: #62A25A;
  margin: 0;
  padding-left: 22px;
  font-weight: 600;
}
.insurerQuoteBox .boxContent h4 {
  font-size: 18px;
  color: #62A25A;
  margin: 0;
  padding-left: 22px;
  font-weight: 600;
}
.insurerQuoteBox .boxContent ul {
  margin: 0;
  padding-left: 35px;
  -webkit-padding-start: 39px;
}
.insurerQuoteBox .boxContent ul li {
  line-height: 1.6;
  font-size: 13px;
}
.insurerQuoteBox .boxContent ul div {
  position: relative;
  left: -6px;
  padding-left: 4px;
  -webkit-padding-start: 0;
}
.insurerQuoteBox.grey {
  margin: 0 -20px -20px;
  border: 0;
  background-color: #EDEDED;
  padding: 20px;
}
.insurerQuoteBox.grey.style2 {
  margin: 0;
}
.insurerQuoteBox.grey h2 {
  color: #224466;
  font-size: 22px;
  padding-left: 0;
}
.insurerQuoteBox.grey h4 {
  color: #224466;
  font-size: 22px;
  padding-left: 0;
}
.insurerQuoteBox.grey p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}

.insurerQuoteBoxContainer {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E0E0E0;
}
.insurerQuoteBoxContainer > div:last-child {
  border-right: 0;
}
.insurerQuoteBoxContainer .insurerQuoteBox {
  border-top: 0;
  border-left: 0;
  margin: 0;
  width: 25%;
  flex-direction: column;
  border-bottom: 0;
  justify-content: space-between;
  padding: 14px 8px;
}
.insurerQuoteBoxContainer .boxContent {
  flex-direction: column;
  padding-right: 0;
  flex: none;
}
.insurerQuoteBoxContainer .boxContent h2 {
  font-size: 14px;
  padding: 0 10px;
}
.insurerQuoteBoxContainer .boxContent h4 {
  font-size: 14px;
  padding: 0 10px;
}
.insurerQuoteBoxContainer .boxContent p {
  margin: 8px 0;
}
.insurerQuoteBoxContainer .boxContent.two-box .insurerQuoteBox {
  width: 50%;
}
.insurerQuoteBoxContainer .boxContent.three-box .insurerQuoteBox {
  width: 33.333%;
}
.insurerQuoteBoxContainer .boxContent.five-box .insurerQuoteBox {
  width: 20%;
}

@media only screen and (max-width: 500px) {
  .insurerQuoteBox {
    flex-direction: column;
    align-items: center;
  }
  .insurerQuoteBox .boxContent {
    padding: 12px 0;
  }
  .insurerQuoteBoxContainer .insurerQuoteBox {
    width: 50%;
  }
  .insurerQuoteBoxContainer > div:nth-child(1), .insurerQuoteBoxContainer > div:nth-child(2) {
    border-bottom: 1px solid #E0E0E0;
  }
  .insurerQuoteBoxContainer > div:nth-child(even) {
    border-right: 0;
  }
  .insurerQuoteBoxContainer.three-box .insurerQuoteBox, .insurerQuoteBoxContainer.five-box .insurerQuoteBox {
    width: 50%;
  }
  .insurerQuoteBoxContainer.three-box > div:nth-child(odd), .insurerQuoteBoxContainer.five-box > div:nth-child(odd) {
    border-right: 1px solid #E0E0E0;
  }
  .insurerQuoteBoxContainer.five-box > div:nth-child(3), .insurerQuoteBoxContainer.five-box > div:nth-child(4) {
    border-bottom: 1px solid #E0E0E0;
  }
}

/*# sourceMappingURL=ppInsurersPagesBanner.css.map */
