.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: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
}
.detail-page .btn-group .btn.btn-category {
  padding: 6px 20px;
  font-size: 17px;
}
.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 .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 .section-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.detail-page .date {
  font-size: 16px;
}
.detail-page .field--name-field-title,
.detail-page h4 {
  color: #e11f27;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .detail-page .field--name-field-title,
  .detail-page h4 {
    font-size: 18px;
  }
}

#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;
}

h1.page_title {
  text-align: left;
  margin-bottom: 0;
}

.global_campaign_insurance_types h4 {
  font-weight: 500;
}
.global_campaign_insurance_types ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.global_campaign_insurance_types ul li {
  margin-right: 50px;
  max-width: 86px;
}
.global_campaign_insurance_types ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
}
.global_campaign_insurance_types ul li a .icon {
  margin: 0 auto;
  text-align: center;
}
.global_campaign_insurance_types ul li a .icon-active {
  display: none;
}
.global_campaign_insurance_types ul li a span {
  display: flex;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  text-align: center;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .global_campaign_insurance_types ul li a img {
    max-height: 30px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .global_campaign_insurance_types ul li {
    margin-right: 10px;
    max-width: 93px;
    width: 100px;
  }
  .global_campaign_insurance_types ul li a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .global_campaign_insurance_types ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .global_campaign_insurance_types ul {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: start;
  }
}

.video-row .youtube-video-wrapper h5 {
  margin-top: 15px;
  font-weight: 400;
}
.video-row .video-wrapper {
  margin-top: 5px;
  margin-bottom: 0;
}
.video-row .video-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.page-node-type--corporate-news h1.page-title {
  width: 100%;
}
.page-node-type--corporate-news .field-name-field-date-added {
  color: #e11f27;
  margin-bottom: 20px;
}
.page-node-type--corporate-news .title-link-img-section {
  border-top: none;
  padding: 20px 0;
}
.page-node-type--corporate-news .title-link-img-section .title-link-img-section__title .field__items .field__item {
  font-size: 18px;
  color: #707070;
}
.page-node-type--corporate-news .title-link-img-section .title-link-img-section__left {
  width: 40%;
  padding-top: 40px;
}
.page-node-type--corporate-news .title-link-img-section .title-link-img-section__right {
  width: 59%;
}
.page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
  width: 100%;
  height: 347px;
  display: block;
  border: none;
}
.page-node-type--corporate-news #block-msig-hk-content.block-main-content article {
  max-width: 1070px;
}
.page-node-type--corporate-news article footer {
  display: none;
}
.page-node-type--corporate-news article h2 {
  color: $blue-color-3;
  margin-bottom: 24px;
  margin-top: 48px;
}
.page-node-type--corporate-news article h3 {
  color: $blue-color-3;
  margin-bottom: 24px;
  margin-top: 48px;
}
.page-node-type--corporate-news article h4 {
  color: $blue-color-3;
  margin-bottom: 24px;
  margin-top: 48px;
}
.page-node-type--corporate-news article p {
  margin-bottom: 16px;
}
.page-node-type--corporate-news article ul {
  margin-left: 45px;
  margin-bottom: 16px;
}
.page-node-type--corporate-news article ol {
  margin-left: 45px;
  margin-bottom: 16px;
}
.page-node-type--corporate-news article img {
  margin-bottom: 16px;
}
.page-node-type--corporate-news article .img-grid {
  margin-bottom: 16px;
}
.page-node-type--corporate-news article .img-grid .grid-50 {
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}
.page-node-type--corporate-news article .img-grid .grid-50:last-child {
  margin-right: 0;
}
.page-node-type--corporate-news article .img-grid:after {
  content: "";
  display: table;
  clear: both;
}
.page-node-type--corporate-news article .single-image img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.page-node-type--corporate-news .back-to-news-and-events_custom-block {
  margin-top: 45px;
}
.page-node-type--corporate-news .back-to-news-and-events_custom-block .block__content {
  text-align: center;
}
.page-node-type--corporate-news .back-to-news-and-events_custom-block .block__content a:link {
  position: relative;
  display: inline-block;
  color: #808080;
}
.page-node-type--corporate-news .back-to-news-and-events_custom-block .block__content a:link::before {
  content: " ";
  background: url("images/left_arrow.png") no-repeat 0;
  background-size: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.page-node-type--corporate-news .back-to-news-and-events_custom-block .block__content a:visited {
  position: relative;
  display: inline-block;
  color: #808080;
}
.page-node-type--corporate-news .back-to-news-and-events_custom-block .block__content a:visited::before {
  content: " ";
  background: url("images/left_arrow.png") no-repeat 0;
  background-size: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.page-node-type--corporate-news .submit-information-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  margin-top: 0;
}
.page-node-type--corporate-news .submit-information-wrapper h3 {
  text-align: center;
  margin-top: 0;
}
.page-node-type--corporate-news .submit-information-wrapper .view-row {
  text-align: center;
  font-size: 0;
}
.page-node-type--corporate-news .submit-information-wrapper .view-row .view-block {
  width: 25%;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  min-width: 230px;
}
.page-node-type--corporate-news .submit-information-wrapper .view-row .view-block img {
  max-width: 80px;
}
.page-node-type--corporate-news .submit-information-wrapper .view-row .view-block p {
  font-size: 18px;
}
.page-node-type--corporate-news .easy-steps-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.page-node-type--corporate-news .easy-steps-wrapper h3 {
  text-align: center;
  margin-top: 0;
}
.page-node-type--corporate-news .easy-steps-wrapper .view-row {
  text-align: center;
  font-size: 0;
}
.page-node-type--corporate-news .easy-steps-wrapper .view-row .view-block {
  width: 33.33333333%;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  color: $blue-color-3;
  min-width: 280px;
}
.page-node-type--corporate-news .easy-steps-wrapper .view-row .view-block .view-inner {
  border: 5px solid #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 30px;
  min-width: 240px;
  min-height: 202px;
}
.page-node-type--corporate-news .easy-steps-wrapper .view-row .view-block .view-inner p {
  font-size: 16px;
}
.page-node-type--corporate-news .easy-steps-wrapper .view-row .view-block .view-inner .content {
  font-size: 14px;
}
.page-node-type--corporate-news .easy-claims-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.page-node-type--corporate-news .easy-claims-wrapper h3 {
  text-align: center;
  margin-top: 0;
}
.page-node-type--corporate-news .easy-claims-wrapper .easy-claims-inner .view-row .view-inner {
  text-align: center;
  font-size: 0;
}
.page-node-type--corporate-news .easy-claims-wrapper .easy-claims-inner .view-row .view-inner .view-list {
  width: 25%;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  min-width: 200px;
}
.page-node-type--corporate-news .easy-claims-wrapper .easy-claims-inner .view-row .view-inner .view-list a:link {
  text-decoration: underline;
  color: $blue-color-3;
  position: relative;
  display: inline-block;
  padding: 15px 0 15px 40px;
}
.page-node-type--corporate-news .easy-claims-wrapper .easy-claims-inner .view-row .view-inner .view-list a:link img {
  position: absolute;
  margin: 0;
  max-width: 35px;
  max-height: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-node-type--corporate-news .easy-claims-wrapper .easy-claims-inner .view-row .view-inner .view-list a:visited {
  text-decoration: underline;
  color: $blue-color-3;
  position: relative;
  display: inline-block;
  padding: 15px 0 15px 40px;
}
.page-node-type--corporate-news .easy-claims-wrapper .easy-claims-inner .view-row .view-inner .view-list a:visited img {
  position: absolute;
  margin: 0;
  max-width: 35px;
  max-height: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-node-type--corporate-news .more-questions-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.page-node-type--corporate-news .more-questions-wrapper h3 {
  text-align: center;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row {
  text-align: center;
  font-size: 0;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block {
  width: 33.33333333%;
  padding: 15px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: $blue-color-3;
  min-width: 240px;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block.phone-no {
  position: relative;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block.phone-no .view-inner {
  padding-left: 45px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block.phone-no img {
  position: absolute;
  margin: 0;
  max-width: 35px;
  max-height: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block.phone-no p {
  margin-bottom: 0;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block.phone-no a:link {
  font-size: 22px;
  color: $blue-color-3;
}
.page-node-type--corporate-news .more-questions-wrapper .more-questions-inner .view-row .view-block.phone-no a:visited {
  font-size: 22px;
  color: $blue-color-3;
}

@media only screen and (max-width: 1637px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 345px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1403px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 322px;
  }
}
@media only screen and (min-width: 1138px) and (max-width: 1279px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 312px;
  }
}
@media only screen and (max-width: 1250px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__left {
    width: 40%;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right {
    width: 59%;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 1137px) {
  .page-node-type--corporate-news h1.page-title {
    width: 480px;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__left {
    width: 40%;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right {
    width: 59%;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 1076px) and (max-width: 1137px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 272px;
  }
}
@media only screen and (min-width: 978px) and (max-width: 1075px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 248px;
  }
}
@media only screen and (max-width: 1075px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__left {
    width: 45%;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right {
    width: 54%;
  }
}
@media only screen and (max-width: 977px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__left {
    width: 100%;
    padding: 0;
  }
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right {
    width: 100%;
    padding: 0;
  }
  .view-msighk-corporate-news .view-rows .views-row {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 858px) and (max-width: 977px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 408px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 857px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    height: 352px;
  }
}
@media only screen and (min-width: 758px) and (max-width: 767px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    width: 99%;
    height: 348px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 757px) {
  .page-node-type--corporate-news .title-link-img-section .title-link-img-section__right .youtube-video-wrapper iframe {
    width: 99%;
    height: 293px;
  }
}

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