  /* table styling */
  .tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
  .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 2px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
  .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
  .tg .table-item{border-color:inherit;text-align:center;vertical-align:center}
  .tg .table-item-left{border-color:inherit;text-align:left;vertical-align:top;}
  @media screen and (max-width: 767px) {.tg {width: auto !important;} .tg td {font-size: 12px;} .tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}


  .form-container {
    position: relative;
    padding-top: 20px;
  }


  #body-Container--Wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Arimo', Arial, sans-serif;
    font-size: 14px;
  }

  #logo {
    width: 150px;
    position: relative;
    margin: auto;
    display: block;
     background-color: #085693;
    padding: 10px 10px 10px 10px;
  }

  #body-Container--Text {
    position: relative;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 1000px;
    background-color: rgba(240, 240, 240, 0.7);
    padding: 20px 10px 20px 10px;
  }

  .text-Header {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    border-top: 1px solid darkgrey;
    padding-top: 20px;
  }

  .update-Close{
    border-bottom: 1px solid darkgrey;
    padding-bottom: 20px;
  }

  .body-styling {
    position: relative;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 1000px;
    background-color: rgba(240, 240, 240, 0.7);
    padding: 20px 10px 20px 10px;
  }

  .homepage h2 {
    padding-top: 0;
    border-top: none;
    margin: 0;
  }

  #step2 h4 {
    font-weight: bold;
    font-size: 16px;
  }

  .text-centered {
    text-align: center;
  }

  .button {
    color: white;
    padding: 10px;
    border-radius: 10px;
    background: #38527D;
    text-decoration: none;
  }
  .button:hover {
    color: white;
    background: #5779b5;
    text-decoration: none;
  }
  .table {
    width: 90%;
  }

  img {
    max-width: 100%;
  }

  .flex-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex-centered-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  iframe {
    max-width: 325px;
    max-height: 240px;
  }

  #submit {
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    border: none;
    background: #38527D;
    text-decoration: none;
    font-size: 14px;
  }

  #submit:hover {
    color: white;
    background: #5779b5;
    text-decoration: none;
  }

  .two-col img {
    max-width: 300px;
  }

  input {
    width: 160px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 22px;
    background: url(https://drng963wup8px.cloudfront.net/images/arrow-down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 150px;
    background-size: 15px;
  }

  input[required] {
    background: red;
  }

  select {
    width: 170px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 30px;
    background: url(https://drng963wup8px.cloudfront.net/images/arrow-down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 150px;
    background-size: 15px;
  }

  select[required] {
    background: red;
  }
  .error:after {
    color: red;
    content: 'Please make a selection above.';
    display: block;
    margin: 10px 0;
  }

  @media (min-width: 500px) {
    #body-Container--Wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 16px;
    }

    #body-Container--Text {
      padding: 20px 60px 20px 60px;
    }

    #logo {
      width: 210px;
    }

    img {
      max-width: 400px;
    }

    .text-Header {
      padding-bottom: 10px;
      padding-top: 30px;
    }


    .horizontal-image {
      max-width: 600px;
    }

    .vertical-image {
      max-width: 300px;
    }

    iframe {
      max-width: 560px;
      max-height: 315px;
      margin-bottom: 20px;
    }

    .two-col {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
    }


    .left-col {
      max-width: 500px;
      padding-left: 50px;
    }

    .bulletlist {
      max-width: 300px;
      min-height: 75px;
      vertical-align: top;
    }

    .flex-centered-mobile {
      display: block;
    }

    .table-desktop, #diagram {
      display: flex;
      padding: 5px;
    }
    .table-mobile, #diagram-mobile {
      display: none;
    }
  }

  .is-hidden {
    display: none;
  }

  .noteContent
  {
    font-style: italic;
  }

  .stickerContainer {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
    }

    .stickerContent {
        margin: 30px 1% 0 0;
        padding: 0;
        position: relative;
        display: inline-block;
        width: 30%;
        max-width: 350px;
    }

    .stickerImage {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

    .stickerText {
        text-align: center;
        margin: 0;
        padding: 0;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    @media screen and (max-width: 480px) {

        .stickerContent {
            width: 80%;

        }

    }