.articleItemdate
{
	font-size:16px !important
}


.bloghomepage-h1title {
    font-family: "mmc display";
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #002c77;
    margin: 0 0 16px 0;
}


.bloghomepage-h2title {
    font-family: "mmc display";
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #002c77;
    margin: 0 0 16px 0;
}


.bloghomepage-body {
    font-family: "noto sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #001f52;
    margin: 0 0 16px 0;
}

/* video box */
    .video-box {
      float: right;
      width: 33.333%;
      border: 1px solid #d1e0ec;
      margin-left: 16px;
      margin-bottom: 12px;
      background: #fff;
    }

    .video-media {
      width: 100%;
      display: block;
    }

    .video-caption {
      padding: 8px 12px;
      font-size: 0.85rem;
      color: #4e6287;
      font-family: 'Noto Sans', sans-serif;
    }

    /* tablet + mobile */
    @media (max-width: 768px) {
      .video-box {
        float: none;
        width: 100%;
        margin-left: 0;
      }
    }