.modal-header {
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height:80px;
}
.modal-footer {
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
}
.modal-body {
  padding: 1rem 15px;
}
@media (min-width: 992px) {
  .modal-body {
    /*padding: 1rem 10%;*/
    padding: 1rem 15px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
      max-width: 920px;
      margin: 1.75rem auto;
  }
}


.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #fff;
  /*background-color: transparent;*/
  /*background-clip: padding-box;*/
  border: 7px solid #e2e3e3;
  border-radius: 0rem;
  outline: 0;
}

/*#newsModalCenter {
  overflow-y: auto;
}*/

.modal-footer a {
  font-family: "nerissemibold",Helvetica,Arial,sans-serif;
  line-height: 11px;
  font-size: 10px;
}

.mc-field-group input {
  height: calc(2.25rem + 2px);
  padding: .375rem 0 .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ed9f15;
}
.modalNewsletter .close, .modal .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
  box-shadow: none;
}
.modalNewsletter .close {
  background-image: url('../img/bars_close.svg') !important;
  color: white;
  opacity: 1;
  padding: 0;
  position: absolute;
  /*top: 24px;*/ top: 24px;
  /*right: 80px;*/ right:24px;
  z-index: 9;
}

.videoModal .modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}
.videoModal .modal-body {
  padding: 1rem 15px;
}