.text-area-banner {
  padding-top: 102px;
  padding-bottom: 150px;
  background-color: #f4f6f6;
  min-height: calc(100vh - 190px);
}
@media screen and (min-width: 600px) {
  .text-area-banner {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .text-area-banner {
    padding-top: 40px;
  }
}

.text-area-banner__inner {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .text-area-banner__inner {
    max-width: 705px;
  }
}
@media screen and (min-width: 1200px) {
  .text-area-banner__inner {
    max-width: 745px;
  }
}
.text-area-banner__container {
  padding: 40px 15px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
}

@media screen and (min-width: 600px) {
  .text-area-banner__container {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .text-area-banner__container {
    padding: 60px 95px 80px;
  }
}
.text-area-banner__container__headline {
  margin: 0;
  padding-bottom: 25px;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
}

.text-area-banner__container__text {
  margin: 0;
  padding-bottom: 25px;
  color: #252525;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.37;
  text-align: left;
}
.text-area-banner__container__text a {
  color: #002776;
  text-decoration: underline;
}
.text-area-banner__container__text a:hover {
  text-decoration: none;
}

.text-area-banner__container__text-area {
  width: 100%;
  min-height: 220px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(27, 48, 102, 0.4);
  border-radius: 0;
  outline: none;
  color: #252525;
  background: #FFFFFF;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 0.875em;
  font-style: normal;
  resize: vertical;
}

.text-area-banner__container__text-area-label {
  text-indent: -9999px;
  height: 0;
  width: 0;
}

.text-area-banner__container__button {
  width: 108px;
  height: 40px;
  margin-top: 5px;
  outline: none;
  background-color: #002776;
  color: #fff;
  cursor: pointer;
}

.text-area-banner__container__button:hover {
  background: #00ACDC !important;
  box-shadow: none;
}

.text-area-banner__container__button:focus {
  background: #00ACDC !important;
  box-shadow: none;
  border: 1px solid #002776;
}

.text-area-banner__container__button:active {
  background: #002776 !important;
  box-shadow: none;
  outline: none;
}

.btn-primary.btn-default {
  color: #FFF;
  background-color: #002776;
  border-color: #002776;
  box-shadow: none;
  border-radius: 0;
}

.btn-primary.btn-default:hover {
  background: #00ACDC !important;
  box-shadow: none;
}

.btn-primary.btn-default:focus {
  background: #00ACDC !important;
  box-shadow: none;
}

.btn-primary.btn-default:not([disabled]):not(.disabled):active:focus,
.btn-primary.btn-default:not([disabled]):not(.disabled).active:focus,
.nav-underline .tab.active a.btn-primary.btn-default:not([disabled]):not(.disabled):focus,
.show > .btn-primary.btn-default.dropdown-toggle:focus {
  background: #002776 !important;
  box-shadow: none;
  border-color: #002776;
}

.btn-primary.btn-default,
.btn-primary.btn-default:link,
.btn-primary.btn-default:visited {
  background-color: #002776 !important;
  background: #002776 !important;
}

.btn-primary.button-default:focus, .btn-primary.btn-default.focus {
  color: #FFF;
  background-color: #002776;
  border-color: #002776;
  box-shadow: none;
  border-radius: 0;
}

.lfr-btn-label {
  color: #fff;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 0.75em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}

.text-area-banner__container__button--error {
  color: #EA242B;
  opacity: 0.8;
  font-size: 0.75em;
  font-weight: 600;
  display: none;
  font-family: Open Sans, Arial, Helvetica;
  margin-top: -0.8em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .text-area-banner__container__button--error {
    margin-top: -1.5em;
  }
}

.text-area-banner__container__captcha {
  margin-bottom: 15px;
}

.text-area-banner__container__captcha--error {
  color: #EA242B;
  opacity: 0.8;
  font-size: 0.75em;
  font-weight: 600;
  display: none;
  font-family: Open Sans, Arial, Helvetica;
  margin-top: -0.8em;
  margin-bottom: 1.5em;
}

.text-area-banner__container__text-area:focus {
  border: 2px solid #00acdc;
  outline: none;
}

.form-control:focus {
  box-shadow: none;
}

.portlet-configuration .panel-heading {
  display: block;
}