.th-cta-2-one-column .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
/*   margin-right: -12px;
  margin-left: -12px; */
}

.th-cta-2-one-column .flex .col {
  flex: 1;
  padding: 20px 12px;
}

.th-cta-2-one-column .flex.right-cta .col:last-child {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.th-cta-2-one-column .flex.left-cta .col:first-child {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}


.th-cta-2-one-column .tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

.th-cta-2-one-column.text-center .tagline-wrap {
  justify-content: center;
}

.th-cta-2-one-column .tagline-wrap .tagline-line {
  width: 30px;
  height: 2px;
}
/* Modal CSS */


.th-cta-2-one-column .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
      z-index: 99998;

}
.th-cta-2-one-column .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 2.5rem;
  width: 30em;
  border-radius: 4px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}
.th-cta-2-one-column .close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #000;
  transition: color 0.12s ease-in-out;
}

.th-cta-2-one-column .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.th-cta-2-one-column .form-title {
    background-color: unset;
    color: #404040;
    font-size: 14px;
  font-weight:400;
}
.th-cta-2-one-column form label,.th-cta-2-one-column  form legend{
      color: #404040;
}
.th-cta-2-one-column form input[type=text],
.th-cta-2-one-column form input[type=email],
.th-cta-2-one-column form input[type=password],
.th-cta-2-one-column form input[type=tel],
.th-cta-2-one-column form input[type=number],
.th-cta-2-one-column form input[type=file],
.th-cta-2-one-column form input[type=search],
.th-cta-2-one-column form select,
.th-cta-2-one-column form textarea {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #404040;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: auto !important;
    margin-top: 0 !important;
}
@media (max-width: 768px) {
  
  .th-cta-2-one-column .flex .col.hidden-phone {
    padding: 0; 
  }

  .th-cta-2-one-column .flex .col {
    flex: 0 0 100%;
  }

  .th-cta-2-one-column .flex.right-cta .col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .th-cta-2-one-column .flex.left-cta .col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

}
@media (max-width: 560px) {
  .th-cta-2-one-column .modal-content {
    padding: 2rem 0;
    width: 94%;
  }
}
.th-cta-2-one-column .flex.flex--left-cta {
  flex-direction: row-reverse;
}
.modal-content--submitted h3 {
  display: none;
}