.CortLeadform_main{
    font-family: Tahoma, Arial, sans-serif;    
}

.CortLeadForm_main h1 {
    text-align: center;
    color: #06D85F;
    margin: 80px 0;
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 80px;
  }
  
  .CortLeadForm_main .CortLeadForm_button_container {
    padding: 35px;
  }
  
  .CortLeadForm_main .button {
    background: #2f3f61;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
  }
  
  .CortLeadForm_main .button:hover {
    background: #9eb6cf
  }
  
  .CortLeadForm_main .CortLeadForm_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    display: none;
    opacity: 0;
    overflow: auto;
  }
  .CortLeadForm_main .CortLeadForm_modal:target {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  
  .CortLeadForm_main .CortLeadForm_popup {
  margin: 1rem;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  }
  
  @media screen and (max-width: 700px) {
    .CortLeadForm_main .CortLeadForm_popup {
      width: auto;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .CORT_header {
    padding: 10px 0 20px;
    position:relative;
    background-color:transparent;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .CORT_header h2 {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #2f3f61;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 100;
    background-color:transparent;    
  }
  
  .CortLeadForm_main .CortLeadForm_popup .CORT_header p {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #555;
    text-align: center;
    background-color:transparent;    
  }
  
  .CortLeadForm_main .CortLeadForm_popup .close {
      position: absolute;
      top: -10px; /* changed */
      right: 0px; /* changed */
      transition: all 200ms;
      font-size: 30px;
      font-weight: bold;
      text-decoration: none;
      color: #333;
      cursor: pointer; /* added */
  }
  .CortLeadForm_main .CortLeadForm_popup .close:hover {
    color: teal;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .CortLeadForm_modal_logos {
    margin: -20px 0 20px;
    display: flex;
  }
  
  @media screen and (max-width: 375px) {
    .CortLeadForm_main .CortLeadForm_popup .CortLeadForm_modal_logos {
      margin: -20px -10px 20px;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .CortLeadForm_modal_logos img {
    margin: 0 auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width:100%;
  }
  
  @media screen and (max-width: 375px) {
    .CortLeadForm_main .CortLeadForm_popup .CortLeadForm_modal_logos img {
      margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  
  @media screen and (max-width: 700px) {
    .CortLeadForm_main .CortLeadForm_popup .content {
    align-items: center;
      flex-direction: column;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .connect_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 45%;
  }
  
  @media screen and (max-width: 700px) {
    .CortLeadForm_main .CortLeadForm_popup .content .connect_block {
      width: 100%;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .connect_block img {
    margin: 0 0 20px;
    width: 75px;
    height: 75px;  
}
  
  .CortLeadForm_main .CortLeadForm_popup .content .connect_block p {
    margin: 0 0 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    color: #555;
    text-align: center;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .divider {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width:10%;
    color:#616365;
  }
  
  @media screen and (max-width: 700px) {
    .CortLeadForm_main .CortLeadForm_popup .content .divider {
      flex-direction: row;
      padding: 0;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .divider p {
    font-weight: bold;
    color: #aaa;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .divider .vertline {
    width: 1px;
    background: #bbb;
    display: block;
    height: 150px;
  }
  
  @media screen and (max-width: 700px) {
    .CortLeadForm_main .CortLeadForm_popup .content .divider .vertline {
      width: 60px;
      background: #bbb;
      display: block;
      height: 1px;
      margin: 0 10px;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .form_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 45%;
  }
  
  @media screen and (max-width: 700px) {
    .CortLeadForm_main .CortLeadForm_popup .content .form_block {
      width: 100%;
    }
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .form_block .form_flex {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .form_block .form_flex input {
    border: #bbb solid 1px;
    border-radius: 4px;
    margin: 4px 0 10px;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 6px;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .form_block .form_flex label {
    font-size: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color:black;
  }
  
  .CortLeadForm_main .CortLeadForm_popup .content .form_block .form_flex .CortLeadForm_btn-primary {
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 25px;
  }
  
  .CortLeadForm_main .CortLeadForm_btn-primary {
    background: #2f3f61;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: .8em;
    font-weight: bold;
    margin: 5px 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 80%; /* changed to 80% */
    max-width: 17rem;
  }
  
  .CortLeadForm_main .CortLeadForm_btn-primary:hover {
    background: #9eb6cf;
  }

  .CORT_bottomtext p{
    font-size:16px;
    font-weight:bold;
    text-align: center;
    color: #2f3f61;
  }
  
  .CortLeadForm_main .CORT_pp_link {
    padding: 20px 0 10px;
    text-align:center;
  }
  
  .CortLeadForm_main .CORT_pp_link a {
    font-size: 14px;
    color: #777;
    padding: 10px;
    text-decoration: none;
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  
  .CortLeadForm_main .CORT_pp_link a:hover {
    color: teal;
  }
  
  #CortLeadForm_validation {
    color: orangered;
  }
  
  /* unminified */
  .CORT_lds-container {
      display: none;
      width: 80px;
      margin-left: auto;
      margin-right: auto;
  }
  .CORT_lds-default {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
  }
  .CORT_lds-default div {
      position: absolute;
      width: 6px;
      height: 6px;
      background: #ee0034;
      border-radius: 50%;
      animation: CORT_lds-default 1.2s linear infinite;
  }
  .CORT_lds-default div:nth-child(1) {
      animation-delay: 0s;
      top: 37px;
      left: 66px;
  }
  .CORT_lds-default div:nth-child(2) {
      animation-delay: -0.1s;
      top: 22px;
      left: 62px;
  }
  .CORT_lds-default div:nth-child(3) {
      animation-delay: -0.2s;
      top: 11px;
      left: 52px;
  }
  .CORT_lds-default div:nth-child(4) {
      animation-delay: -0.3s;
      top: 7px;
      left: 37px;
  }
  .CORT_lds-default div:nth-child(5) {
      animation-delay: -0.4s;
      top: 11px;
      left: 22px;
  }
  .CORT_lds-default div:nth-child(6) {
      animation-delay: -0.5s;
      top: 22px;
      left: 11px;
  }
  .CORT_lds-default div:nth-child(7) {
      animation-delay: -0.6s;
      top: 37px;
      left: 7px;
  }
  .CORT_lds-default div:nth-child(8) {
      animation-delay: -0.7s;
      top: 52px;
      left: 11px;
  }
  .CORT_lds-default div:nth-child(9) {
      animation-delay: -0.8s;
      top: 62px;
      left: 22px;
  }
  .CORT_lds-default div:nth-child(10) {
      animation-delay: -0.9s;
      top: 66px;
      left: 37px;
  }
  .CORT_lds-default div:nth-child(11) {
      animation-delay: -1s;
      top: 62px;
      left: 52px;
  }
  .CORT_lds-default div:nth-child(12) {
      animation-delay: -1.1s;
      top: 52px;
      left: 62px;
  }
  @keyframes CORT_lds-default {
      0%,
      20%,
      80%,
      100% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.5);
      }
  }
  .CortLeadForm_validation p {
      line-height: 1.2;
      font-size: .9rem;
      color: #f14a00;
      font-family: Tahoma, Arial, sans-serif;
      margin: -0.5rem 0 1rem;
      margin-top: -0.5rem;
      margin-right: 0;
      margin-bottom: 1rem;
      margin-left: 0;
  }
  
  #CortLeadForm input {
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  
  .CORT_invalid_field{
    border: #f14a00 solid 1px !important;
  }
  
  .tingle-modal-box__content {
      padding: 0 !important;
  }

  .tingle-modal-box{
    background:#eeeeee !important;
  }
  
  .CortLeadForm_sidepanel_strong{
    font-weight:bold;
    text-align:center;
  }

  #CortLeadForm_submit{
    margin-right: auto !important;
    margin-left: auto !important;
  }