#svd-logo-img {
    height: 22px;
    width: auto;
  }
  .LogotypeLink-blog {
    width: 175px;
    display: block;
    margin-right: 32px;
  }
  .TopRowContent-blog {
    display: flex;
    align-items: center;
  }
  .FlexContainer-blog {
    display:flex;
    flex-wrap: wrap;
    padding: 0 16px;
    align-items: center;
    height: 56px;
  }
  .MastheadContainer-blog {
    margin: 0 auto;
    width: 100%;
    position: sticky;
    top: 0;
  }
  .MastheadTop-blog {
    position: sticky;
    top: 0;
    z-index: 3500;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 0 rgb(0 0 0 / 10%);
    height: 76px;
    top: -20px;
  }


  #footer-iframe {
    width:100%;
    height:800px;
    border:0;
  }

  @media screen and (min-width: 640px) {
    #footer-iframe {
      height:650px;
    }
  }

  @media screen and (max-width: 1000px) {
    .ArticleLayout-extraColumn.ContentLayout-extraColumn {
      display: none !important;
    }
  }