@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

  body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .container {
    top: 0px !important;
  }

  h1 {
    margin-bottom: 0px;
  }

  h1, h2, h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }

  h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper h2 {
    margin-top: 20px;
  }

  #logo {
    display: block;
    width: 100vw;
    max-width: 100%;
    background-color: black;
  }

  .container {
    box-sizing: border-box;
  }

  #content2 {
    box-sizing: border-box;
    padding-right: 40px;
  }

  @media (max-width: 767px) {
    #content2 {
      padding-right: 0;
    }
    .wrapper h2 {
      margin-top: 15px;
    }
  }

  .pw-pfw-hcp-header {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 5px 10px 5px;
  }

  .pw-pfw-hcp-header svg {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
  }

  .pw-pfw-hcp-header svg:nth-of-type(2) {
      width: 250px !important;
      height: 50;
  }

  .drg-element-type-standard-field .questionlabel {
    display: none;
  }

  .questionlabel {
    font-weight: 700;
  }

  .addresslabel {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  p.drg-element-type-demographic {
    margin-bottom: 0;
  }

  p.drg-element-type-demographic span.questionlabel {
    display: block;
    margin-bottom: 5px;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px;
    outline: none;
    border-radius: 4px;
    font: .9em ibm-plex-sans, sans-serif;
    color: #777;
    width: 90%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    height: 36px;
    box-sizing: border-box;
  }

  ul, ul ul {
    margin-left: 0;
  }

  ul ul li {
    margin-left: 22px;
    text-indent: -22px;
  }

  #downloadbtn input[type="submit"] {
    width: 100%;
    border: none;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    font-family: IBM Plex Sans, sans-serif;
    -webkit-appearance: none;
    margin: 10px 0;
  }

  p.drg-element-type-demographic {
    margin-bottom: 0;
  }

  p.drg-element-type-demographic span.questionlabel {
    display: block;
    margin-bottom: 5px;
  }

  p#p195 .questionlabel {
    display: none;
  }

  #downloadbtn input[type="submit"]:hover {
    background: #00337b;
  }

  .pmmi_footer {
    font-size: 12px;
    text-align: center;
    margin: 20px 10% 10px;
  }
  
  @media only screen and (min-width: 960px) {
  p#p1, p#p2, p#p3, p#p7, p#p10, p#p195 {
    display: inline-block;
    width: 230px;
    margin: auto;
  }
  p#p1, p#p10, p#p195 {
    padding-right: 5px;
  }
  p#p2, p#p3, p#p7  {
    padding-left: 5px;
  }
  }

  @media only screen and (max-width: 767px) {
  p#p1, p#p2, p#p3, p#p7, p#p10, p#p195 {
    display: inline-block;
    width: 210px;
    margin: auto;
  }
  p#p1, p#p10, p#p195 {
    padding-right: 5px;
  }
  p#p2, p#p3, p#p7 {
    padding-left: 5px;
  }
  }

  @media only screen and (max-width: 479px) {
  p#p1, p#p2, p#p3, p#p7, p#p10, p#p195 {
    display: block;
    width: 100%;
    margin: auto;
    padding: inherit;
  }
  .column2 {
    display: block;
    width: 100%;
  }
  }
