.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: rgba(225, 27, 34, .94);
    margin: auto;
    width: 80%;
    max-width: 850px;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }

    to {
      top: 0;
      opacity: 1
    }
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }

    to {
      top: 0;
      opacity: 1
    }
  }

  /* The Close Button */
  .close-btn {
    color: white;
    font-size: 42px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
  }

  .close-btn:hover,
  .close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-body {
    padding: 2px 16px;
  }

  .form_wrapper input,
  .form_wrapper textarea,
  .form_wrapper select {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 5px;
    outline: none;
    border: 0;
    box-sizing: border-box;
  }

  .form_wrapper input[type=text],
  .form_wrapper input[type=email],
  .form_wrapper textarea,
  .form_wrapper select {
    margin-bottom: 15px;
  }

  .form_wrapper input[type=radio] {
    width: auto;
    display: inline-flex;
  }

  .form_wrapper input[type=submit] {
    background-color: #000;
    color: #fff;
    outline: none;
    border: 0;
    padding: 10px;
    text-align: center;
    align-items: center;
  }

  .form_wrapper label,
  .form_wrapper p {
    color: #fff;
    margin: 0;
  }

  .form_wrapper label.gdpr {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .form_wrapper label.gdpr a {
    color: #fff !important;
    text-decoration: underline;
  }

  .form_wrapper span.required {
    display: inline-flex;
    color: #fff;
    left: 0;
  }

  .form_wrapper .radio--group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .form_wrapper .radio--group .item {
    width: 50%;
  }

  @media only screen and (max-width: 767px) {
    section.services {
      padding: 60px 0 14px 0;
    }

    section.services .col-md-4 {
      padding: 60px 0 14px 0;
    }

    section.careers img {
      margin-bottom: 16px;
    }

    .insights-item {
      margin-bottom: 30px;
    }

    .arrow-link-wrapper {
      margin-right: 10px;
    }

    .form_wrapper .radio--group .item {
      width: 100%;
    }
  }

  ul.cyber {
    margin-bottom: 15px !important
  }

  h1,
  h2 {
    color: #e11b22 !important;
  }

  span.red-highlight {
    color: #e11b22;
  }

  span.bold-lead {
    font-family: "Prelo Slab W01 Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125em;
  }

  .grid--3 .item {
    display: flex;
    margin-bottom: 15px;
  }

  .grid--3 .item img {
    max-width: 60px;
    margin-right: 10px;
    align-self: flex-start;
  }

  .grid--3 .item.btn {
    justify-content: flex-end;
  }

  p.lead {
    font-family: "Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
  }

  a.read-more {
    margin-bottom: 10px;
    display: block;
    color: #E11B22 !important;
    font-family: "Prelo Slab W01 Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    text-decoration: underline;
    cursor: pointer;
  }

  #myBtn {
    cursor: pointer;
  }

  .data1 {
    width: 230px !important;
  }
