/*
  @media screen and (max-width: 600px) {
  .TopMenu a:not(:first-child) {display: none;}
  .TopMenu a.icon {
    float: right;
    display: block;
    }
  }
  */
  @media screen and (max-width: 900px) {
    .TopMenuCenter a, .DropDown .DropButton {display: none;}
    .TopMenuCenter a, .DropDown .DropButtonActive {display: none;}
    .TopMenuCenter a.icon {
      float: right;
      display: block;
      }
    }
    /*
    @media screen and (max-width: 600px) {
    .TopMenu.responsive {position: relative;}
    .TopMenu.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
      }
    .TopMenu.responsive a {
      float: none;
      display: block;
      text-align: left;
      }
    }
    */
    @media screen and (max-width: 900px) {
    .TopMenuCenter.responsive {position: relative;}
    .TopMenuCenter.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
      }
    .TopMenuCenter.responsive a {
      float: none;
      display: block;
      text-align: left;
      }
    .TopMenuCenter.responsive .DropDown {float: none;}
    .TopMenuCenter.responsive .DropDown-content {position: relative;}
    .TopMenuCenter.responsive .DropDown .DropButton {
      display: block;
      width: 100%;
      text-align: left;
      }
    .TopMenuCenter.responsive .DropDown .DropButtonActive {
      display: block;
      width: 100%;
      text-align: left;
      }
    }
    @media screen and (max-width: 900px) {
      .IndexContentPanel {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        color: white;
        text-align: center;
      }
      .eScrip
      {
        position: relative;
        margin-top: 0px;
        margin-bottom: 10px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        background-color: LightGray;
        color: black;
      }
      .FooterPanel
      {
        position: relative;
        margin-top: 0px;
        margin-bottom: 20px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        color: black;
        background-color: DarkGrey;
      }
    }
    @media screen and (min-width: 900px) and (max-width: 1200px) {
      .IndexContentPanel {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        color: white;
        text-align: center;
      }
    }
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
      .IndexContentPanel {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 55%;
        color: black;
        text-align: center;
      }
    }