@media (min-width: 466px) and (max-width: 575px) {
  .modal-dialog {
    position: relative;
    max-width: 455px;
    margin: .5rem auto;
    pointer-events: none;
  }
}

#cfm {
  color: #1a2347;
}

#cfm .modal-header p {
  font-family: 'Roboto Condensed';
  font-size: 17px;
  line-height: 1.3;
}

#cfm .close {
  font-size: 36px;
}

@media (min-width: 576px) {
  #cfm .modal-body {
    padding: 0;
    max-width: 460px;
    margin-left: 28px;
  }
}

#cfm .modal-body {
  padding: 0;
  max-width: 440px;
}

#cfm .modal-header {
  padding: 10px;
}

#cfm h2, .h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: -24px;
}

#cfm .embed-responsive {
  height: 430px;
}

#cfm .nospam {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  line-height: 1.3;
}

