.detail-page h1 {
  color: #272660;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail-page h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.detail-page h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 20px;
  }
}
.detail-page .red-text {
  color: #dd2830;
}
.detail-page .grey-text {
  color: rgba(0, 0, 0, 0.8);
}
.detail-page .date {
  color: #272660;
  font-weight: 500;
}
.detail-page ul,
.detail-page ol {
  padding-left: 1rem;
  font-size: 16px;
}
.detail-page .detail-image {
  overflow: hidden;
}
.detail-page .detail-image img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.detail-page .detail-image img:hover {
  transform: scale(1.1);
}
.detail-page .detail-image img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.desktop {
    display: none;
  }
}
.detail-page .detail-image img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .detail-page .detail-image img {
    border-radius: 0;
  }
}
.detail-page .buynow-wrapper.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.desktop {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .dropdown {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .btn-make-claim {
    display: none;
  }
}
.detail-page .buynow-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.mobile {
    display: block;
    text-align: center;
  }
  .detail-page .buynow-wrapper.mobile .btn-red {
    float: none;
  }
}
.detail-page .detail-image {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.detail-page .date {
  margin-top: 1em;
}

#stickThis {
  max-width: 227px;
  background-color: rgba(235, 235, 235, 0.5);
  padding: 16px;
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  position: sticky;
  top: 0;
}
#stickThis strong {
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .stickThisWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.user-logged-in #stickThis {
  top: 40px;
}

/* Start for the new corporate landing page insurance button UI adding */
div.global_campaign_insurance_types ul.filters {
  margin-left: 0px;
  padding-left: 0px;
  /* Add the image width styling for the specific selectors */
}
div.global_campaign_insurance_types ul.filters li.filter-item {
  border-radius: 55px;
  margin: 5px 10px 20px;
  border: 1px solid #5A5A5A;
  font-size: 16px;
  font-weight: normal;
  min-width: 120px;
  padding: 0px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  list-style: none;
  display: inline-block;
}
div.global_campaign_insurance_types ul.filters li.filter-item.active {
  color: #fff;
}
div.global_campaign_insurance_types ul.filters li.filter-item.active span {
  color: #fff;
}
div.global_campaign_insurance_types ul.filters li.filter-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  transition: color 0.3s;
}
div.global_campaign_insurance_types ul.filters li.filter-item a:hover {
  color: #fff;
}
div.global_campaign_insurance_types ul.filters li.filter-item img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-top: -5px;
}
div.global_campaign_insurance_types ul.filters li.filter-item img.white {
  display: none;
}
div.global_campaign_insurance_types ul.filters li.filter-item span {
  display: inline-block;
  vertical-align: bottom;
  color: #000;
}
div.global_campaign_insurance_types ul.filters li.filter-item.active, div.global_campaign_insurance_types ul.filters li.filter-item:hover {
  background-color: #170E5D;
  border-color: #170E5D;
  color: #fff;
}
div.global_campaign_insurance_types ul.filters li.filter-item.active a, div.global_campaign_insurance_types ul.filters li.filter-item:hover a {
  color: #fff;
}
div.global_campaign_insurance_types ul.filters li.filter-item.active img, div.global_campaign_insurance_types ul.filters li.filter-item:hover img {
  display: none;
}
div.global_campaign_insurance_types ul.filters li.filter-item.active img.white, div.global_campaign_insurance_types ul.filters li.filter-item:hover img.white {
  display: inline-block;
}
div.global_campaign_insurance_types ul.filters li:hover a span {
  color: #fff !important;
}
div.global_campaign_insurance_types ul.filters li#gmotorClick img,
div.global_campaign_insurance_types ul.filters li#gctravelClick img {
  width: 25px;
}

img.campaign-banner {
  border-radius: 10px;
}

@media screen and (max-width: 786px) {
  .campaign-videos iframe {
    width: 100%;
  }
}
/* End for the new corporate landing page insurance button UI adding */

/*# sourceMappingURL=corporate-news-detail.css.map */
